From: <fa...@us...> - 2008-12-15 10:27:19
|
Revision: 4302 http://fudaa.svn.sourceforge.net/fudaa/?rev=4302&view=rev Author: fargeix Date: 2008-12-15 10:27:03 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Fichiers pour la compilation de Fudaa-Albe. Modified Paths: -------------- trunk/fudaa_devel/fudaa-distrib/albe/build.xml Added Paths: ----------- trunk/fudaa_devel/fudaa-distrib/albe/albe.PNG trunk/fudaa_devel/fudaa-distrib/albe/albe.bat trunk/fudaa_devel/fudaa-distrib/albe/albe.ico trunk/fudaa_devel/fudaa-distrib/albe/albe.jpg trunk/fudaa_devel/fudaa-distrib/albe/izpack/ trunk/fudaa_devel/fudaa-distrib/albe/izpack/Unix_shortcutSpec.xml trunk/fudaa_devel/fudaa-distrib/albe/izpack/izpack_fudaa_albe.xml trunk/fudaa_devel/fudaa-distrib/albe/izpack/shortcutSpec.xml Added: trunk/fudaa_devel/fudaa-distrib/albe/albe.PNG =================================================================== (Binary files differ) Property changes on: trunk/fudaa_devel/fudaa-distrib/albe/albe.PNG ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/fudaa_devel/fudaa-distrib/albe/albe.bat =================================================================== --- trunk/fudaa_devel/fudaa-distrib/albe/albe.bat (rev 0) +++ trunk/fudaa_devel/fudaa-distrib/albe/albe.bat 2008-12-15 10:27:03 UTC (rev 4302) @@ -0,0 +1,6 @@ +echo off +cls +echo Execution de Fudaa-Albe en cours... +java.exe -Xmx256m -DFUDAA_SERVEUR=serveurs\albe -jar fudaa-albe.jar +cls +echo Fin d'execution de Fudaa-Albe \ No newline at end of file Added: trunk/fudaa_devel/fudaa-distrib/albe/albe.ico =================================================================== (Binary files differ) Property changes on: trunk/fudaa_devel/fudaa-distrib/albe/albe.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/fudaa_devel/fudaa-distrib/albe/albe.jpg =================================================================== (Binary files differ) Property changes on: trunk/fudaa_devel/fudaa-distrib/albe/albe.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/fudaa_devel/fudaa-distrib/albe/build.xml =================================================================== --- trunk/fudaa_devel/fudaa-distrib/albe/build.xml 2008-12-14 20:45:17 UTC (rev 4301) +++ trunk/fudaa_devel/fudaa-distrib/albe/build.xml 2008-12-15 10:27:03 UTC (rev 4302) @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="ISO-8859-15"?> <!-- ! @creation 2006-9-28 -! @modification $Date: 2007-10-29 15:06:12 $ +! @modification $Date: 2008-11-28 12:00:00 $ ! @license GNU General Public License 2 ! @copyright (c)1998-2001 CETMEF 2 bd Gambetta F-60231 Compiegne -! @version $Id: build.xml,v 1.1 2007-10-29 15:06:12 clavreul Exp $ +! @version $Id: build.xml,v 1.2 2008-11-28 12:00:00 fargeix Exp $ ! @author Nicolas Clavreul ! ! build permettant de construire le jar --> <project name="albe" default="deploy" basedir="."> <import file="../ant-deploy.xml" /> + <taskdef name="izpack" classpath="../commun/standalone-compiler.jar" classname="com.izforge.izpack.ant.IzPackTask" /> <property name="this.main.class" value="Albe" /> <!-- @@ -87,4 +88,9 @@ </genjar> </target> --> + + <taskdef resource="genjar.properties"/> + <target name="createInstaller" description="cree l'installeur Albe"> + <izpack input="izpack/izpack_fudaa_albe.xml" output="../../../distrib/build/jar/albe/Fudaa_Albe_Install.jar" basedir="." /> + </target> </project> Added: trunk/fudaa_devel/fudaa-distrib/albe/izpack/Unix_shortcutSpec.xml =================================================================== --- trunk/fudaa_devel/fudaa-distrib/albe/izpack/Unix_shortcutSpec.xml (rev 0) +++ trunk/fudaa_devel/fudaa-distrib/albe/izpack/Unix_shortcutSpec.xml 2008-12-15 10:27:03 UTC (rev 4302) @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<shortcuts> + <programGroup defaultName="Applications Fudaa\Albe" location="applications"/> + <shortcut + name="Lancer Albe" + programGroup="yes" + desktop="yes" + applications="no" + startMenu="no" + startup="no" + target="$JAVA_HOME/bin/java" + commandLine="-DINSTALLDIR=$INSTALL_PATH -DFUDAA_SERVEUR=$INSTALL_PATH/serveurs/albe -cp $INSTALL_PATH/fudaa-albe.jar org.fudaa.fudaa.albe.Albe" + workingDirectory="$INSTALL_PATH" + type="Application" + iconFile="$INSTALL_PATH/albe.png" + initialState="noShow" + description="Lance le logiciel Albe"> + <createForPack name="Albe"/> + </shortcut> + + <shortcut + name="Supprimer Albe" + programGroup="yes" + desktop="yes" + applications="no" + startMenu="no" + startup="no" + target="$JAVA_HOME/bin/java" + commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"" + initialState="noShow" + iconFile="trashcan_full" + iconIndex="0" + workingDirectory="" + type="Application" + encoding="UTF-8" + description="Supprime le logiciel Albe"> + <createForPack name="Albe"/> + </shortcut> + +</shortcuts> \ No newline at end of file Added: trunk/fudaa_devel/fudaa-distrib/albe/izpack/izpack_fudaa_albe.xml =================================================================== --- trunk/fudaa_devel/fudaa-distrib/albe/izpack/izpack_fudaa_albe.xml (rev 0) +++ trunk/fudaa_devel/fudaa-distrib/albe/izpack/izpack_fudaa_albe.xml 2008-12-15 10:27:03 UTC (rev 4302) @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> + +<!-- + A sample installation file. + Use it as a base for your own installers :-) + + To compile it : + - go in the bin directory where you installed IzPack + - call "compile ../sample/install.xml -b ../sample" +--> + +<installation version="1.0"> + + <!-- + The info section. + The meaning of the tags should be natural ... + --> + <info> + <appname>Albe</appname> + <appversion>1.1</appversion> + <authors> + <author name="Sabrina DELATTRE" email="de...@fu..."/> + </authors> + <url>http://www.cetmef.developpement-durable.gouv.fr/</url> + </info> + + <!-- + The gui preferences indication. + Sets the installer window to 640x480. It will not be able to change the size. + --> + <guiprefs width="800" height="520" resizable="no"/> + + <variables> + <variable name="$DesktopShortcutCheckboxEnabled" value="true"/> + </variables> + + <!-- + The locale section. + Asks here to include the English and French langpacks. + --> + <locale> + <langpack iso3="fra"/> + </locale> + + <!-- + The resources section. + The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel. + --> + <resources> + <res id="LicencePanel.licence" src="../commun/licence.txt"/> + <res id="shortcutSpec.xml" src="izpack/shortcutSpec.xml"/> + <res id="Unix_shortcutSpec.xml" src="izpack/Unix_shortcutSpec.xml"/> + <res src="albe.jpg" id="Installer.image.0"/> + </resources> + + <!-- + The panels section. + We indicate here which panels we want to use. The order will be respected. + --> + <panels> + <panel classname="HelloPanel" id="hellopanel"/> + <panel classname="LicencePanel" id="licensepanel"/> + <panel classname="TargetPanel" id="targetpanel"/> + <panel classname="PacksPanel" id="packspanel"/> + <panel classname="InstallPanel" id="installpanel"/> + <panel classname="ShortcutPanel" id="shortcutpanel"/> + <panel classname="FinishPanel" id="finishpanel"/> + </panels> + + <!-- + The packs section. + We specify here our packs. + --> + + <packs> + <pack name="Albe" required="yes"> + <description>Installe tous les composants du logiciel Albe</description> + <file src="../commun/licence.txt" targetdir="$INSTALL_PATH"/> + <file src="albe.bat" targetdir="$INSTALL_PATH"/> + <file src="albe.ico" targetdir="$INSTALL_PATH"/> + <file src="albe.png" targetdir="$INSTALL_PATH"/> + <file src="../../../distrib/build/jar/albe/fudaa-albe.jar" targetdir="$INSTALL_PATH"/> + <file src="../../aide/src/albe" targetdir="$INSTALL_PATH/aide"/> + <file src="../../fudaa/serveurs/albe" targetdir="$INSTALL_PATH/serveurs"/> + <executable targetfile="$INSTALL_PATH/serveurs/albe/bin/linux/albe_linux.x" stage="never"/> + </pack> + </packs> + + <native type="izpack" name="ShellLink.dll"/> + +</installation> Added: trunk/fudaa_devel/fudaa-distrib/albe/izpack/shortcutSpec.xml =================================================================== --- trunk/fudaa_devel/fudaa-distrib/albe/izpack/shortcutSpec.xml (rev 0) +++ trunk/fudaa_devel/fudaa-distrib/albe/izpack/shortcutSpec.xml 2008-12-15 10:27:03 UTC (rev 4302) @@ -0,0 +1,36 @@ +<shortcuts> + <skipIfNotSupported/> + <programGroup defaultName="Applications Fudaa\Albe" location="applications"/> + <shortcut + name="Lancer Albe" + programGroup="yes" + desktop="yes" + applications="no" + startMenu="no" + startup="no" + target="$INSTALL_PATH\albe.bat" + commandLine="" + workingDirectory="$INSTALL_PATH" + iconFile="$INSTALL_PATH\albe.ico" + initialState="noShow" + description="Lance le logiciel Albe"> + <createForPack name="Albe"/> + </shortcut> + + <shortcut + name="Supprimer Albe" + programGroup="yes" + desktop="no" + applications="no" + startMenu="no" + startup="no" + target="$INSTALL_PATH\Uninstaller\uninstaller.jar" + commandLine="" + iconFile="%SystemRoot%\system32\SHELL32.dll" + iconIndex="31" + description="Supprime le logiciel Albe"> + + <createForPack name="Albe"/> + </shortcut> + +</shortcuts> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |