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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...