You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/05/13 09:38:40 UTC

svn commit: r169967 - /incubator/beehive/trunk/ant/beehive-tools.xml

Author: rich
Date: Fri May 13 00:38:40 2005
New Revision: 169967

URL: http://svn.apache.org/viewcvs?rev=169967&view=rev
Log:
Fix for http://issues.apache.org/jira/browse/BEEHIVE-718 : <build-pageflows>: the default temporary generated source directory is under the source root

tests: bvt in netui, run.tests against the built test distribution (WinXP)
BB: self (linux)


Modified:
    incubator/beehive/trunk/ant/beehive-tools.xml

Modified: incubator/beehive/trunk/ant/beehive-tools.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/ant/beehive-tools.xml?rev=169967&r1=169966&r2=169967&view=diff
==============================================================================
--- incubator/beehive/trunk/ant/beehive-tools.xml (original)
+++ incubator/beehive/trunk/ant/beehive-tools.xml Fri May 13 00:38:40 2005
@@ -85,7 +85,7 @@
         <attribute name="webcontentdir" default="@{srcdir}" description="The root location for web content (e.g., JSPs, web.xml, etc.).  Defaults to @{srcdir}."/>
         <attribute name="weboutputdir" default="@{srcdir}" description="The root of the webapp build output directory, for generated webapp files (e.g., generated Struts config files in WEB-INF/.pageflow-struts-generated).  Defaults to @{srcdir}."/>
         <attribute name="classoutputdir" default="@{weboutputdir}/WEB-INF/classes" description="The directory for compiled classes.  Defaults to @{weboutputdir}/WEB-INF/classes."/>
-        <attribute name="tempdir" default="@{srcdir}/WEB-INF/.tmpbeansrc" description="The directory for temporary .java files, copied from page flows (etc.) with non-.java extensions.  Defaults to @{srcdir}/WEB-INF/.tmpbeansrc."/>
+        <attribute name="tempdir" default="@{weboutputdir}/WEB-INF/.tmpbeansrc" description="The directory for temporary .java files, copied from page flows (etc.) with non-.java extensions.  Defaults to @{weboutputdir}/WEB-INF/.tmpbeansrc."/>
 
         <sequential>
             <taskdef name="apt"