Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3289 - trunk/geant2_java-rrd-ma/ant

Subject: perfsonar development work

List archive

perfsonar: r3289 - trunk/geant2_java-rrd-ma/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3289 - trunk/geant2_java-rrd-ma/ant
  • Date: Thu, 31 Jan 2008 11:14:00 -0500

Author: roman
Date: 2008-01-31 11:14:00 -0500 (Thu, 31 Jan 2008)
New Revision: 3289

Modified:
trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml
trunk/geant2_java-rrd-ma/ant/libs-download-targets.xml
Log:

use of web admin stuff (not finished, the work will continue)



Modified: trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml
===================================================================
--- trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml 2008-01-31
16:11:57 UTC (rev 3288)
+++ trunk/geant2_java-rrd-ma/ant/axis-deploy-targets.xml 2008-01-31
16:14:00 UTC (rev 3289)
@@ -45,6 +45,23 @@
<target name="copy-dep-service-jars"
depends="copy-dep-base-service-jars">

+ <!-- this will be taken to the base ant stuff-->
+ <copy
file="${basedir}/lib/repository/commons-io/commons-io/1.2/commons-io-1.2.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-web-admin/0.5b/perfsonar-web-admin-0.5b.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+
+ <copy file="${basedir}/conf/axis-1.4/main.css"
todir="${service.home}/${deploy.root}"/>
+ <copy file="${basedir}/conf/axis-1.4/default.css"
todir="${service.home}/${deploy.root}"/>
+ <copy file="${basedir}/conf/axis-1.4/perfsonar_logo.gif"
todir="${service.home}/${deploy.root}"/>
+ <copy file="${basedir}/conf/axis-1.4/partners.gif"
todir="${service.home}/${deploy.root}"/>
+
+ <copy file="${basedir}/conf/servlet.properties"
todir="${service.home}/${deploy.root}/WEB-INF/classes/perfsonar/conf"/>
+ <copy file="${basedir}/conf/wizard.properties"
todir="${service.home}/${deploy.root}/WEB-INF/classes/perfsonar/conf"/>
+ <copy file="${basedir}/conf/wizardproperties.dtd"
todir="${service.home}/${deploy.root}/WEB-INF/classes/perfsonar/conf"/>
+ <!-- end of this base section -->
+
+
<copy
file="${basedir}/lib/repository/nmwg/nmwg/1.0.20071008/nmwg-1.0.20071008.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080131/perfsonar-base-1.0.20080131.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>


Modified: trunk/geant2_java-rrd-ma/ant/libs-download-targets.xml
===================================================================
--- trunk/geant2_java-rrd-ma/ant/libs-download-targets.xml 2008-01-31
16:11:57 UTC (rev 3288)
+++ trunk/geant2_java-rrd-ma/ant/libs-download-targets.xml 2008-01-31
16:14:00 UTC (rev 3289)
@@ -58,6 +58,13 @@
<dependency groupId="perfsonar" artifactId="perfsonar-base"
version="1.0.20080131"/>
<dependency groupId="nmwg" artifactId="nmwg"
version="1.0.20071008"/>

+ <!-- this will be taken to the base ant stuff-->
+ <dependency groupId="commons-io" artifactId="commons-io"
version="1.2"/>
+ <dependency groupId="commons-codec" artifactId="commons-codec"
version="1.3"/>
+ <dependency groupId="commons-fileupload"
artifactId="commons-fileupload" version="1.2"/>
+ <dependency groupId="perfsonar"
artifactId="perfsonar-web-admin" version="0.5b"/>
+
+
<localRepository refid="local.repository"/>
<remoteRepository refid="remote.repository"/>




  • perfsonar: r3289 - trunk/geant2_java-rrd-ma/ant, svnlog, 01/31/2008

Archive powered by MHonArc 2.6.16.

Top of Page