perfsonar-dev - perfsonar: r2404 - in trunk/perfsonar: ant/sqlma doc/ma/sqlTypeMA
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r2404 - in trunk/perfsonar: ant/sqlma doc/ma/sqlTypeMA
- Date: Mon, 21 May 2007 09:19:44 -0400
Author: roman
Date: 2007-05-21 09:19:43 -0400 (Mon, 21 May 2007)
New Revision: 2404
Modified:
trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml
trunk/perfsonar/doc/ma/sqlTypeMA/ChangeLog.txt
Log:
- log4j config parameters updated
- saxon libs under webapps after deploy step
Modified: trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-05-21
09:34:46 UTC (rev 2403)
+++ trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-05-21
13:19:43 UTC (rev 2404)
@@ -32,9 +32,14 @@
<copy
file="./lib/repository/exist/exist-db/1.0rc/exist-db-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="./lib/repository/exist/exist-xmldb/1.0rc/exist-xmldb-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="./lib/repository/exist/exist-xmlrpc/1.0rc/exist-xmlrpc-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/exist/exist-optional/1.0rc/exist-optional-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="./lib/repository/joda-time/joda-time/1.4/joda-time-1.4.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy file="./lib/repository/net/sf/saxon/saxon/8.7/saxon-8.7.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/net/sf/saxon/saxon-jdom/8.7/saxon-jdom-8.7.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+
<copy todir="${service.home}/${deploy.root}/WEB-INF/classes">
<fileset dir="./conf">
<include name="ibatis-*.xml"/>
@@ -71,9 +76,14 @@
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-db-1.0rc.jar"/>
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-xmldb-1.0rc.jar"/>
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-xmlrpc-1.0rc.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-optional-1.0rc.jar" />
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/joda-time-1.4.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/saxon-8.7.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/saxon-jdom-8.7.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/saxon-dom-8.7.jar"/>
+
<!--
they are already removed by delete-deploy-root in
delete-jars-for-service
Modified: trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml 2007-05-21
09:34:46 UTC (rev 2403)
+++ trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml 2007-05-21
13:19:43 UTC (rev 2404)
@@ -26,20 +26,21 @@
<artifact:dependencies>
- <dependency groupId="com.ibatis" artifactId="ibatis-sqlmap"
version="2.1.7.597"/>
- <dependency groupId="com.ibatis" artifactId="ibatis-common"
version="2.1.7.597"/>
+ <dependency groupId="com.ibatis"
artifactId="ibatis-sqlmap" version="2.1.7.597"/>
+ <dependency groupId="com.ibatis"
artifactId="ibatis-common" version="2.1.7.597"/>
- <dependency groupId="commons-digester"
artifactId="commons-digester" version="1.7"/>
+ <dependency groupId="commons-digester"
artifactId="commons-digester" version="1.7"/>
- <dependency groupId="rrdjtool" artifactId="rrdjtool"
version="1.0"/>
+ <dependency groupId="rrdjtool" artifactId="rrdjtool"
version="1.0"/>
- <dependency groupId="net.sf.saxon" artifactId="saxon"
version="8.7"/>
- <dependency groupId="saxon" artifactId="saxon-jdom"
version="6.5.3"/>
+ <dependency groupId="net.sf.saxon" artifactId="saxon"
version="8.7"/>
+ <dependency groupId="net.sf.saxon" artifactId="saxon-jdom"
version="8.7"/>
+ <dependency groupId="net.sf.saxon" artifactId="saxon-dom"
version="8.7"/>
- <dependency groupId="antlr" artifactId="antlr"
version="2.7.6"/>
+ <dependency groupId="antlr" artifactId="antlr"
version="2.7.6"/>
- <dependency groupId="mysql"
artifactId="mysql-connector-java" version="5.0.3"/>
- <dependency groupId="postgresql" artifactId="postgresql"
version="8.1-407.jdbc3"/>
+ <dependency groupId="mysql"
artifactId="mysql-connector-java" version="5.0.3"/>
+ <dependency groupId="postgresql" artifactId="postgresql"
version="8.1-407.jdbc3"/>
<localRepository refid="local.repository"/>
<remoteRepository refid="remote.repository"/>
Modified: trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml 2007-05-21
09:34:46 UTC (rev 2403)
+++ trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml 2007-05-21
13:19:43 UTC (rev 2404)
@@ -18,15 +18,16 @@
- <!-- properties -->
+ <!-- properties -->
- <property name="service.base.name" value="SQL-MA" />
- <property name="service.version" value="1.1" />
- <property name="service.version.candidate" value="-beta" />
+ <property name="service.base.name" value="SQL-MA" />
+ <property name="service.version" value="1.3" />
+ <property name="service.version.candidate" value="-beta" />
<property name="service.name"
value="perfSONAR-${service.base.name}-${service.version}${service.version.candidate}"
/>
+
<property name="_exist.war.download.url"
value="http://www.perfsonar.net/download/dependencies/preinstall_download.php?product=exist-war&version=1.0.1"
/>
Modified: trunk/perfsonar/doc/ma/sqlTypeMA/ChangeLog.txt
===================================================================
--- trunk/perfsonar/doc/ma/sqlTypeMA/ChangeLog.txt 2007-05-21 09:34:46
UTC (rev 2403)
+++ trunk/perfsonar/doc/ma/sqlTypeMA/ChangeLog.txt 2007-05-21 13:19:43
UTC (rev 2404)
@@ -1,6 +1,6 @@
Relational Database MA
-2007-03-22 Version 2.0
+2007-03-22 Version 1.0
- New: support for relational database data storage
- New: Support for utilization and L2 path status
@@ -15,4 +15,14 @@
- Fixed Bug #127: Installation process
- Fixed Bug #133: Installation process
- Fixed Bug #135: Installation process
-- Fixed Bug #154: Error code generated if eventType is missing or its value
is unknown
\ No newline at end of file
+- Fixed Bug #154: Error code generated if eventType is missing or its value
is unknown
+
+
+2007-05-16 Version 1.1
+
+- Change: default log4j parameters updated; log files (archives and current)
for one log level is limited up to 6MB
+
+
+2007-05-21 Version 1.2
+
+- Change: saxon jar files have been added to eliminate possible invocation
exception
\ No newline at end of file
- perfsonar: r2404 - in trunk/perfsonar: ant/sqlma doc/ma/sqlTypeMA, svnlog, 05/21/2007
Archive powered by MHonArc 2.6.16.