[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Another ANT Question

I had to do 2 things :
First - add this tag:
 <property name="build.compiler"
        value="org.eclipse.pde.internal.core.JDTCompilerAdapter"/>
Second, in the javac tag use the debug="off" option/flag.

"David McReynolds" <david.mcreynolds@xxxxxxxxxxxxx> wrote in message
news:9u5nvb$e28$1@xxxxxxxxxxxxxxxx
> Okay, I followed the advice of another poster and added this to my
> org.eclipse.ant.core /plugin.xml file.
>
> <library  name="tools.jar">
>     <export name="*"/>
> </library>
>
> This fixed my desktop. However the laptop is still broken, still getting
the
> "classic compiler not available . . . set JAVA_HOME".
>
> env vars on both machines
>
> JAVA_HOME=c:\jdk1.3
>
> Eclipse Revisions
>     build 20011107 2.0(pre-release)
>     org.eclipse.ant.core 2.0.1
>     org.eclipse.ant.ui  2.0.0
>
> I know there are bug reports open for ANT related build problems. However,
I
> cannot figure out why things work on one machine and not the other.
>
>