You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/16 11:42:19 UTC

svn commit: r289457 - /forrest/trunk/main/forrest.build.xml

Author: crossley
Date: Fri Sep 16 02:42:16 2005
New Revision: 289457

URL: http://svn.apache.org/viewcvs?rev=289457&view=rev
Log:
Proper classpath for project.classes-dir
Issue: FOR-602 "The 'build test' fails because does not load project XML Catalog"

Modified:
    forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?rev=289457&r1=289456&r2=289457&view=diff
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Fri Sep 16 02:42:16 2005
@@ -353,7 +353,7 @@
          <pathelement path="${env.CLASSPATH}" />
          <pathelement location="${forrest.core.webapp}/WEB-INF/classes"/>
          <pathelement location="${forrest.build.lib-dir}/xml-forrest.jar"/>
-         <pathelement location="${project.classes-dir}"/>
+         <pathelement location="${project.home}/${project.classes-dir}"/>
          <pathelement location="${project.build-dir}"/>
          <fileset dir="${forrest.plugins-dir}" casesensitive="no">
            <include name="**/lib/*.jar"/>