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:
parent
0b9d0491fe
commit
baaddf82d2
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue