Index: .classpath =================================================================== RCS file: /cvsroot/university/C-252d/.classpath,v retrieving revision 1.3 diff -u -r1.3 .classpath --- .classpath 12 Feb 2006 12:02:50 -0000 1.3 +++ .classpath 15 Feb 2006 02:17:38 -0000 @@ -13,52 +13,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Index: client/build.xml =================================================================== RCS file: /cvsroot/university/C-252d/client/build.xml,v retrieving revision 1.1 diff -u -r1.1 build.xml --- client/build.xml 14 Oct 2005 10:56:25 -0000 1.1 +++ client/build.xml 15 Feb 2006 02:17:39 -0000 @@ -94,6 +94,7 @@ + Index: install/build.xml =================================================================== RCS file: /cvsroot/university/C-252d/install/build.xml,v retrieving revision 1.1 diff -u -r1.1 build.xml --- install/build.xml 14 Oct 2005 12:32:15 -0000 1.1 +++ install/build.xml 15 Feb 2006 02:17:42 -0000 @@ -150,6 +150,7 @@ + CompiereHome Index: install/Compiere2/build.xml =================================================================== RCS file: /cvsroot/university/C-252d/install/Compiere2/build.xml,v retrieving revision 1.1 diff -u -r1.1 build.xml --- install/Compiere2/build.xml 14 Oct 2005 12:32:16 -0000 1.1 +++ install/Compiere2/build.xml 15 Feb 2006 02:17:43 -0000 @@ -130,6 +130,8 @@ + + @@ -175,7 +177,9 @@ - + + + @@ -196,6 +200,10 @@ storepass="${COMPIERE_KEYSTOREPASS}" keystore="${COMPIERE_KEYSTORE}" /> + + @@ -223,7 +231,7 @@ + includes="Compiere2.exe,*.ico,Compiere.jar,CompiereJasperReqs.jar,CompiereCLib.jar,compiereDirect.jnlp,index.html,*.0"/> @@ -246,7 +254,7 @@ @@ -272,7 +280,7 @@ destfile="${basedir}/lib/compiereApps.ear" appxml="${basedir}/lib/compiereApps.xml"> + includes="compiereApps.war,Compiere.jar,CompiereSLib.jar,CompiereJasperReqs.jar,CompiereJasper.jar"/> Index: serverRoot/src/web/compiere.jnlp =================================================================== RCS file: /cvsroot/university/C-252d/serverRoot/src/web/compiere.jnlp,v retrieving revision 1.1 diff -u -r1.1 compiere.jnlp --- serverRoot/src/web/compiere.jnlp 16 Oct 2005 02:14:38 -0000 1.1 +++ serverRoot/src/web/compiere.jnlp 15 Feb 2006 02:17:44 -0000 @@ -16,6 +16,7 @@ + Index: utils/RUN_Compiere2.bat =================================================================== RCS file: /cvsroot/university/C-252d/utils/RUN_Compiere2.bat,v retrieving revision 1.1 diff -u -r1.1 RUN_Compiere2.bat --- utils/RUN_Compiere2.bat 16 Oct 2005 02:47:52 -0000 1.1 +++ utils/RUN_Compiere2.bat 15 Feb 2006 02:17:45 -0000 @@ -22,7 +22,7 @@ :CHECK_COMPIERE @if not "%COMPIERE_HOME%" == "" goto COMPIERE_HOME_OK -Set CLASSPATH=lib\Compiere.jar;lib\CompiereCLib.jar;%CLASSPATH% +Set CLASSPATH=lib\Compiere.jar;lib\CompiereCLib.jar;lib\CompiereJasperReqs.jar;%CLASSPATH% set COMPIERE_HOME=%~dp0.. @Echo COMPIERE_HOME is not set. @Echo You may not be able to start Compiere @@ -31,7 +31,7 @@ @Echo cscript WinEnv.js C:\Compiere2 C:\j2sdk1.4.2_06 @goto START :COMPIERE_HOME_OK -@Set CLASSPATH=%COMPIERE_HOME%\lib\Compiere.jar;%COMPIERE_HOME%\lib\CompiereCLib.jar;%CLASSPATH% +@Set CLASSPATH=%COMPIERE_HOME%\lib\Compiere.jar;%COMPIERE_HOME%\lib\CompiereCLib.jar;%COMPIERE_HOME%\lib\CompiereJasperReqs.jar;%CLASSPATH% @REM To switch between multiple installs, copy the created Compiere.properties file @REM Select the configuration by setting the PROP variable Index: utils/RUN_Compiere2.sh =================================================================== RCS file: /cvsroot/university/C-252d/utils/RUN_Compiere2.sh,v retrieving revision 1.1 diff -u -r1.1 RUN_Compiere2.sh --- utils/RUN_Compiere2.sh 16 Oct 2005 02:47:52 -0000 1.1 +++ utils/RUN_Compiere2.sh 15 Feb 2006 02:17:45 -0000 @@ -19,9 +19,9 @@ ## Check Compiere Home if [ $COMPIERE_HOME ]; then - CLASSPATH=$COMPIERE_HOME/lib/Compiere.jar:$COMPIERE_HOME/lib/CompiereCLib.jar:$CLASSPATH + CLASSPATH=$COMPIERE_HOME/lib/Compiere.jar:$COMPIERE_HOME/lib/CompiereCLib.jar:$COMPIERE_HOME/lib/CompiereJasperReqs.jar:$CLASSPATH else - CLASSPATH=lib/Compiere.jar:lib/CompiereCLib.jar:$CLASSPATH + CLASSPATH=lib/Compiere.jar:lib/CompiereCLib.jar:lib/CompiereJasperReqs.jar:$CLASSPATH echo COMPIERE_HOME is not set echo You may not be able to start Compiere echo Set COMPIERE_HOME to the directory of Compiere2. Index: utils_dev/build.xml =================================================================== RCS file: /cvsroot/university/C-252d/utils_dev/build.xml,v retrieving revision 1.1 diff -u -r1.1 build.xml --- utils_dev/build.xml 16 Oct 2005 02:47:52 -0000 1.1 +++ utils_dev/build.xml 15 Feb 2006 02:17:45 -0000 @@ -22,6 +22,7 @@ + @@ -36,6 +37,7 @@ +