Release build in Eclipse  
Author Message
Paul Hamaker





PostPosted: 2006-4-29 5:06:00 Top

java-programmer, Release build in Eclipse Does anyone know how to make a lean release build with Eclipse,
binaries without debugging info ?

 
IchBin





PostPosted: 2006-4-29 8:41:00 Top

java-programmer >> Release build in Eclipse Paul Hamaker wrote:
> Does anyone know how to make a lean release build with Eclipse,
> binaries without debugging info ?
>
No, but my guess is that some body in one of the 56 newsgroups at
Eclipse could answer the question..

http://www.eclipse.org/newsgroups

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 
Roland de Ruiter





PostPosted: 2006-4-30 18:35:00 Top

java-programmer >> Release build in Eclipse Paul Hamaker wrote:
> Does anyone know how to make a lean release build with Eclipse,
> binaries without debugging info ?
>
Select the appropriate options for class file generation in Window >
Preferences Java > Compiler
--
Regards,

Roland
 
 
Paul Hamaker





PostPosted: 2006-5-1 18:31:00 Top

java-programmer >> Release build in Eclipse Of course, 'Classfile Generation' . I'd rather change it in Project
properties, though. Thanks, bedankt.

 
 
Roland de Ruiter





PostPosted: 2006-5-2 0:13:00 Top

java-programmer >> Release build in Eclipse Paul Hamaker wrote:
> Of course, 'Classfile Generation' . I'd rather change it in Project
> properties, though. Thanks, bedankt.
>
That's possible too (at least in Eclipse v3.1): menu Project >
Properties > Java Compiler, check the checkbox "Enable project specific
settings" and adjust the Classfile Generation options.
--
Regards,

Roland