You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Simon Laws <si...@googlemail.com> on 2009/02/04 15:52:21 UTC

Re: svn commit: r740758 - /tuscany/java/sca/samples/binding-ws-calculator/build.xml

On Wed, Feb 4, 2009 at 2:34 PM, <an...@apache.org> 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

Re: svn commit: r740758 - /tuscany/java/sca/samples/binding-ws-calculator/build.xml

Posted by Simon Laws <si...@googlemail.com>.
On Wed, Feb 4, 2009 at 3:35 PM, ant elder <an...@gmail.com> wrote:

>
>
> On Wed, Feb 4, 2009 at 2:52 PM, Simon Laws <si...@googlemail.com>wrote:
>
>>
>>
>> On Wed, Feb 4, 2009 at 2:34 PM, <an...@apache.org> 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

Re: svn commit: r740758 - /tuscany/java/sca/samples/binding-ws-calculator/build.xml

Posted by ant elder <an...@gmail.com>.
On Wed, Feb 4, 2009 at 2:52 PM, Simon Laws <si...@googlemail.com>wrote:

>
>
> On Wed, Feb 4, 2009 at 2:34 PM, <an...@apache.org> 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