Finalisation de l'Installer
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<author name="Jialin Wang" email="kooksnake@hotmail.com"/>
|
<author name="Jialin Wang" email="kooksnake@hotmail.com"/>
|
||||||
</authors>
|
</authors>
|
||||||
<javaversion>1.5</javaversion>
|
<javaversion>1.5</javaversion>
|
||||||
<requiresjdk>yes</requiresjdk>
|
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
<guiprefs width="600" height="480" resizable="no">
|
<guiprefs width="600" height="480" resizable="no">
|
||||||
@@ -39,6 +38,9 @@
|
|||||||
<variables>
|
<variables>
|
||||||
<variable name="app_name" value="YACOS"/>
|
<variable name="app_name" value="YACOS"/>
|
||||||
<variable name="jboss_version" value="jboss-4.2.2.GA"/>
|
<variable name="jboss_version" value="jboss-4.2.2.GA"/>
|
||||||
|
<variable name="JDKPathPanel.minVersion" value="1.5.0" />
|
||||||
|
<variable name="JDKPathPanel.maxVersion" value="1.5.99" />
|
||||||
|
<variable name="JDKPathPanel.skipIfValid" value="yes" />
|
||||||
</variables>
|
</variables>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
@@ -57,6 +59,7 @@
|
|||||||
<panel classname="HelloPanel"/>
|
<panel classname="HelloPanel"/>
|
||||||
<panel classname="HTMLInfoPanel"/>
|
<panel classname="HTMLInfoPanel"/>
|
||||||
<panel classname="TargetPanel"/>
|
<panel classname="TargetPanel"/>
|
||||||
|
<panel classname="JDKPathPanel"/>
|
||||||
<panel classname="PacksPanel"/>
|
<panel classname="PacksPanel"/>
|
||||||
<panel classname="UserInputPanel" id="UserInputPanel.0"/>
|
<panel classname="UserInputPanel" id="UserInputPanel.0"/>
|
||||||
<panel classname="SummaryPanel"/>
|
<panel classname="SummaryPanel"/>
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
set JAVA_HOME=@JDKPath
|
||||||
jboss-4.2.2.GA/bin/run.bat --host=@{server.address} -Dyacos.port=@{server.port}
|
jboss-4.2.2.GA/bin/run.bat --host=@{server.address} -Dyacos.port=@{server.port}
|
||||||
@@ -1 +1,2 @@
|
|||||||
|
export JAVA_HOME="@JDKPath"
|
||||||
sh jboss-4.2.2.GA/bin/run.sh --host=@{server.address} -Dyacos.port=@{server.port}
|
sh jboss-4.2.2.GA/bin/run.sh --host=@{server.address} -Dyacos.port=@{server.port}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<field type="text" variable="server.address">
|
<field type="text" variable="server.address">
|
||||||
<description align="left" txt="This is the address that will be used to access the server."
|
<description align="left" txt="This is the address that will be used to access the server."
|
||||||
id="server.address.text"/>
|
id="server.address.text"/>
|
||||||
<spec txt="Enter the server address :" id="server.address.label" size="20" set="127.0.0.1"/>
|
<spec txt="Enter the server address :" id="server.address.label" size="20" set="$HOST_NAME"/>
|
||||||
</field>
|
</field>
|
||||||
<field type="text" variable="server.port">
|
<field type="text" variable="server.port">
|
||||||
<description align="left" txt="Please enter the port on which the web server should be accessible. Please note that on most systems you will need to have administrative privileges to run the server on ports lesser than 1024."
|
<description align="left" txt="Please enter the port on which the web server should be accessible. Please note that on most systems you will need to have administrative privileges to run the server on ports lesser than 1024."
|
||||||
|
|||||||
Reference in New Issue
Block a user