taylor 02/05/25 11:18:15
Modified: build Tag: security_14 build.xml
build/torque Tag: security_14 build.properties
Added: build/torque/schema Tag: security_14 security-schema.xml
Log:
Added dependency to build so that it now automatically builds the legacy Turbine
security tables and OM auto.
These OM classes are no longer coupled with org.apache.turbine.om.* ...
security-schema.xml -- the basic turbine2 tables
Revision Changes Path
No revision
No revision
1.142.2.1 +18 -1 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.142
retrieving revision 1.142.2.1
diff -u -r1.142 -r1.142.2.1
--- build.xml 16 May 2002 19:58:50 -0000 1.142
+++ build.xml 25 May 2002 18:18:14 -0000 1.142.2.1
@@ -167,7 +167,7 @@
<!-- Compiles the class files -->
<!-- =================================================================== -->
<target
- name="compile" depends="apis"
+ name="compile" depends="apis,om"
description="Compiles the class files"
>
@@ -875,6 +875,23 @@
</fileset>
</delete>
</target>
+
+ <!-- =================================================================== -->
+ <!-- Object Model -->
+ <!-- =================================================================== -->
+ <target name="check_om">
+ <uptodate property="omBuild.notRequired"
targetfile="./src/sql/security-schema.sql">
+ <srcfiles dir= "./build/torque/schema"
includes="security-schema.xml"/>
+ </uptodate>
+ </target>
+
+ <target name="om" depends="check_om"
+ unless="omBuild.notRequired"
+ description="Generate Object Model sources">
+
+ <ant antfile="build.xml" dir="./build/torque"/>
+
+ </target>
<!-- =================================================================== -->
<!-- Include the usage target and the test targets for the different -->
No revision
No revision
1.4.2.1 +5 -2 jakarta-jetspeed/build/torque/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/build.properties,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- build.properties 19 Apr 2002 16:35:01 -0000 1.4
+++ build.properties 25 May 2002 18:18:14 -0000 1.4.2.1
@@ -24,7 +24,8 @@
# the project name selected.
# -------------------------------------------------------------------
-project=dbpsml
+# project=dbpsml
+project=security
# -------------------------------------------------------------------
#
@@ -65,7 +66,9 @@
# addIntakeRetrievable=implement Intake's Retrievable interface
# -------------------------------------------------------------------
-targetPackage=org.apache.jetspeed.om.dbpsml
+# targetPackage=org.apache.jetspeed.om.dbpsml
+targetPackage=org.apache.jetspeed.om.security
+
addSaveMethod=true
addGetByNameMethod=true
complexObjectModel=true
No revision
No revision
1.1.2.1 +75 -0 jakarta-jetspeed/build/torque/schema/Attic/security-schema.xml
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>