jvanzyl 02/03/14 11:54:05
Modified: . build-om.xml
Log:
Laying the generated sources overtop the normal sources. I can't generate
them to a different directory because there are then duplicate classes, and
copying all the sources to another directory before compiling causes severe
problems with IDEs.
Revision Changes Path
1.14 +2 -2 jakarta-turbine-fulcrum/build-om.xml
Index: build-om.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build-om.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build-om.xml 1 Mar 2002 14:21:14 -0000 1.13
+++ build-om.xml 14 Mar 2002 19:54:05 -0000 1.14
@@ -61,7 +61,7 @@
<torque-om
contextProperties="default.properties"
controlTemplate="${OMControlTemplate}"
- outputDirectory="${build.dir}/src"
+ outputDirectory="${src.dir}/services/java"
templatePath="${templatePath}"
outputFile="report.turbine.om.generation"
targetPackage="${securityPackage}"
@@ -84,7 +84,7 @@
<torque-om
contextProperties="default.properties"
controlTemplate="${OMControlTemplate}"
- outputDirectory="${build.dir}/src"
+ outputDirectory="${src.dir}/services/java"
templatePath="${templatePath}"
outputFile="report.turbine.scheduler.generation"
targetPackage="${schedulerPackage}"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>