|
From: Tomas G. <to...@pr...> - 2019-07-23 10:55:41
|
Thanks Jaime, I think you are completely right. I've forwarded it to the dev team. Cheers, Tomas On 2019-07-20 06:53, Jaime Hablutzel wrote: > 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 > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |