facebook

Eclipse ANT

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #223516 Reply

    bunty
    Member

    Hi,
    I was wondering if somebody could tell me if I can create a ANT build file for my project in MyEclipse. I have WAR as well as EJB Jar files. These have to be deployed on a remote location which will be UNIX based.
    Thanks in Advance,
    Bunty

    #223558

    Riyad Kalla
    Member

    Bunty,
    I guess you are asking how to do this, or if it is possible with Ant? MyEclipse does not support any generation of Ant scripts to handle any of these features if that is what you are asking…

    #223610

    nat101
    Member

    Bunty,
    In general, you should have no problem using custom ant build files with MyEclipse.

    Riyad, he does not want ME to generate the scripts, he (or she?) just wants to run custom ant builds. I think.

    -nat

    #223631

    bunty
    Member

    Hi,
    Thanks for the replies. I guess I was not very clear in my question! I was actually wondering if I could GENERATE ant files from MyEclipse and maybe customize it to include ftp support. And then run it from ME.
    Also, is it possible to integrate a server on a remote UNIX machine with ME!?
    Thank You,
    Bunty
    PS: It’s a ‘he’ 😉

    #223632

    Riyad Kalla
    Member

    I was actually wondering if I could GENERATE ant files from MyEclipse and maybe customize it to include ftp support. And then run it from ME.

    Not currently, although it is an open enhancement request we hope to address in the future.

    And then run it from ME.

    This is provided by base Eclipse (running Ant scripts). Just open the Ant View and drop the script there for a nice tree view.

    Also, is it possible to integrate a server on a remote UNIX machine with ME!?

    Kind of. If you can mount the remote directory of the server’s deploy location, you can setup a “Custom Location” in MyEclipse and it can deploy your app there, technically giving you remote deployment.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Eclipse ANT

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