[
https://issues.jboss.org/browse/JBDS-3446?page=com.atlassian.jira.plugin....
]
Denis Golovin commented on JBDS-3446:
-------------------------------------
There are three modes available for installer:
1. GUI
2. Console
3. Automated
Current installer supports only (1) and (2). To run in console mode use:
{code}java -jar insatller.jar -console {code}
It shows license text on console and prompts for input
{code}press 1 to accept, 2 to reject, 3 to redisplay{code}
after answering (1) it goes further but fails because our panels do not support console
mode.
{code}[ Starting to unpack ]
[ Processing package: P2 Director Application (1/4) ]
[ Processing package: Red Hat JBoss Developer Studio 9.0.0.Beta1 (2/4) ]
[ Processing package: Red Hat JBoss Developer Studio 9.0.0.Beta1 Metadata Generation (3/4)
]
[ Processing package: JBoss Enterprise Application Platform (4/4) ]
[ WARNING: Error executing
/bin/chmod a+x
/home/eskimo/jbdevstudio/runtimes/jboss-eap/bin/init.d/jboss-as-standalone.sh ]
[ ERROR: The installation was not completed ]
[ Unpacking finished ]{code}
Add support for IzPack INSTALL_PATH property to predefine
installation path
---------------------------------------------------------------------------
Key: JBDS-3446
URL:
https://issues.jboss.org/browse/JBDS-3446
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Affects Versions: 8.1.0.GA
Reporter: Martin Malina
Assignee: Denis Golovin
Fix For: 9.0.0.Beta2
In a recent discussion around JBIDE-19852 , it was pointed out that IzPack supports
supplying properties to the installer, so that some values are predefined.
Details are here:
http://docs.codehaus.org/display/IZPACK/Unattended+Installations
The idea is that you could run this:
java -DINSTALL_PATH=/default/path -jar installer.jar
And this would pre-fill the installation path to the path given in the command.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)