You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Brian Lawler <br...@tribenetwork.com> on 2004/04/01 08:41:02 UTC

build.properties on 2.3...

hello all-

I notice when trying to build Turbine 2.3 straight from CVS, tests and 
all, that it doesn't work due to a lack of settings in the 
build.properties file.  Is there any reason not to apply a patch like 
the following to that file so that it will build straight away for 
people checking out from CVS?  How do you all typically handle this?  
Another props file?

-Brian



Index: build.properties
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-2/build.properties,v
retrieving revision 1.5
diff -u -r1.5 build.properties
--- build.properties                                                    
         9 Jun 2003 13:33:12 -0000                                       
                 1.5
+++ build.properties                                                    
         1 Apr 2004 06:35:38 -0000
@@ -5,3 +5,20 @@
  #
  # Add local changes to the build process here.
  # -------------------------------------------------------------------
+torque.addGetByNameMethod = true
+torque.addIntakeRetrievable = false
+torque.retrievableInterface = org.apache.turbine.om.Retrievable
+torque.addSaveMethod = true
+torque.addTimeStamp = true
+torque.basePrefix = Base
+torque.complexObjectModel = true
+torque.saveException = Exception
+torque.useClasspath = true
+torque.useManagers = false
+torque.omzip.src.base = false
+torque.omzip.src.extension = false
+torque.omzip.bin.base = false
+torque.omzip.bin.extension = false
+torque.omzip.deleteFiles = false
+torque.generateDeprecated = true
+torque.runOnlyOnSchemaChange = false


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