perfsonar-dev - r1431 - trunk/perfsonar/ant/rrdma
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: r1431 - trunk/perfsonar/ant/rrdma
- Date: Tue, 18 Jul 2006 04:33:02 -0400
Author: roman
Date: 2006-07-18 04:33:01 -0400 (Tue, 18 Jul 2006)
New Revision: 1431
Modified:
trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml
Log:
eXist Ant targets have to use xmlrpc access (instead of simple http) and now
it is hardcoded
Modified: trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml 2006-07-18
05:49:15 UTC (rev 1430)
+++ trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml 2006-07-18
08:33:01 UTC (rev 1431)
@@ -35,13 +35,13 @@
<target name="get-xmldb-collection">
- <basename property="ma-collection" file="${component.ma.xmldb.db_uri}"
/>
+ <basename property="ma-collection"
file="${component.ma.xmldb.db_uri.xmlrpc}" />
</target>
<target name="_xmldb-list-rrdma">
- <list uri="${component.ma.xmldb.db_uri}"
+ <list uri="${component.ma.xmldb.db_uri.xmlrpc}"
resources="true"
outputproperty="resource.list"
separator=", "/>
@@ -63,18 +63,18 @@
<target name="xmldb-exist-rrdma" depends="getresource-rrdma">
<condition property="isExists-rrdma">
- <exist uri="${component.ma.xmldb.db_uri}"
+ <exist uri="${component.ma.xmldb.db_uri.xmlrpc}"
resource="${xmlresource}"/>
</condition>
</target>
<target name="xmldb-remove-rrdma" depends="getresource-rrdma,
get-xmldb-collection">
- <remove uri="${component.ma.xmldb.db_uri}"
+ <remove uri="${component.ma.xmldb.db_uri.xmlrpc}"
resource="${xmlresource}"
user="${component.ma.xmldb.db_username}"
password="${component.ma.xmldb.db_password}"/>
- <remove uri="${component.ma.xmldb.db_uri}"
+ <remove uri="${component.ma.xmldb.db_uri.xmlrpc}"
collection="${ma-collection}"
user="${component.ma.xmldb.db_username}"
password="${component.ma.xmldb.db_password}"/>
@@ -86,14 +86,14 @@
addproperty="resource.unwanted"
defaultvalue=""
/>
- <remove uri="${component.ma.xmldb.db_uri}"
+ <remove uri="${component.ma.xmldb.db_uri.xmlrpc}"
resource="${resource.unwanted}"
user="${component.ma.xmldb.db_username}"
password="${component.ma.xmldb.db_password}"/>
</target>
<target name="xmldb-store-rrdma">
- <store uri="${component.ma.xmldb.db_uri}"
+ <store uri="${component.ma.xmldb.db_uri.xmlrpc}"
type="xml"
srcfile="${service.ma.conf_file}"
user="${component.ma.xmldb.db_username}"
@@ -102,7 +102,7 @@
<target name="xmldb-extract-rrdma" depends="getresource-rrdma">
- <extract uri="${component.ma.xmldb.db_uri}"
+ <extract uri="${component.ma.xmldb.db_uri.xmlrpc}"
resource="${xmlresource}"
destfile="${basedir}/conf/dump_${xmlresource}"
user="${component.ma.xmldb.db_username}"
@@ -112,7 +112,7 @@
<target name="getdbroot-rrdma">
- <dirname property="dir1" file="/${component.ma.xmldb.db_uri}"/>
+ <dirname property="dir1"
file="/${component.ma.xmldb.db_uri.xmlrpc}"/>
<basename property="base1" file="${dir1}"/>
<dirname property="dir2" file="${dir1}"/>
- r1431 - trunk/perfsonar/ant/rrdma, svnlog, 07/18/2006
Archive powered by MHonArc 2.6.16.