facebook

Using ANT in Eclipse

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #230600 Reply

    tmonteit
    Member

    I have an ANT build.xml file under my project. Using ant, I can execute the targets I define within build.xml.

    using ANT, I want the build.xml to trigger eclipse to build an eclipse project.

    For instance, rather thank clicking: Project > Build Working Set
    An ant target does that instead, executed out of build.xml.

    is there a special target or tag?
    Also a concern, eclipse already has the classpath and environment defined. Do I have to redefine all that stuff?

    Thanks…

    #230607 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev, not ME related.

    Also a concern, eclipse already has the classpath and environment defined. Do I have to redefine all that stuff?

    Yes you do, Ant executes in a separate environment outside of Eclipse and has no concept of the environment the Eclipse project is setup to have.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Using ANT in Eclipse

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