facebook

[Closed] How to integrate a builder in deploy step?

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261116 Reply

    tthiele
    Member

    I have an EAR project with a ant script that creates a number of jars for that ear.
    This ant script is declared to be an active builder for this project.
    When I (re)deploy this ear to a server, my builder is not getting executed.
    Is it possible to get my ant script executed before the ear is created when click ‘(re)deploy’?

    thanks&cheers
    /tilo

    #261119

    Riyad Kalla
    Member

    Tilo,
    The deployment step is actually triggered by the build step, not the other way around. So if you need this to run before a redeploy, you will have to manually run it.

    Unfortunately we don’t offer hooks into the MyEclipse functionality at this time, so I can’t provide a way for you to hook into this redeploy step.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] How to integrate a builder in deploy step?

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