Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to setup an Eclipse project usring Ant?

807600Oct 18 2007 — edited Oct 18 2007
Hi,
I've been using maven for a while, it's really a deep impression that maven provides so much convenience. Now i m having a project has to be built by Ant. I m wondering whether Ant can do the same thing as maven does. The function i m after is the external library referencing in maven. I m not very familiar with Ant, it looks all external libraries(JARs) must be put in the 'lib' directory, this is ok for compiling, but while i m developing the project in Eclipse, it can't reference to those libraries unless i manually add them through Eclipse project property settings, this is what i don't want to do, because it seems redundant.

Is there a way that i can setup the environment for Eclipse project using Ant?

Your help is sincerely appreciated!

best regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2007
Added on Oct 18 2007
1 comment
123 views