Changeset 9835


Ignore:
Timestamp:
10/12/07 11:33:49 (5 years ago)
Author:
anp
Message:

copie des libExt directement dans /WEB-INF/lib/ de la webApp (=> ces jars passent avant ceux de $CATALINA_HOME/lib mais tjs aprés ceux de la JVM)

Location:
trunk/Bui_scServer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_scServer/_lin/resources/buiWebApp.sh

    r9140 r9835  
    11#!/bin/sh 
    22echo "Compilation, scserver" 
    3 $JAVA_HOME/bin/java -classpath "libext/ant.jar" -Xmx150m org.apache.tools.ant.Main -buildfile build.xml 
     3$JAVA_HOME/bin/java -classpath "webApp/WEB-INF/lib/ant.jar" -Xmx150m org.apache.tools.ant.Main -buildfile build.xml 
  • trunk/Bui_scServer/_win/resources/buiWebApp.bat

    r9140 r9835  
    11echo "Compilation, scserver" 
    2 java.exe -classpath "libext\ant.jar" -Xmx150m org.apache.tools.ant.Main -buildfile build.xml 
     2java.exe -classpath "webApp\WEB-INF\lib\ant.jar" -Xmx150m org.apache.tools.ant.Main -buildfile build.xml 
  • trunk/Bui_scServer/build.xml

    r9821 r9835  
    3131        <property name="destworkdir" value="${destapprootdir}/data"/> 
    3232        <property name="destlibendorsed" value="${destapprootdir}/libendorsed"/> 
    33         <property name="destlibext" value="${destapprootdir}/libext"/> 
     33        <property name="destlibext" value="${destwebappdir}/WEB-INF/lib"/><!-- les libExt sont maintenant incluses dans la webApp  ${destapprootdir}/libext --> 
    3434         
    3535        <property name="tmpRep" value="${basedir}/tmp"/> 
Note: See TracChangeset for help on using the changeset viewer.