JBossWS SVN: r7344 - in stack/native/trunk: modules/management and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-04 09:46:38 -0400 (Wed, 04 Jun 2008)
New Revision: 7344
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/management/src/main/webapp/index.html
stack/native/trunk/pom.xml
Log:
implement filtering for web console
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-06-04 13:42:09 UTC (rev 7343)
+++ stack/native/trunk/modules/management/pom.xml 2008-06-04 13:46:38 UTC (rev 7344)
@@ -79,11 +79,38 @@
<build>
<plugins>
<plugin>
+ <!-- PRE: scm is correctly configured in parent pom -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <format>yyyyMMddHHmm</format>
+ <items>
+ <item>timestamp</item>
+ </items>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ <webResources>
+ <resource>
+ <directory>src/main/webapp</directory>
+ <filtering>true</filtering>
+ </resource>
+ </webResources>
</configuration>
</plugin>
- </plugins>
+ </plugins>
</build>
</project>
Modified: stack/native/trunk/modules/management/src/main/webapp/index.html
===================================================================
--- stack/native/trunk/modules/management/src/main/webapp/index.html 2008-06-04 13:42:09 UTC (rev 7343)
+++ stack/native/trunk/modules/management/src/main/webapp/index.html 2008-06-04 13:46:38 UTC (rev 7344)
@@ -1,66 +1,66 @@
-<html><head>
-<meta http-equiv='Content-Type content='text/html; charset=iso-8859-1'>
-<title>JBossWS (@implementation.version@)</title>
-<link rel='stylesheet' href='./styles.css'>
-</head>
-<body>
-
-<div class='pageHeader'>JBossWS</div>
-
-<div class="pageSection">
-<h2>Welcome to JBoss Web Services</h2>
-JBossWS is a JAX-WS compliant web service stack developed to be part of JBoss' JavaEE5 offering.
-</div>
-
-<div class="pageSection">
-<h3>Administration</h3>
-
-<fieldset>
- <legend><b>Runtime information</b></legend>
-<ul>
- <li><b>Revision: @implementation.version@</b></li>
- <li><b>Build: @build.id@</b></li>
- <li><a href="services">View a list of deployed services</a></li>
- <!--li><a href="depends">View installed dependencies</a></li-->
- <li><a href="/jmx-console/">Access JMX console</a></li>
-</ul>
-</fieldset>
-</div>
-
-<div class="pageSection">
-<h3>Project information</h3>
-
-<fieldset>
- <legend><b>Documentation</b></legend>
-
-<ul>
- <li><a href="http://labs.jboss.com/portal/jbossws/downloads">Latest download and samples</a></li>
- <li><a href="http://jbws.dyndns.org/mediawiki/index.php/JBossWS_FAQs">FAQ</a></li>
- <li><a href="http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide">User guide</a></li>
+<html><head>
+<meta http-equiv='Content-Type content='text/html; charset=iso-8859-1'>
+<title>JBossWS (@implementation.version@)</title>
+<link rel='stylesheet' href='./styles.css'>
+</head>
+<body>
+
+<div class='pageHeader'>JBossWS</div>
+
+<div class="pageSection">
+<h2>Welcome to JBoss Web Services</h2>
+JBossWS is a JAX-WS compliant web service stack developed to be part of JBoss' JavaEE5 offering.
+</div>
+
+<div class="pageSection">
+<h3>Administration</h3>
+
+<fieldset>
+ <legend><b>Runtime information</b></legend>
+<ul>
+ <li><b>Revision: jbossws-@version@-native</b></li>
+ <li><b>Build: @timestamp@</b></li>
+ <li><a href="services">View a list of deployed services</a></li>
+ <!--li><a href="depends">View installed dependencies</a></li-->
+ <li><a href="/jmx-console/">Access JMX console</a></li>
+</ul>
+</fieldset>
+</div>
+
+<div class="pageSection">
+<h3>Project information</h3>
+
+<fieldset>
+ <legend><b>Documentation</b></legend>
+
+<ul>
+ <li><a href="http://labs.jboss.com/portal/jbossws/downloads">Latest download and samples</a></li>
+ <li><a href="http://jbws.dyndns.org/mediawiki/index.php/JBossWS_FAQs">FAQ</a></li>
+ <li><a href="http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide">User guide</a></li>
<li><a href="http://jbws.dyndns.org/mediawiki/index.php/Main_Page">JBossWS WIKI</a></li>
- <li><a href="http://jbws.dyndns.org/mediawiki/index.php?title=Records_management">Records management</a></li>
-</ul>
-</fieldset>
-
-</br>
-<fieldset>
- <legend><b>Community</b></legend>
-<ul>
- <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=200">User forum</a></li>
- <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=174">Design forum</a></li>
- <li><a href="https://lists.jboss.org/mailman/listinfo/jbossws-users">Mailing list</a></li>
-</ul>
-</fieldset>
-
-</br>
-<fieldset>
- <legend><b>Source repository</b></legend>
-<ul>
- <li><a href="http://jbws.dyndns.org/mediawiki/index.php?title=Subversion">Subversion repository</a></li>
- <li><a href="http://fisheye.jboss.com/viewrep/JBossWS">Browse sources online</a></li>
-</ul>
-</fieldset>
-</div>
-
-</body>
-</html>
+ <li><a href="http://jbws.dyndns.org/mediawiki/index.php?title=Records_management">Records management</a></li>
+</ul>
+</fieldset>
+
+</br>
+<fieldset>
+ <legend><b>Community</b></legend>
+<ul>
+ <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=200">User forum</a></li>
+ <li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=174">Design forum</a></li>
+ <li><a href="https://lists.jboss.org/mailman/listinfo/jbossws-users">Mailing list</a></li>
+</ul>
+</fieldset>
+
+</br>
+<fieldset>
+ <legend><b>Source repository</b></legend>
+<ul>
+ <li><a href="http://jbws.dyndns.org/mediawiki/index.php?title=Subversion">Subversion repository</a></li>
+ <li><a href="http://fisheye.jboss.com/viewrep/JBossWS">Browse sources online</a></li>
+</ul>
+</fieldset>
+</div>
+
+</body>
+</html>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-06-04 13:42:09 UTC (rev 7343)
+++ stack/native/trunk/pom.xml 2008-06-04 13:46:38 UTC (rev 7344)
@@ -556,4 +556,11 @@
</profile>
</profiles>
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/trunk</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</url>
+ </scm>
+
</project>
16 years, 9 months
JBossWS SVN: r7343 - in stack/metro/trunk: modules/management and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-04 09:42:09 -0400 (Wed, 04 Jun 2008)
New Revision: 7343
Modified:
stack/metro/trunk/modules/management/pom.xml
stack/metro/trunk/modules/management/src/main/webapp/index.html
stack/metro/trunk/pom.xml
Log:
implement filtering for web console
Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml 2008-06-04 13:37:21 UTC (rev 7342)
+++ stack/metro/trunk/modules/management/pom.xml 2008-06-04 13:42:09 UTC (rev 7343)
@@ -74,11 +74,38 @@
<build>
<plugins>
<plugin>
+ <!-- PRE: scm is correctly configured in parent pom -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <format>yyyyMMddHHmm</format>
+ <items>
+ <item>timestamp</item>
+ </items>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ <webResources>
+ <resource>
+ <directory>src/main/webapp</directory>
+ <filtering>true</filtering>
+ </resource>
+ </webResources>
</configuration>
</plugin>
- </plugins>
+ </plugins>
</build>
</project>
Modified: stack/metro/trunk/modules/management/src/main/webapp/index.html
===================================================================
--- stack/metro/trunk/modules/management/src/main/webapp/index.html 2008-06-04 13:37:21 UTC (rev 7342)
+++ stack/metro/trunk/modules/management/src/main/webapp/index.html 2008-06-04 13:42:09 UTC (rev 7343)
@@ -18,8 +18,8 @@
<fieldset>
<legend><b>Runtime information</b></legend>
<ul>
- <li><b>Revision: @implementation.version@</b></li>
- <li><b>Build: @build.id@</b></li>
+ <li><b>Revision: jbossws-@version@-metro</b></li>
+ <li><b>Build: @timestamp@</b></li>
<li><a href="services">View a list of deployed services</a></li>
<!--li><a href="depends">View installed dependencies</a></li-->
<li><a href="/jmx-console/">Access JMX console</a></li>
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-06-04 13:37:21 UTC (rev 7342)
+++ stack/metro/trunk/pom.xml 2008-06-04 13:42:09 UTC (rev 7343)
@@ -440,4 +440,11 @@
</profile>
</profiles>
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/trunk</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/trunk</url>
+ </scm>
+
</project>
16 years, 9 months
JBossWS SVN: r7342 - in stack/cxf/trunk: modules/management and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-04 09:37:21 -0400 (Wed, 04 Jun 2008)
New Revision: 7342
Modified:
stack/cxf/trunk/modules/management/pom.xml
stack/cxf/trunk/modules/management/src/main/webapp/index.html
stack/cxf/trunk/pom.xml
Log:
implement filtering for web console
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2008-06-04 13:22:11 UTC (rev 7341)
+++ stack/cxf/trunk/modules/management/pom.xml 2008-06-04 13:37:21 UTC (rev 7342)
@@ -74,33 +74,30 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>custom-build-id</id>
- <phase>validate</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <tstamp>
- <format property="custom.build.id" pattern="yyyyMMddHHmm"/>
- </tstamp>
- <mkdir dir="${project.build.directory}"/>
- <echo message="custom.build.id=${custom.build.id}" file="${project.build.directory}/substitution.properties"/>
- </tasks>
- </configuration>
- </execution>
- </executions>
+ <!-- PRE: scm is correctly configured in parent pom -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <format>yyyyMMddHHmm</format>
+ <items>
+ <item>timestamp</item>
+ </items>
+ <doUpdate>false</doUpdate>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
- <filters>
- <filter>${project.build.directory}/substitution.properties</filter>
- </filters>
<webResources>
<resource>
<directory>src/main/webapp</directory>
Modified: stack/cxf/trunk/modules/management/src/main/webapp/index.html
===================================================================
--- stack/cxf/trunk/modules/management/src/main/webapp/index.html 2008-06-04 13:22:11 UTC (rev 7341)
+++ stack/cxf/trunk/modules/management/src/main/webapp/index.html 2008-06-04 13:37:21 UTC (rev 7342)
@@ -19,7 +19,7 @@
<legend><b>Runtime information</b></legend>
<ul>
<li><b>Revision: jbossws-@version@-cxf</b></li>
- <li><b>Build: @custom.build.id@</b></li>
+ <li><b>Build: @timestamp@</b></li>
<li><a href="services">View a list of deployed services</a></li>
<!--li><a href="depends">View installed dependencies</a></li-->
<li><a href="/jmx-console/">Access JMX console</a></li>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2008-06-04 13:22:11 UTC (rev 7341)
+++ stack/cxf/trunk/pom.xml 2008-06-04 13:37:21 UTC (rev 7342)
@@ -473,4 +473,11 @@
</profile>
</profiles>
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/trunk</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/trunk</url>
+ </scm>
+
</project>
16 years, 9 months
JBossWS SVN: r7341 - in container/jboss50/branches/jbossws-jboss500: src/main/java/org/jboss/wsf/container/jboss50/transport and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-06-04 09:22:11 -0400 (Wed, 04 Jun 2008)
New Revision: 7341
Modified:
container/jboss50/branches/jbossws-jboss500/pom.xml
container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EJBHttpTransportManager.java
container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EndpointAPIHttpTransportManager.java
container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/NoopHttpTransportManager.java
container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/WebAppGenerator.java
Log:
JBWS-2202: Container integration has a dpendency on framework
Modified: container/jboss50/branches/jbossws-jboss500/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss500/pom.xml 2008-06-04 13:21:37 UTC (rev 7340)
+++ container/jboss50/branches/jbossws-jboss500/pom.xml 2008-06-04 13:22:11 UTC (rev 7341)
@@ -41,15 +41,8 @@
<artifactId>jbossws-common</artifactId>
<version>${jbossws.common.version}</version>
</dependency>
-
- <!-- remove this dependency -->
+
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- <version>3.0.2-SNAPSHOT</version>
- </dependency>
-
- <dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-vfs</artifactId>
<version>${jboss.vfs.version}</version>
@@ -110,13 +103,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
<scope>provided</scope>
- </dependency>
- <!-- FIXME: container integration should not have a dependency on framework -->
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- <scope>provided</scope>
- </dependency>
+ </dependency>
<!-- JBoss provided dependencies -->
<dependency>
Modified: container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EJBHttpTransportManager.java
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EJBHttpTransportManager.java 2008-06-04 13:21:37 UTC (rev 7340)
+++ container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EJBHttpTransportManager.java 2008-06-04 13:22:11 UTC (rev 7341)
@@ -22,7 +22,7 @@
package org.jboss.wsf.container.jboss50.transport;
import org.jboss.logging.Logger;
-import org.jboss.wsf.framework.transport.HttpListenerRef;
+import org.jboss.wsf.spi.transport.HttpListenerRef;
import org.jboss.wsf.spi.SPIProvider;
import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.deployment.Deployment;
Modified: container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EndpointAPIHttpTransportManager.java
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EndpointAPIHttpTransportManager.java 2008-06-04 13:21:37 UTC (rev 7340)
+++ container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/EndpointAPIHttpTransportManager.java 2008-06-04 13:22:11 UTC (rev 7341)
@@ -22,7 +22,7 @@
package org.jboss.wsf.container.jboss50.transport;
import org.jboss.logging.Logger;
-import org.jboss.wsf.framework.transport.HttpListenerRef;
+import org.jboss.wsf.spi.transport.HttpListenerRef;
import org.jboss.wsf.spi.SPIProvider;
import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.deployment.Deployment;
Modified: container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/NoopHttpTransportManager.java
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/NoopHttpTransportManager.java 2008-06-04 13:21:37 UTC (rev 7340)
+++ container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/NoopHttpTransportManager.java 2008-06-04 13:22:11 UTC (rev 7341)
@@ -21,7 +21,7 @@
*/
package org.jboss.wsf.container.jboss50.transport;
-import org.jboss.wsf.framework.transport.HttpListenerRef;
+import org.jboss.wsf.spi.transport.HttpListenerRef;
import org.jboss.wsf.spi.SPIProvider;
import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.deployment.Endpoint;
Modified: container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/WebAppGenerator.java
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/WebAppGenerator.java 2008-06-04 13:21:37 UTC (rev 7340)
+++ container/jboss50/branches/jbossws-jboss500/src/main/java/org/jboss/wsf/container/jboss50/transport/WebAppGenerator.java 2008-06-04 13:22:11 UTC (rev 7341)
@@ -21,33 +21,27 @@
*/
package org.jboss.wsf.container.jboss50.transport;
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.net.URL;
-import java.util.ArrayList;
-
-import org.jboss.wsf.framework.deployment.WebAppGeneratorDeploymentAspect;
+import org.dom4j.Document;
+import org.dom4j.DocumentHelper;
+import org.dom4j.Element;
+import org.dom4j.io.OutputFormat;
+import org.dom4j.io.XMLWriter;
import org.jboss.wsf.spi.SPIProvider;
import org.jboss.wsf.spi.SPIProviderResolver;
-import org.jboss.wsf.spi.WSFRuntime;
import org.jboss.wsf.spi.annotation.WebContext;
-import org.jboss.wsf.spi.deployment.ArchiveDeployment;
-import org.jboss.wsf.spi.deployment.Deployment;
-import org.jboss.wsf.spi.deployment.Endpoint;
-import org.jboss.wsf.spi.deployment.SecurityHandler;
-import org.jboss.wsf.spi.deployment.WSFDeploymentException;
+import org.jboss.wsf.spi.deployment.*;
import org.jboss.wsf.spi.management.ServerConfig;
import org.jboss.wsf.spi.management.ServerConfigFactory;
import org.jboss.wsf.spi.metadata.j2ee.EJBArchiveMetaData;
import org.jboss.wsf.spi.metadata.j2ee.EJBMetaData;
import org.jboss.wsf.spi.metadata.j2ee.EJBSecurityMetaData;
-import org.dom4j.Document;
-import org.dom4j.DocumentHelper;
-import org.dom4j.Element;
-import org.dom4j.io.OutputFormat;
-import org.dom4j.io.XMLWriter;
+import java.io.File;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.net.URL;
+import java.util.ArrayList;
+
/**
* A deployer that generates a webapp for an EJB endpoint
*
16 years, 9 months
JBossWS SVN: r7340 - stack/metro/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-04 09:21:37 -0400 (Wed, 04 Jun 2008)
New Revision: 7340
Modified:
stack/metro/trunk/src/main/distro/build-deploy.xml
Log:
Add line.separator
Modified: stack/metro/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/metro/trunk/src/main/distro/build-deploy.xml 2008-06-04 13:18:18 UTC (rev 7339)
+++ stack/metro/trunk/src/main/distro/build-deploy.xml 2008-06-04 13:21:37 UTC (rev 7340)
@@ -34,8 +34,8 @@
<target name="target-jboss422">
<property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss422"/>
- <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
- <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
+ <echo message="jbossws.integration.target=${jbossws.integration.target}${line.separator}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}${line.separator}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss422" depends="undeploy-jboss422,deploy-structure-jboss42" description="Deploy jbossws to jboss422">
@@ -58,8 +58,8 @@
<target name="target-jboss423">
<property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss423"/>
- <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
- <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
+ <echo message="jbossws.integration.target=${jbossws.integration.target}${line.separator}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}${line.separator}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss423" depends="undeploy-jboss423,deploy-structure-jboss42" description="Deploy jbossws to jboss423">
@@ -96,8 +96,8 @@
<target name="target-jboss500">
<property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss500"/>
- <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
- <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
+ <echo message="jbossws.integration.target=${jbossws.integration.target}${line.separator}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}${line.separator}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss500" depends="undeploy-jboss500,deploy-structure-jboss50" description="Deploy jbossws to jboss500">
@@ -122,8 +122,8 @@
<target name="target-jboss501">
<property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss501"/>
- <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
- <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
+ <echo message="jbossws.integration.target=${jbossws.integration.target}${line.separator}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}${line.separator}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss501" depends="undeploy-jboss501,deploy-structure-jboss50" description="Deploy jbossws to jboss501">
16 years, 9 months