Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » eclipse to build upon ant
eclipse to build upon ant [message #150294] Wed, 24 March 2004 06:08 Go to next message
Eclipse UserFriend
Originally posted by: tcn.spamgourmet.org

Hi!

IMHO opinion eclipse should at least have an option to
generate/update/read ant scripts. It's really waste of time to add all the
libs etc. to eclipse and then maintain an ant script as well.

Timo
Re: eclipse to build upon ant [message #150534 is a reply to message #150294] Wed, 24 March 2004 20:16 Go to previous message
Eclipse UserFriend
Originally posted by: rtayek.no.spam.freightgate.com

"Timo Nentwig" <tcn@spamgourmet.org> wrote in message
news:opr5c475fck3hdd0@tcn.local...
> Hi!
>
> IMHO opinion eclipse should at least have an option to
> generate/update/read ant scripts. It's really waste of time to add all the
> libs etc. to eclipse and then maintain an ant script as well.

yes, but you can do stuff like:

<path id="lib.class.path">
<pathelement path="${database.driver.classpath}"/>
<fileset dir="${lib.dir}">
<include name="*.jar"/>
</fileset>
<fileset dir="${basedir}/..">
<include name="*.jar"/>
</fileset>
</path>

which will remove some of the pain.

hth
Previous Topic:Looking for plugin log.
Next Topic:how to extract workspace/project configutaion from the platform
Goto Forum:
  


Current Time: Fri Jul 25 22:33:30 EDT 2025

Powered by FUDForum. Page generated in 0.03668 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top