Author: slaws
Date: Wed Jan 9 07:05:42 2008
New Revision: 610411
URL: http://svn.apache.org/viewvc?rev=610411&view=rev
Log:
Fix up notification samples to start from ant script as well as from command
line and correct interface-wsdl dependency
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/build.xml
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/pom.xml
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-consumer/build.xml
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-producer/build.xml
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/build.xml?rev=610411&r1=610410&r2=610411&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/build.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/build.xml
Wed Jan 9 07:05:42 2008
@@ -64,7 +64,6 @@
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
</classpath>
<sysproperty key="notification.httpPort" value="8083"/>
- <arg value="end"/>
</java>
</target>
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/pom.xml?rev=610411&r1=610410&r2=610411&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-broker/pom.xml
Wed Jan 9 07:05:42 2008
@@ -59,6 +59,24 @@
<version>1.1-incubating-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-interface-wsdl</artifactId>
+ <version>1.1-incubating-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-interface-wsdl-xml</artifactId>
+ <version>1.1-incubating-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-interface-wsdl-java2wsdl</artifactId>
+ <version>1.1-incubating-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-consumer/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-consumer/build.xml?rev=610411&r1=610410&r2=610411&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-consumer/build.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-consumer/build.xml
Wed Jan 9 07:05:42 2008
@@ -63,8 +63,7 @@
<pathelement path="target/${test.jar}"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
</classpath>
- <sysproperty key="notification.httpPort" value="8083"/>
- <arg value="end"/>
+ <sysproperty key="notification.httpPort" value="8081"/>
</java>
</target>
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-producer/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-producer/build.xml?rev=610411&r1=610410&r2=610411&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-producer/build.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.1/samples/binding-notification-producer/build.xml
Wed Jan 9 07:05:42 2008
@@ -63,8 +63,7 @@
<pathelement path="target/${test.jar}"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
</classpath>
- <sysproperty key="notification.httpPort" value="8083"/>
- <arg value="end"/>
+ <sysproperty key="notification.httpPort" value="8082"/>
</java>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]