[jdom-interest] .classpath file
Jason Hunter
jhunter at servlets.com
Mon Jul 14 17:05:38 PDT 2003
You shouldn't build directly, you should use the build.xml ant scripts.
Doesn't Eclipse support that? IntelliJ does, and they seem very
similar.
-jh-
John Jefferson wrote:
> Would it be possible to include a .classpath file for
> easier compiling in eclipse?
>
> Here is the one I wrote. You just include it in the
> root directory.
>
> .classpath
>
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
> <classpathentry kind="lib" path="lib/xerces.jar"/>
> <classpathentry kind="lib" path="lib/xalan.jar"/>
> <classpathentry kind="src" path="src/java"/>
> <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> <classpathentry kind="output" path="classes"/>
> </classpath>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
>
More information about the jdom-interest
mailing list