facebook

create Ant with Eclipse plugin libraries

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #270422 Reply

    Hi,

    I’m new in creating ant script. I try to build the project from ant, but it doesn’t want to recoqnize the libraries from Myeclipse plugins.

    How can I add the build path libraries from Myeclipse, such as (Spring, Xfire, Hibernate, etc) to the ant build script?

    Thanks,

    #270573 Reply

    Riyad Kalla
    Member

    diana,
    There is no direct connection between Ant and MyEclipse. Ant runs out-of-process, meaning that it’s a stand alone external process to MyEclipse. So the only way to literally add the libraries is to specify their full paths all the way down into the MyEclipse plugins directories…. which would be super ugly.

    If you are really set on making your project build with Ant, and not using MyEclipse for it, you might consider downloading the LIBs and putting them in some /lib sub directory *just* for your ant build to use.

    #270645 Reply

    jhm
    Member

    Maybe ant4eclipse would help. I havent used that, but maybe …
    http://ant4eclipse.sf.net

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: create Ant with Eclipse plugin libraries

You must be logged in to post in the forum log in