--- 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. > > And how in the heck do I get eclipse to not do its > automatic build and just > to the ant build instead? See http://eclipsewiki.swiki.net/126 > > Uncle! > > thanks, > -Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]