You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rg...@apache.org on 2006/04/11 23:31:02 UTC

svn commit: r393313 - /incubator/webwork2/build.xml

Author: rgielen
Date: Tue Apr 11 14:31:00 2006
New Revision: 393313

URL: http://svn.apache.org/viewcvs?rev=393313&view=rev
Log:
First works on fixing ant build:
- fixed xdoclet targets

TBD:
- check/fix other targets too
- introduce more modular build as suggested by Jason, including restructuring of build-files

Modified:
    incubator/webwork2/build.xml

Modified: incubator/webwork2/build.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/build.xml?rev=393313&r1=393312&r2=393313&view=diff
==============================================================================
--- incubator/webwork2/build.xml (original)
+++ incubator/webwork2/build.xml Tue Apr 11 14:31:00 2006
@@ -1,7 +1,7 @@
 <project name="action" default="jar" basedir=".">
     <!-- overridden properties (must be before the import!) -->
     <property name="src.test" value="action/src/test"/>
-    <property name="src.xdt" value="action/src/xdt"/>
+    <property name="src.xdt" value="action/src/main/xdt"/>
     <property name="compile.version" value="1.4"/>
     <property name="test.compile.version" value="1.4"/>
 
@@ -108,7 +108,7 @@
             classname="xdoclet.DocletTask"
             classpathref="cp"
             />
-        <xdoclet destdir="src/java/META-INF"
+        <xdoclet destdir="${src.resources}/java/META-INF"
                  excludedtags="@version,@author,@return,@exception,@todo"
                  verbose="false"
                  force="true"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org