On Sunday, October 19, 2003, at 07:37 AM, Tim Emiola wrote:
--- Mark Womack <[EMAIL PROTECTED]> wrote:OK, can someone tell me how they have their eclipse project set up for log4j? I was able to:
- Create a respository location for the apache cvs - Create a java project and synchronize it with jakarta-log4j in the cvs - Update all of the source into the project workspace
Now I want to get the build.xml to work, but it keeps complaining that the JAVA_HOME variable does not have the right value. The javac command in ant is failing.
See http://eclipsewiki.swiki.net/118
I've opted for including tools.jar in the ANT runtime classpath rather than the using the internal compiler, otherwise rmic doesn't work for compiling the examples.
Including the tools.jar in the Ant runtime classpath is the standard response on the relevant Eclipse email lists.
To get to the classpath: Window | Preferences | Ant | Classpath
MAM
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]