[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Another ANT Question
|
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.