My name is Patrick and i'm from Brasil.

What should I do for perform a Script ANT from a SessionBean?  I am trying to 
do like this:

  |  String[] argumentos = new String[3];
  |                 argumentos[0] = "-file";
  |                 argumentos[1] = "..\\antScript.xml";
  |                 argumentos[2] = "compilar";
  | 
  |                 Launcher.main(argumentos);
  | 

But when the script finishes of perform, the JBoss performs SHUTDOWN


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862948#3862948

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862948


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to