facebook

scriptable deployments

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

    CameronBraid
    Member

    One feature that I would like is the ability to hook into the deployment process.

    This way, I could build a custom soloution as a workaround for

    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-2431-sid-47246481e1e53d46ca135a2afb413b13.html

    It will also allow people to build deployment soloutions for their specific environment, and possibly make work arounds for other features that are not yet implemented in MyEclipseIDE.

    I would think that something like BSF or Jython (or even Ant) hooks would provide a good soloution.

    For example, I am using maven to manage dependencies, which means that the JARs are in MAVEN_HOME. If MyEclipseIDE supported deployment hooks, I could do something like :

    (in pseudo code)
    onRedeployApp(containerDef, webApp, deploymentProfile):
    for each external jar in webApp.classpath:
    copy to deployemtProfile.contextRoot + “/WEB-INF/lib”

    I am sure that these hooks could allow people to do all sorts of neat things.

    #210621 Reply

    Riyad Kalla
    Member

    Cameron,
    The link you referenced, and your psuedo code below is already fixed/implemented by 3.8 Beta 2 (I thikn it was even fixed in Beta 1). Besides that and about the general question of deployment hooks, we are currently talking about how best to do this, but won’t address it until a later release.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: scriptable deployments

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