On Wed, Feb 4, 2009 at 3:35 PM, ant elder <[email protected]> wrote:
> > > On Wed, Feb 4, 2009 at 2:52 PM, Simon Laws <[email protected]>wrote: > >> >> >> On Wed, Feb 4, 2009 at 2:34 PM, <[email protected]> wrote: >> >>> Author: antelder >>> Date: Wed Feb 4 14:34:53 2009 >>> New Revision: 740758 >>> >>> URL: http://svn.apache.org/viewvc?rev=740758&view=rev >>> Log: >>> Update the dir distro name to match what the build makes >>> >>> Modified: >>> tuscany/java/sca/samples/binding-ws-calculator/build.xml >>> >>> Modified: tuscany/java/sca/samples/binding-ws-calculator/build.xml >>> URL: >>> http://svn.apache.org/viewvc/tuscany/java/sca/samples/binding-ws-calculator/build.xml?rev=740758&r1=740757&r2=740758&view=diff >>> >>> ============================================================================== >>> --- tuscany/java/sca/samples/binding-ws-calculator/build.xml (original) >>> +++ tuscany/java/sca/samples/binding-ws-calculator/build.xml Wed Feb 4 >>> 14:34:53 2009 >>> @@ -57,7 +57,7 @@ >>> inputstring="q"> >>> <jvmarg >>> value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/> >>> <classpath> >>> - <pathelement >>> location="../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT-dir.dir/tuscany-sca-2.0-SNAPSHOT/bin/launcher.jar"/> >>> + <pathelement >>> location="../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT-dir/tuscany-sca-2.0-SNAPSHOT/bin/launcher.jar"/> >>> <pathelement location="../../bin/launcher.jar"/> >>> </classpath> >>> <arg value="unmanaged"/> >>> >>> >>> Interesting, with the latest code the build still makes >> "apache-tuscany-sca-all-2.0-SNAPSHOT-dir.dir" for me. What's the difference >> between our environments? >> >> Simon >> > > The fix you did in 740768 works for me with mvn 2.0.7 ant 2.0.9. > > ...ant > > Ok, thx Ant Simon
