|
From: Jaime H. <hab...@gm...> - 2019-07-20 04:53:56
|
The following changes were introduced in the source code in relation with https://jira.primekey.se/browse/ECA-7912: *modules/build-properties.xml* <condition property="variant.ra.enabled"> <available file="${mod.peerconnector.path}/src-ra/org/ejbca/peerconnector/ra/RaMasterApiPeerImpl.java"/> </condition> *modules/build.xml* <target name="ra-gui" *if="${variant.ra.enabled}"* depends="ejbca-common-web, ejbca-ejb" description="Build the EJBCA RA GUI WAR"> <ant antfile="${mod.ra-gui.path}/build.xml" target="build" inheritall="true" inheritrefs="true"/> </target> Which, given that the 'peerconnector' module is not available in the CE source code, avoid the build of the 'ra-gui' module even when its own source code is available at modules/ra-gui. This isn't the expected behaviour, right?. Regards. -- Jaime Hablutzel - +51 994690880 |