[ 
http://jira.codehaus.org/browse/MOJO-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_100857
 ] 

Akram BEN AISSI commented on MOJO-586:
--------------------------------------

I also have the same problem with the deploy goal:
It seems that the weblogic.Deployer task may send a System.exit() after the 
task completion.
But I could not verify that, or I dont know how.

I suppose that the same thing is done with any succesful completion of weblogic 
tasks.
If is is the case, it would be nice to trap this System.exit and his code, and 
to continue the rest of the process.




> Build lifecycle terminates after appc is executed
> -------------------------------------------------
>
>                 Key: MOJO-586
>                 URL: http://jira.codehaus.org/browse/MOJO-586
>             Project: Mojo
>          Issue Type: Bug
>          Components: weblogic
>         Environment: 2.9.0-SNAPSHOT, WinXP
>            Reporter: Willie Vu
>
> appc is configured to execute during the process-classes phase.
>  <execution>
>      <id>generate-ejb</id>
>      <phase>process-classes</phase>
>      <goals>
>          <goal>appc</goal>
>      </goals>
>      <inherited>false</inherited>
>      <configuration>
>          <upload>false</upload>
>          <remote>false</remote>
>          <verbose>true</verbose>
>          <debug>true</debug>
>          
> <inputArtifactPath>${project.build.directory}/classes</inputArtifactPath>
>      </configuration>
>  </execution>
> mvn install is executed.  After appc is executed,  the last message is 
> "Compilation completed successfully." and build terminates.  The jar file 
> created is not installed to the local repo.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to