You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/01/19 14:18:54 UTC

svn commit: r497803 - /lenya/trunk/src/resources/build/modules2build.xsl

Author: andreas
Date: Fri Jan 19 05:18:54 2007
New Revision: 497803

URL: http://svn.apache.org/viewvc?view=rev&rev=497803
Log:
Build process: Make tests run again

Modified:
    lenya/trunk/src/resources/build/modules2build.xsl

Modified: lenya/trunk/src/resources/build/modules2build.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/resources/build/modules2build.xsl?view=diff&rev=497803&r1=497802&r2=497803
==============================================================================
--- lenya/trunk/src/resources/build/modules2build.xsl (original)
+++ lenya/trunk/src/resources/build/modules2build.xsl Fri Jan 19 05:18:54 2007
@@ -297,7 +297,7 @@
         </sourcepath>
         
         <!-- pass ant in the classpath to avoid class not found errors -->
-        <classpath refid="module.classpath.{$id}"/>
+        <classpath refid="module.classpath.{$id}.api"/>
       </javadoc>
     </target>
     
@@ -339,9 +339,9 @@
       <mkdir dir="{$testDestDir}"/>
       
       <path id="module.test-classpath.{$id}">
-        <path refid="module.classpath.{$id}"/>
+        <path refid="module.classpath.{$id}.impl"/>
         <fileset dir="${{build.webapp}}/WEB-INF/lib">
-          <include name="lenya-module-{$id}.jar"/>
+          <include name="lenya-module-{$id}-impl.jar"/>
         </fileset>
         <path location="${{build.test}}"/>
       </path>



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