Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4453 - in branches/WebAdmin: ant perfSONARWebAdmin/auxiliary/stitching

Subject: perfsonar development work

List archive

perfsonar: r4453 - in branches/WebAdmin: ant perfSONARWebAdmin/auxiliary/stitching


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4453 - in branches/WebAdmin: ant perfSONARWebAdmin/auxiliary/stitching
  • Date: Fri, 5 Sep 2008 07:10:25 -0400

Author: roman
Date: 2008-09-05 07:10:24 -0400 (Fri, 05 Sep 2008)
New Revision: 4453

Modified:
branches/WebAdmin/ant/const.properties
branches/WebAdmin/perfSONARWebAdmin/auxiliary/stitching/ElementParser.java
Log:
ElementParser can accept keyword parameter without type attribute.



Modified: branches/WebAdmin/ant/const.properties
===================================================================
--- branches/WebAdmin/ant/const.properties 2008-09-05 10:25:17 UTC (rev
4452)
+++ branches/WebAdmin/ant/const.properties 2008-09-05 11:10:24 UTC (rev
4453)
@@ -9,7 +9,7 @@
target.server=127.0.0.1
service.name=perfsonar-web-admin
jarfilename=perfsonar-web-admin
-version=0.9.1b
+version=0.9.2b

antcontrib.jar=${basedir}/lib/misc/ant-contrib-1.0b3.jar
antpsbase.jar=${basedir}/lib/misc/perfsonar-base-ant-1.0.20080303.jar

Modified:
branches/WebAdmin/perfSONARWebAdmin/auxiliary/stitching/ElementParser.java
===================================================================
---
branches/WebAdmin/perfSONARWebAdmin/auxiliary/stitching/ElementParser.java
2008-09-05 10:25:17 UTC (rev 4452)
+++
branches/WebAdmin/perfSONARWebAdmin/auxiliary/stitching/ElementParser.java
2008-09-05 11:10:24 UTC (rev 4453)
@@ -111,7 +111,8 @@
it
=parameters.iterator();
while(it.hasNext()){
Element
param=(Element) it.next();
-
if(param.getAttributeValue("name").equals("keyword")&&param.getAttributeValue("type").equals("project")){
+
//if(param.getAttributeValue("name").equals("keyword")&&param.getAttributeValue("type").equals("project")){
+
if(param.getAttributeValue("name").equals("keyword")){

ifaceInfo[5]=param.getText().trim();
}
}



  • perfsonar: r4453 - in branches/WebAdmin: ant perfSONARWebAdmin/auxiliary/stitching, svnlog, 09/05/2008

Archive powered by MHonArc 2.6.16.

Top of Page