Skip to Content.
Sympa Menu

perfsonar-dev - r1564 - trunk/perfsonar/ant

Subject: perfsonar development work

List archive

r1564 - trunk/perfsonar/ant


Chronological Thread 
  • From:
  • To:
  • Subject: r1564 - trunk/perfsonar/ant
  • Date: Thu, 24 Aug 2006 08:48:15 -0400

Author: roman
Date: 2006-08-24 08:48:14 -0400 (Thu, 24 Aug 2006)
New Revision: 1564

Modified:
trunk/perfsonar/ant/axis-deploy-targets-2.xml
Log:
one missing attribute added (taskdef failed when axis library was missing,
now it just generates a warning)

Modified: trunk/perfsonar/ant/axis-deploy-targets-2.xml
===================================================================
--- trunk/perfsonar/ant/axis-deploy-targets-2.xml 2006-08-24 12:36:11
UTC (rev 1563)
+++ trunk/perfsonar/ant/axis-deploy-targets-2.xml 2006-08-24 12:48:14
UTC (rev 1564)
@@ -14,7 +14,7 @@
<project name="axis-deploy-targets">


- <taskdef resource="axis-tasks.properties" classpathref="classpath" />
+ <taskdef resource="axis-tasks.properties" classpathref="classpath"
onerror="ignore"/>


<property name="adminService"
value="http://${target.server}:${target.port}/axis/services/AdminService"; />



  • r1564 - trunk/perfsonar/ant, svnlog, 08/24/2006

Archive powered by MHonArc 2.6.16.

Top of Page