Reinhard Poetz wrote:
[EMAIL PROTECTED] wrote:

Author: reinhard
Date: Sun Feb 20 23:16:58 2005
New Revision: 154651

URL: http://svn.apache.org/viewcvs?view=rev&rev=154651
Log:
having the version in the directory names causes problems with the new build system - Is it of any use?


Modified:
    cocoon/trunk/build.properties

Modified: cocoon/trunk/build.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/build.properties?view=diff&r1=154650&r2=154651


==============================================================================

--- cocoon/trunk/build.properties (original)
+++ cocoon/trunk/build.properties Sun Feb 20 23:16:58 2005
@@ -75,7 +75,7 @@
# ---- Build -------------------------------------------------------------------
build.root=build
-build=${build.root}/${name}-${version}
+build=${build.root}/${name}
build.dest=${build}/classes
build.mocks=${build}/mocks
build.test=${build}/test


Any comments?

I introduced this a while ago, because I thought it would have been useful for Gump to be able to build different cocoon versions in the same folder... a classic example of solving a problem without really understanding the existing solutions.


So, no problems for me with this patch, actually, it bothered me several times. ;-)

--
Stefano.



Reply via email to