[jdom-interest] .classpath file

Jason Hunter jhunter at servlets.com
Mon Jul 14 19:26:58 PDT 2003


IntelliJ is smart about ant output.  Double click on the error and go.

-jh-

John Jefferson wrote:

> If I built with ant then I wouldn't get to see the
> error messages within the IDE.  I would see them
> through ant, how does this work with intelliJ?
> 
>     
> 
> 
> 
> --- Jason Hunter <jhunter at servlets.com> wrote:
> 
>>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
> 
>>_______________________________________________
>>To control your jdom-interest membership:
>>
> 
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
> 
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> 




More information about the jdom-interest mailing list