Skip to Content.
Sympa Menu

perfsonar-dev - r2140 - branches/SSHTelnet-MP-STABLE/ant branches/SSHTelnet-MP-STABLE/ant/ssh branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages trunk/perfsonar/ant/flowmp trunk/perfsonar/ant/xmlls

Subject: perfsonar development work

List archive

r2140 - branches/SSHTelnet-MP-STABLE/ant branches/SSHTelnet-MP-STABLE/ant/ssh branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages trunk/perfsonar/ant/flowmp trunk/perfsonar/ant/xmlls


Chronological Thread 
  • From:
  • To:
  • Subject: r2140 - branches/SSHTelnet-MP-STABLE/ant branches/SSHTelnet-MP-STABLE/ant/ssh branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages trunk/perfsonar/ant/flowmp trunk/perfsonar/ant/xmlls
  • Date: Mon, 26 Feb 2007 05:17:31 -0500

Author: stijn
Date: 2007-02-26 05:17:29 -0500 (Mon, 26 Feb 2007)
New Revision: 2140

Added:
trunk/perfsonar/ant/flowmp/flowTypeMP-axis-deploy-targets.xml
trunk/perfsonar/ant/flowmp/flowTypeMP-configure-targets.xml
trunk/perfsonar/ant/flowmp/flowTypeMP-doc-targets.xml
trunk/perfsonar/ant/flowmp/flowTypeMP-java-compile-targets.xml
trunk/perfsonar/ant/flowmp/flowTypeMP-release-targets.xml
trunk/perfsonar/ant/flowmp/flowTypeMP-test-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-axis-deploy-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-client-run-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-configure-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-exist-xmldb-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-java-compile-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-junit-test-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-libs-download-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-release-targets.xml
trunk/perfsonar/ant/xmlls/xmlls-test-run-targets.xml
Modified:
branches/SSHTelnet-MP-STABLE/ant/build-sqlma.xml
branches/SSHTelnet-MP-STABLE/ant/configure-targets.xml
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-axis-deploy-targets.xml
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-java-compile-targets.xml
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-release-targets.xml

branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages/EchoRequest.java
Log:
2nd attempt (1st failed for some reason)

Modified: branches/SSHTelnet-MP-STABLE/ant/build-sqlma.xml
===================================================================
--- branches/SSHTelnet-MP-STABLE/ant/build-sqlma.xml 2007-02-24 11:38:40
UTC (rev 2139)
+++ branches/SSHTelnet-MP-STABLE/ant/build-sqlma.xml 2007-02-26 10:17:29
UTC (rev 2140)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>

-
<!-- ===================================================================
<description>
perfSONAR generic service

Modified: branches/SSHTelnet-MP-STABLE/ant/configure-targets.xml
===================================================================
--- branches/SSHTelnet-MP-STABLE/ant/configure-targets.xml 2007-02-24
11:38:40 UTC (rev 2139)
+++ branches/SSHTelnet-MP-STABLE/ant/configure-targets.xml 2007-02-26
10:17:29 UTC (rev 2140)
@@ -25,6 +25,7 @@

<property name="logDir"
value="${service.home}/${deploy.root}/WEB-INF/logs"/>

+ <delete file="${basedir}/conf/log4j.properties"/>
<copy file="${basedir}/conf/log4j.properties.template"
tofile="${basedir}/conf/log4j.properties"/>
<replace file="${basedir}/conf/log4j.properties"
token="_LOGPATH_" value="${logDir}"/>


Modified:
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-axis-deploy-targets.xml
===================================================================
--- branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-axis-deploy-targets.xml
2007-02-24 11:38:40 UTC (rev 2139)
+++ branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-axis-deploy-targets.xml
2007-02-26 10:17:29 UTC (rev 2140)
@@ -39,16 +39,17 @@

</target>

- <target name="copywsdd-sshtelnetmp"
- description="Copy wsdd for ssh telnet">
+ <target name="copywsdd-sshtelnetmp"
+ description="Copy wsdd for ssh telnet">
+
<echo>${service.home}/${deploy.root}/wsdd/</echo>
- <echo>src/${package.root}/${wsdd.home}</echo>
+ <echo>conf/wsdd</echo>

<copy failonerror="false"
todir="${service.home}/${deploy.root}/wsdd/">
<fileset dir="conf/wsdd">
- <include name="sshtelnetmp-*.wsdd" />
+ <include name="sshtelnetmp-*.wsdd" />
</fileset>
- </copy>
+ </copy>

