[jboss-dev-forums] [Design of EJB 3.0] - Re: EJB3 Plugin Installer; Multiplatform

ALRubinger do-not-reply at jboss.com
Thu Feb 28 23:19:41 EST 2008


Because the Installer invokes Ant, for Win32 I did have to add:

      // Windows Hack
  |       if (System.getProperty(Installer.SYSTEM_PROPERTY_OS).trim().toLowerCase().contains("windows"))
  |       {
  |          antCommand = antCommand + Installer.COMMAND_EXTENSION_WINDOWS;
  |       }

...to account for the ".bat" extension.

S,
ALR

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

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



More information about the jboss-dev-forums mailing list