Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-core-dev] Eclipse batch compiler using project .classpathand .settings/org.eclipse.jdt.core.prefs

Thank you for your quick answer.

Is the PDE tool available as a batch application?

What about the settings for warnings/errors defined in
.settings/org.eclipse.jdt.core.prefs ?


Uwe

> -----Original Message-----
> From: jdt-core-dev-bounces@xxxxxxxxxxx 
> [mailto:jdt-core-dev-bounces@xxxxxxxxxxx] On Behalf Of Olivier Thomann
> Sent: 31. oktober 2006 16:45
> To: Eclipse JDT Core developers list.
> Subject: Re: [jdt-core-dev] Eclipse batch compiler using 
> project .classpathand .settings/org.eclipse.jdt.core.prefs
> 
> You might want to try to generate the ant script using the PDE tool.
> Select your manifest.mf file, right click, PDE Tools>Create 
> Ant  Build File.
> 
> This will create a javac ant task with the classpath properly set up.
> 
> HTH,
> 
> Olivier
> 
> 
> 
> 
> "Uwe Kubosch" <uwe@xxxxxxxx>
> Sent by: jdt-core-dev-bounces@xxxxxxxxxxx
> 2006-10-31 09:12
> Please respond to
> "Eclipse JDT Core developers list." <jdt-core-dev@xxxxxxxxxxx>
> 
> 
> To
> <jdt-core-dev@xxxxxxxxxxx>
> cc
> 
> Subject
> [jdt-core-dev] Eclipse batch compiler using project .classpath and 
> .settings/org.eclipse.jdt.core.prefs
> 
> 
> 
> 
> 
> 
> Hi!
> 
> I am making a script to automatically compile an Eclipse project using
> the Eclipse batch compiler.  This works great, but I have to manually
> set up the classpath and all the compiler settings even if these are
> already defined in the .classpath and
> .settings/org.eclipse.jdt.core.prefs files for the project.
> 
> Is there a way to make the compiler use the settings in these files?
> 
> I appologize if this is the wrong place for this question.  
> Please feel
> free to direct me to a proper forum.
> 
> Any help is greatly appreciated.
> 
> 
> With kind regards,
> Uwe Kubosch
> Datek Wireless AS
> Norway
> _______________________________________________
> jdt-core-dev mailing list
> jdt-core-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-core-dev
> 
> 
> _______________________________________________
> jdt-core-dev mailing list
> jdt-core-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-core-dev
> 


Back to the top