</target>


Modified:
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-java-compile-targets.xml
===================================================================
--- branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-java-compile-targets.xml
2007-02-24 11:38:40 UTC (rev 2139)
+++ branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-java-compile-targets.xml
2007-02-26 10:17:29 UTC (rev 2140)
@@ -34,11 +34,11 @@
</javac>

<echo>${service.home}/${deploy.root}/wsdd/</echo>
- <echo>src/${package.root}/${wsdd.home}</echo>
+ <echo>conf/wsdd</echo>

<copy failonerror="false"
todir="${service.home}/${deploy.root}/wsdd/">
- <fileset dir="src/${package.root}/${wsdd.home}">
- <include name="sshtelnetmp-*.wsdd" />
+ <fileset dir="conf/wsdd">
+ <include name="sshtelnetmp-*.wsdd" />
</fileset>
</copy>


Modified: branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-release-targets.xml
===================================================================
--- branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-release-targets.xml
2007-02-24 11:38:40 UTC (rev 2139)
+++ branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-release-targets.xml
2007-02-26 10:17:29 UTC (rev 2140)
@@ -118,8 +118,14 @@
<fileset dir="tmp/${service.name}/perfsonar/conf"
includes="**/sql-*.*"/>
<fileset dir="tmp/${service.name}/perfsonar/conf"
includes="**/tcmp-*.*"/>

+ <fileset dir="tmp/${service.name}/perfsonar/${service.home}"/>
+ <fileset dir="${service.home}"/>
+
</delete>

+ <delete dir="tmp/${service.name}/perfsonar/${service.home}"/>
+ <delete dir="${service.home}"/>
+
<tar destfile="${service.name}.tar"
basedir="tmp/"
longfile="gnu"

Modified:
branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages/EchoRequest.java
===================================================================
---
branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages/EchoRequest.java
2007-02-24 11:38:40 UTC (rev 2139)
+++
branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages/EchoRequest.java
2007-02-26 10:17:29 UTC (rev 2140)
@@ -32,6 +32,14 @@



+ // ---------------------------------- fields
+
+
+
+ public static final String ECHO_NAMESPACE =
"http://schemas.perfsonar.net/tools/admin/echo/2.0";;
+
+
+
// ---------------------------------- constructors


@@ -121,7 +129,7 @@

Message response = null;

- if
(eventType.getEventType().equals("http://www.perfsonar.net/tools/admin/echo/2.0";))
{
+ if (eventType.getEventType().equals(ECHO_NAMESPACE)) {
response = executeSimpleEcho();
} else if (eventType.getEventType().equals("")) {
response = getEmptyEventTypeResponse();

Added: trunk/perfsonar/ant/flowmp/flowTypeMP-axis-deploy-targets.xml


Property changes on:
trunk/perfsonar/ant/flowmp/flowTypeMP-axis-deploy-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: trunk/perfsonar/ant/flowmp/flowTypeMP-configure-targets.xml


Property changes on:
trunk/perfsonar/ant/flowmp/flowTypeMP-configure-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: trunk/perfsonar/ant/flowmp/flowTypeMP-doc-targets.xml


Property changes on: trunk/perfsonar/ant/flowmp/flowTypeMP-doc-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: trunk/perfsonar/ant/flowmp/flowTypeMP-java-compile-targets.xml


Property changes on:
trunk/perfsonar/ant/flowmp/flowTypeMP-java-compile-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: trunk/perfsonar/ant/flowmp/flowTypeMP-release-targets.xml


Property changes on: trunk/perfsonar/ant/flowmp/flowTypeMP-release-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: trunk/perfsonar/ant/flowmp/flowTypeMP-test-targets.xml


Property changes on: trunk/perfsonar/ant/flowmp/flowTypeMP-test-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: trunk/perfsonar/ant/xmlls/xmlls-axis-deploy-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-client-run-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-configure-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-exist-xmldb-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-java-compile-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-junit-test-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-libs-download-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-release-targets.xml

Added: trunk/perfsonar/ant/xmlls/xmlls-test-run-targets.xml



  • r2140 - branches/SSHTelnet-MP-STABLE/ant branches/SSHTelnet-MP-STABLE/ant/ssh branches/SSHTelnet-MP-STABLE/src/org/perfsonar/commons/messages trunk/perfsonar/ant/flowmp trunk/perfsonar/ant/xmlls, svnlog, 02/26/2007

Archive powered by MHonArc 2.6.16.

Top of Page