Re: [javaCompiler-users] Request for AWT information
Status: Beta
Brought to you by:
soapy
From: Lee D. P. <le...@3s...> - 2006-12-22 14:01:43
|
That's fine, I'm going to add the command line option anyway so it will not be an issue. I'll let you know what sort of success I have once I've had some time to test it fully. Regards Lee > -----Original Message----- > From: jav...@li... > [mailto:jav...@li...] On Behalf Of > Marco Trudel > Sent: 22 December 2006 13:58 > To: A mailing list for general questions and discussions. > Subject: Re: [javaCompiler-users] Request for AWT information >=20 > Lee D. Painter wrote: > >> I assume that the properties have spaces, right? > > > > No, the properties I'm adding are: > > > > -Dcom.averick.ssl.allowUntrustedCertificates=3Dtrue > > -Dcom.maverick.ssl.allowInvalidCertificates=3Dtrue > > > > It looks to me like these are being included on the compilation step for > > the jar and only need to be included on the final main build step. >=20 > You are right. I assumed that all flags are for jar compilation and the > main compilation. But of course there exist flags that are only for the > main compilation (but none that are only for jar compilation). > I added it to my todo-list for version 1.1 since this is not a mayor > problem. You can work around that by: > 1. Compile your application without the flags. The compiled jars will be > cached and reused in further compilations. > 2. Add the flags and compile again. >=20 > This is only bad if the jars change between every native compilation > step. But that is very unlikely (I assume). >=20 > Is that ok for you? Else I can put it higher in my priority list :-) >=20 >=20 > Marco >=20 >=20 > ------------------------------------------------------------------------ - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDE V > _______________________________________________ > javaCompiler-users mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/javacompiler-users |