I had this compiler problem when running Ant in Eclipse.  Then found 
the workaround of adding one property to the build file to make it work:
<property name="build.compiler"
value="org.eclipse.pde.internal.core.JDTCompilerAdapter"/>

But it's only helps if the script is generic and can
work the same both in and out Eclipse.  So anybody
knows if there is a way to check if the build script
is running inside Eclipse or not so that can set the
property conditionally?


Thanks,

Bianca

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to