Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Compile flag on war generation
Compile flag on war generation [message #1712027] Tue, 20 October 2015 22:00 Go to next message
Alex Marinho is currently offline Alex MarinhoFriend
Messages: 2
Registered: April 2013
Junior Member
People,

I need to add a flag "-g" during the compilation of the war on eclipse

I generate the war using export functionality.


Is there a way to add this flag? without build an ant.

(

Re: Compile flag on war generation [message #1712204 is a reply to message #1712027] Thu, 22 October 2015 00:24 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
"-g" is the specific syntax for configuring the batch compiler. Inside the IDE the compiler is configured via the preferences described here: http://help.eclipse.org/topic/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm?cp=1_4_2_0_3
You will find the equivalent for "-g" under "Classfile generation".

HTH
Stephan
Previous Topic:why the plugins info is kept even the IDE is removed
Next Topic:How can include @example in javadoc
Goto Forum:
  


Current Time: Tue Apr 23 10:01:55 GMT 2024

Powered by FUDForum. Page generated in 0.03180 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top