[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Another ANT Question
|
I added the tools.jar line to the plugin's xml file and took out the
property tag from my ANT file and I get the old JAVA_HOME error...
"Charles Hasegawa" <CurveWrecker@xxxxxxxx> wrote in message
news:9u5sod$ipp$1@xxxxxxxxxxxxxxxx
> 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.
> >
> >
>
>