Changeset 4391
- Timestamp:
- Dec 5, 2012, 2:43:28 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/core/build.xml
r4055 r4391 188 188 <!-- ================================= --> 189 189 <target name="dev" 190 description="co pmiles files directly into $CATALINA_HOME/webapps/proteios/WEB-INF/classes">190 description="compiles files directly into $CATALINA_BASE/webapps/proteios/WEB-INF/classes"> 191 191 <property environment="env"/> 192 192 <antcall target="compile"> 193 193 <param name="build" 194 value="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>194 value="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 195 195 </antcall> 196 196 </target> … … 200 200 <antcall target="hibernate"> 201 201 <param name="build" 202 value="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>202 value="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 203 203 </antcall> 204 204 </target> -
trunk/api/core/test/build.xml
r3716 r4391 43 43 <include name="**/*.jar" /> 44 44 </fileset> 45 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">45 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 46 46 <include name="*.jar" /> 47 47 </fileset> 48 48 49 <pathelement location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>49 <pathelement location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 50 50 <dirset dir="${build}" /> 51 51 -
trunk/api/waf/build.xml
r3979 r4391 75 75 <!-- ================================= --> 76 76 <target name="dev" 77 description="co pmiles files directly into $CATALINA_HOME/webapps/proteios/WEB-INF/classes">77 description="compiles files directly into $CATALINA_BASE/webapps/proteios/WEB-INF/classes"> 78 78 <property environment="env" /> 79 79 <antcall target="compile"> 80 80 <param name="build" 81 value="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>81 value="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 82 82 </antcall> 83 83 </target> -
trunk/build.xml
r4380 r4391 290 290 <target name="clean-dev"> 291 291 <property environment="env"/> 292 <delete dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes/org"/>293 <delete dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes/se"/>292 <delete dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes/org"/> 293 <delete dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes/se"/> 294 294 <delete> 295 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">295 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 296 296 <include name="proteios*.jar"/> 297 297 </fileset> -
trunk/client/ftpd/build.xml
r3979 r4391 71 71 <!-- ================================= --> 72 72 <target name="dev" 73 description="co pmiles files directly into $CATALINA_HOME/webapps/proteios/WEB-INF/classes">73 description="compiles files directly into $CATALINA_BASE/webapps/proteios/WEB-INF/classes"> 74 74 <property environment="env"/> 75 75 <antcall target="compile"> 76 76 <param name="build" 77 value="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>77 value="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 78 78 </antcall> 79 79 </target> -
trunk/client/servlet/build.xml
r3895 r4391 95 95 <!-- ================================= --> 96 96 <target name="dev" 97 description="co pmiles files directly into $CATALINA_HOME/webapps/proteios/WEB-INF/classes">97 description="compiles files directly into $CATALINA_BASE/webapps/proteios/WEB-INF/classes"> 98 98 <property environment="env"/> 99 99 <antcall target="compile"> 100 100 <param name="build" 101 value="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>101 value="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 102 102 </antcall> 103 <copy todir="${env.CATALINA_ HOME}/webapps/proteios/static">103 <copy todir="${env.CATALINA_BASE}/webapps/proteios/static"> 104 104 <fileset dir="www/static"> 105 105 <exclude name="**/static/img/orig/**" /> -
trunk/client/servlet/test/build.xml
r3895 r4391 45 45 </fileset> 46 46 <dirset dir="../build" /> 47 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">47 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 48 48 <include name="*.jar" /> 49 49 </fileset> 50 50 51 <pathelement location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>51 <pathelement location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 52 52 <dirset dir="${build}" /> 53 53 </path> -
trunk/contrib/SpectrumFileInspector/build.xml
r3623 r4391 15 15 <property name="src" location="src" /> 16 16 <property name="build" location="build" /> 17 <property name="dist" location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib" />17 <property name="dist" location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib" /> 18 18 <property name="test" location="test" /> 19 19 <path id="classpath"> 20 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_ HOME -->21 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">20 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_BASE --> 21 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 22 22 <include name="**/*.jar" /> 23 23 </fileset> … … 93 93 <target name="testVersion"> 94 94 <java classname="org.proteios.core.Application" classpathref="classpath" outputproperty="proteios-version" /> 95 <fail unless="proteios-version" message="Please set CATALINA_ HOME and make sure proteios is installed" />95 <fail unless="proteios-version" message="Please set CATALINA_BASE and make sure proteios is installed" /> 96 96 </target> 97 97 -
trunk/contrib/SpectrumLibraryExport/build.xml
r3698 r4391 15 15 <property name="src" location="src" /> 16 16 <property name="build" location="build" /> 17 <property name="dist" location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib" />17 <property name="dist" location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib" /> 18 18 <property name="test" location="test" /> 19 19 <path id="classpath"> 20 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_ HOME -->21 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">20 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_BASE --> 21 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 22 22 <include name="**/*.jar" /> 23 23 </fileset> … … 89 89 <target name="testVersion"> 90 90 <java classname="org.proteios.core.Application" classpathref="classpath" outputproperty="proteios-version" /> 91 <fail unless="proteios-version" message="Please set CATALINA_ HOME and make sure proteios is installed" />91 <fail unless="proteios-version" message="Please set CATALINA_BASE and make sure proteios is installed" /> 92 92 </target> 93 93 -
trunk/contrib/immun/build.xml
r3623 r4391 37 37 <property name="src" location="src" /> 38 38 <property name="build" location="build" /> 39 <property name="dist" location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib" />39 <property name="dist" location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib" /> 40 40 <property name="test" location="test" /> 41 41 <property environment="env" /> 42 42 <path id="classpath"> 43 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_ HOME -->44 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">43 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_BASE --> 44 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 45 45 <include name="**/*.jar" /> 46 46 </fileset> … … 102 102 <target name="testVersion"> 103 103 <java classname="org.proteios.core.Application" classpathref="classpath" outputproperty="proteios-version" /> 104 <fail unless="proteios-version" message="Please set CATALINA_ HOME and make sure proteios is installed" />104 <fail unless="proteios-version" message="Please set CATALINA_BASE and make sure proteios is installed" /> 105 105 </target> 106 106 -
trunk/misc/myExtension/build.xml
r3987 r4391 19 19 <property name="baseurl" value="http://www.proteios.org/trac/raw-attachment/wiki/Extensions/Manual"/> 20 20 <path id="classpath"> 21 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_ HOME -->22 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">21 <!-- Point it to your tomcat installation should work nicely if you have set CATALINA_BASE --> 22 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 23 23 <include name="**/*.jar" /> 24 24 </fileset> 25 <pathelement location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>25 <pathelement location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 26 26 </path> 27 27 … … 91 91 <target name="testVersion"> 92 92 <java classname="org.proteios.core.Application" classpathref="classpath" outputproperty="proteios-version" /> 93 <fail unless="proteios-version" message="Please set CATALINA_ HOME and make sure proteios is installed" />93 <fail unless="proteios-version" message="Please set CATALINA_BASE and make sure proteios is installed" /> 94 94 </target> 95 95 -
trunk/plugin/build.xml
r3979 r4391 81 81 <!-- ================================= --> 82 82 <target name="dev" 83 description="co pmiles files directly into $CATALINA_HOME/webapps/proteios/WEB-INF/classes">83 description="compiles files directly into $CATALINA_BASE/webapps/proteios/WEB-INF/classes"> 84 84 <property environment="env"/> 85 85 <antcall target="compile"> 86 86 <param name="build" 87 value="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>87 value="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 88 88 </antcall> 89 89 </target> -
trunk/plugin/test/build.xml
r3716 r4391 43 43 <include name="**/*.jar" /> 44 44 </fileset> 45 <fileset dir="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/lib">45 <fileset dir="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/lib"> 46 46 <include name="*.jar" /> 47 47 </fileset> … … 50 50 <dirset dir="../conf" /> 51 51 52 <pathelement location="${env.CATALINA_ HOME}/webapps/proteios/WEB-INF/classes"/>52 <pathelement location="${env.CATALINA_BASE}/webapps/proteios/WEB-INF/classes"/> 53 53 <dirset dir="${build}" /> 54 54 </path>
Note: See TracChangeset
for help on using the changeset viewer.