Eclipse classpath question
From: doodles (tomfulton53nospammer_at_hotmail.com)
Date: 03/08/04
- Next message: Davor Cengija: "Re: Eclipse classpath question"
- Previous message: bard: "log4j:ERROR setFile(null,false) call failed."
- Next in thread: Davor Cengija: "Re: Eclipse classpath question"
- Reply: Davor Cengija: "Re: Eclipse classpath question"
- Reply: Jon A. Cruz: "Re: Eclipse classpath question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 08 Mar 2004 14:05:09 GMT
In ant, there is a way to set a classpath that includes all .jar files
underneath a particular directory, like this:
- <path id="classpath">
<fileset dir="c:\Programming\Java\jwsdp-1.1"
includes="**/*.jar" />
<dirset dir="c:\Courses\SOAP"
includes="c:\Courses\SOAP" />
</path>
Is there a way to do this with Eclipse? It is inconvenient to individually
specify all the various .jar files that have to be included when doing Web
Services. Thanks
- Next message: Davor Cengija: "Re: Eclipse classpath question"
- Previous message: bard: "log4j:ERROR setFile(null,false) call failed."
- Next in thread: Davor Cengija: "Re: Eclipse classpath question"
- Reply: Davor Cengija: "Re: Eclipse classpath question"
- Reply: Jon A. Cruz: "Re: Eclipse classpath question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|