Call the domain launcher with the location of directory based contribution rather than relying on the JVM current directory.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2009-11-30 08:49:09 +00:00
commit baaddf82d2

View file

@ -22,10 +22,11 @@
<target name="run">
<java classname="org.apache.tuscany.sca.node.launcher.DomainManagerLauncher"
dir="target/classes" fork="true">
dir="." fork="true">
<classpath>
<pathelement location="${env.TUSCANY}/lib/tuscany-sca-manifest.jar"/>
</classpath>
<arg value="./target/classes"/>
</java>
</target>