weaver 2004/02/04 13:44:33
Modified: portal maven.xml
Log:
added HSQL db path overrides for all of the deploy calls
Revision Changes Path
1.34 +9 -0 jakarta-jetspeed-2/portal/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- maven.xml 3 Feb 2004 23:58:07 -0000 1.33
+++ maven.xml 4 Feb 2004 21:44:33 -0000 1.34
@@ -38,6 +38,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="register" />
<arg value="-PortletAppName" />
@@ -57,6 +58,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="unregister" />
<arg value="-PortletAppName" />
@@ -76,6 +78,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="deploy" />
<arg value="-PortletAppName" />
@@ -95,6 +98,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="deploy" />
<arg value="-PortletAppName" />
@@ -115,6 +119,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="deploy" />
<arg value="-PortletAppName" />
@@ -136,6 +141,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="undeploy" />
<arg value="-PortletAppName" />
@@ -155,6 +161,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="undeploy" />
<arg value="-PortletAppName" />
@@ -301,6 +308,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="deploy" />
<arg value="-PortletAppName" />
@@ -349,6 +357,7 @@
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
</classpath>
+ <sysproperty key="services.HSQLDBServer.db.path"
value="${hsql.deployment.db.path}"/>
<arg value="-action" />
<arg value="deploy" />
<arg value="-PortletAppName" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]