You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/04/12 00:21:19 UTC

svn commit: r160971 - in lenya/trunk/src: java/org/apache/lenya/cms/cocoon/bean/ targets/compile-build.xml targets/test-build.xml

Author: gregor
Date: Mon Apr 11 15:21:18 2005
New Revision: 160971

URL: http://svn.apache.org/viewcvs?view=rev&rev=160971
Log:
Moved XSPPrecompileWrapper to test sources

Removed:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/bean/
Modified:
    lenya/trunk/src/targets/compile-build.xml
    lenya/trunk/src/targets/test-build.xml

Modified: lenya/trunk/src/targets/compile-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/compile-build.xml?view=diff&r1=160970&r2=160971
==============================================================================
--- lenya/trunk/src/targets/compile-build.xml (original)
+++ lenya/trunk/src/targets/compile-build.xml Mon Apr 11 15:21:18 2005
@@ -58,22 +58,4 @@
     </javac>
   </target>
 
-  <!-- The XSP compilation target -->
-  <target name="compile-xsp" depends="prepare-src"
-          description="Compile the XSP sources">
-    <mkdir dir="${build.dir}/work"/>
-    <java classname="org.apache.lenya.cms.cocoon.bean.XSPPrecompileWrapper">
-      <arg value="-c${build.webapp}"/>
-      <arg value="-w${build.dir}/work"/>
-      <classpath>
-         <pathelement path="${build.webapp}/WEB-INF/classes"/>
-         <fileset dir="${build.webapp}/WEB-INF/lib">
-            <include name="*.jar"/>
-         </fileset>
-         <fileset dir="tools/jetty/lib">
-          <include name="servlet-2.3.jar"/>
-         </fileset>
-      </classpath>
-    </java>
-  </target>
 </project>

Modified: lenya/trunk/src/targets/test-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/test-build.xml?view=diff&r1=160970&r2=160971
==============================================================================
--- lenya/trunk/src/targets/test-build.xml (original)
+++ lenya/trunk/src/targets/test-build.xml Mon Apr 11 15:21:18 2005
@@ -220,4 +220,23 @@
       <arg line="-f ${webtest.buildfile}"/>
     </java>
   </target>
+
+<!-- The XSP compilation target -->
+  <target name="compile-xsp" depends="tests.prepare"
+          description="Compile the XSP sources">
+    <mkdir dir="${build.dir}/work"/>
+    <java classname="org.apache.cocoon.bean.XSPPrecompileWrapper">
+      <arg value="-c${build.webapp}"/>
+      <arg value="-w${build.dir}/work"/>
+      <classpath>
+         <pathelement path="${build.webapp}/WEB-INF/classes"/>
+         <fileset dir="${build.webapp}/WEB-INF/lib">
+            <include name="*.jar"/>
+         </fileset>
+         <fileset dir="tools/jetty/lib">
+          <include name="servlet-2.3.jar"/>
+         </fileset>
+      </classpath>
+    </java>
+  </target>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org