Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread ant elder
Note also that most of the artifacts are now uploaded to
http://people.apache.org/~antelder/tuscany/1.0-RC3a/

   ...ant

On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> This RC3a is looking good to me, i've built it, the distros from that,
> then built that src distro, run a few samples including webapp ones, built
> some webapp samples with the Ant scripts. It all seems to work. Anyone else
> say yes or no soon or shall i just call a vote on it?
>
>...ant
>
> On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > That's where mine now fails too.
> > > >
> > > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, kelvin goodson < [EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > If I remove the xquery-quotes reference in the samples pom
> > > and try
> > > > to
> > > > > > > > build further i eventually get to the "Tuscany SCA
> > > Axis2-based WS
> > > > > > > > Binding Extension" project where I see ...
> > > > > > > > ===
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > >
> > > > > > > > 7b.jar
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > >
> > > > > > > > Missing:
> > > > > > > > --
> > > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > >   Try downloading the file manually from the project
> > > website.
> > > > > > > >
> > > > > > > >   Then, install it using the command:
> > > > > > > >   mvn install:install-file -DgroupId=
> > > > > > > org.apache.woden-DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file
> > > > > > > > Alternatively, if you host your own repository you can
> > > deploy the
> > > > file
> > > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > > .apache.woden -DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file \
> > > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > > >
> > > > > > > >   Path to dependency:
> > > > > > > > 1)
> > > > > > > >
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > > --
> > > > > > > > 1 required artifact is missing.
> > > > > > > >
> > > > > > > > for artifact:
> > > > > > > >
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   apache.incubator (
> > > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > > ),
> > > > > > > >   central ( http://repo1.maven.org/maven2),
> > > > > > > >   apache.snapshots (
> > > > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > > > ),
> > > > > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > > > > >
> > > > > > > > 
> > > > > > > >
> > > > > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]>
> > > wrote:
> > > > > > > > > The source distro now has a reference to quote-xquery in
> > > the top
> > > > > > level
> > > > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany- sca-1.0-incubating-src
> > > >mvn
> > > > clean
> > > > > > > > > [INFO] Scanning for projects...
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > > [ERROR] FATAL ERROR
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > > [INFO] Error building POM (may n

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
I have now done a clean build on RC3a from the referenced svn tag.

Kelvin.


On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> This RC3a is looking good to me, i've built it, the distros from that, then
> built that src distro, run a few samples including webapp ones, built some
> webapp samples with the Ant scripts. It all seems to work. Anyone else say
> yes or no soon or shall i just call a vote on it?
>
>...ant
>
> On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > That's where mine now fails too.
> > > >
> > > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > If I remove the xquery-quotes reference in the samples pom and
> > > try
> > > > to
> > > > > > > > build further i eventually get to the "Tuscany SCA Axis2-based
> > > WS
> > > > > > > > Binding Extension" project where I see ...
> > > > > > > > ===
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > >
> > > > > > > > 7b.jar
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > >
> > > > > > > > Missing:
> > > > > > > > --
> > > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > >   Try downloading the file manually from the project website.
> > > > > > > >
> > > > > > > >   Then, install it using the command:
> > > > > > > >   mvn install:install-file -DgroupId=
> > > > > > > org.apache.woden-DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file
> > > > > > > > Alternatively, if you host your own repository you can deploy
> > > the
> > > > file
> > > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > > .apache.woden -DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file \
> > > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > > >
> > > > > > > >   Path to dependency:
> > > > > > > > 1)
> > > > > > > >
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > > --
> > > > > > > > 1 required artifact is missing.
> > > > > > > >
> > > > > > > > for artifact:
> > > > > > > >
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   apache.incubator (
> > > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > > ),
> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > > >   apache.snapshots (
> > > > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > > > ),
> > > > > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > > > > >
> > > > > > > > 
> > > > > > > >
> > > > > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > > > The source distro now has a reference to quote-xquery in the
> > > top
> > > > > > level
> > > > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany- sca-1.0-incubating-src
> > > >mvn
> > > > clean
> > > > > > > > > [INFO] Scanning for projects...
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > > [ERROR] FATAL ERROR
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > > [INFO] Error building POM (may not be this project's POM).
> > > > > > > > >
> > > > > > >

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Jean-Sebastien Delfino

Venkata Krishnan wrote:

Hi... is anybody seeing this with the build... the branch and the tag seems
to give me this 

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.03 sec <<<
FAILURE!
testTransform(org.apache.tuscany.sca.databinding.sdo.DataObject2NodeTestCase)
Time elapsed: 0.02 sec  <<< ERROR!
org.apache.tuscany.sca.databinding.TransformationException:
java.lang.NullPointerException
at org.apache.tuscany.sca.databinding.sdo.Node2DataObject.transform(
Node2DataObject.java:47)
at
org.apache.tuscany.sca.databinding.sdo.DataObject2NodeTestCase.testTransform
(DataObject2NodeTestCase.java
53)

- Venkat

  


Can you please open a JIRA with enough information to describe the 
issue: revision of the branch, which tag? environment and maven version? 
some description of the steps you've followed including whether or not 
you deleted your maven repos before building? and if you found a 
workaround for the issue?


Thanks.

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Venkata Krishnan
Hi... is anybody seeing this with the build... the branch and the tag seems
to give me this 

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.03 sec <<<
FAILURE!
testTransform(org.apache.tuscany.sca.databinding.sdo.DataObject2NodeTestCase)
Time elapsed: 0.02 sec  <<< ERROR!
org.apache.tuscany.sca.databinding.TransformationException:
java.lang.NullPointerException
at org.apache.tuscany.sca.databinding.sdo.Node2DataObject.transform(
Node2DataObject.java:47)
at
org.apache.tuscany.sca.databinding.sdo.DataObject2NodeTestCase.testTransform
(DataObject2NodeTestCase.java
53)

- Venkat

On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > >
> > > This RC3a is looking good to me, i've built it, the distros from that,
> > > then
> > > built that src distro, run a few samples including webapp ones, built
> > > some
> > > webapp samples with the Ant scripts. It all seems to work. Anyone else
> > > say
> > > yes or no soon or shall i just call a vote on it?
> > >
> > >...ant
> > >
> > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > >
> > > >
> > > >
> > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > That's where mine now fails too.
> > > > > >
> > > > > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > > > >
> > > > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]>
> wrote:
> > > > > > > > > >
> > > > > > > > > > If I remove the xquery-quotes reference in the samples
> pom
> > > and
> > > > > try
> > > > > > to
> > > > > > > > > > build further i eventually get to the "Tuscany SCA
> > > Axis2-based
> > > > > WS
> > > > > > > > > > Binding Extension" project where I see ...
> > > > > > > > > > ===
> > > > > > > > > > Downloading:
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > >
> > > > > > > > > > Downloading:
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > > > incubating-M7b.jar
> > > > > > > > > > Downloading:
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > >
> > >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > >
> > > > > > > > > > 7b.jar
> > > > > > > > > > [INFO]
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > >
> 
> > > > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > > > [INFO]
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > >
> 
> > > > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > > > >
> > > > > > > > > > Missing:
> > > > > > > > > > --
> > > > > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > > > >
> > > > > > > > > >   Try downloading the file manually from the project
> > > website.
> > > > > > > > > >
> > > > > > > > > >   Then, install it using the command:
> > > > > > > > > >   mvn install:install-file -DgroupId=
> > > > > > > > > org.apache.woden-DartifactId=woden \
> > > > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > > > -Dfile=/path/to/file
> > > > > > > > > > Alternatively, if you host your own repository you can
> > > deploy
> > > > > the
> > > > > > file
> > > > > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > > > > .apache.woden -DartifactId=woden \
> > > > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > > > -Dfile=/path/to/file \
> > > > > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > > > > >
> > > > > > > > > >   Path to dependency:
> > > > > > > > > > 1)
> > > > > > > > > >
> > > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > 1 required artifact is missing.
> > > > > > > > > >
> > > > > > > > > > for artifact:
> > > > > > > > > >
> > > > > >
> org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > > >
> > > > > > > > > > from the specified remote repositories:
> > > > > > > > > >   apache.incubator (
> > > > > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > > > > ),
> > > > > > > > > >   central ( http

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
>
>
> On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > This RC3a is looking good to me, i've built it, the distros from that,
> > then
> > built that src distro, run a few samples including webapp ones, built
> > some
> > webapp samples with the Ant scripts. It all seems to work. Anyone else
> > say
> > yes or no soon or shall i just call a vote on it?
> >
> >...ant
> >
> > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > >
> > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > That's where mine now fails too.
> > > > >
> > > > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > > >
> > > > > > > > > If I remove the xquery-quotes reference in the samples pom
> > and
> > > > try
> > > > > to
> > > > > > > > > build further i eventually get to the "Tuscany SCA
> > Axis2-based
> > > > WS
> > > > > > > > > Binding Extension" project where I see ...
> > > > > > > > > ===
> > > > > > > > > Downloading:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > > > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> >
> > > > > > > > > Downloading:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > > incubating-M7b.jar
> > > > > > > > > Downloading:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > >
> > > > > > > > > 7b.jar
> > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > > >
> > 
> > > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > > >
> > 
> > > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > > >
> > > > > > > > > Missing:
> > > > > > > > > --
> > > > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > > >
> > > > > > > > >   Try downloading the file manually from the project
> > website.
> > > > > > > > >
> > > > > > > > >   Then, install it using the command:
> > > > > > > > >   mvn install:install-file -DgroupId=
> > > > > > > > org.apache.woden-DartifactId=woden \
> > > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > > -Dfile=/path/to/file
> > > > > > > > > Alternatively, if you host your own repository you can
> > deploy
> > > > the
> > > > > file
> > > > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > > > .apache.woden -DartifactId=woden \
> > > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > > -Dfile=/path/to/file \
> > > > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > > > >
> > > > > > > > >   Path to dependency:
> > > > > > > > > 1)
> > > > > > > > >
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > 1 required artifact is missing.
> > > > > > > > >
> > > > > > > > > for artifact:
> > > > > > > > >
> > > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > >
> > > > > > > > > from the specified remote repositories:
> > > > > > > > >   apache.incubator (
> > > > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > > > ),
> > > > > > > > >   central ( http://repo1.maven.org/maven2),
> > > > > > > > >   apache.snapshots (
> > > > > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > > > > ),
> > > > > > > > >   apache.ws ( http://ws.zones.apache.org/repository/)
> > > > > > > > >
> > > > > > > > > 
> > > > > > > > >
> > > > > > > > > On 19/09/2007, kelvin goodson < [EMAIL PROTECTED]>
> > wrote:
> > > > > > > > > > The source distro now has a reference to quote-xquery in
> > the
> > > > top
> > > > > > > level
> > > > > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany-
> > sca-1.0-incubating-src
> > > > >mvn
> > > > > clean
> > > > > > > > > > [INFO] Scanning for projects...
> > > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > > >
> > 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Luciano Resende
I'm in the middle of building RC3a from a clean repo. It's taking
forever, but so far so good. I'll give more updates when I finish.

On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> This RC3a is looking good to me, i've built it, the distros from that, then
> built that src distro, run a few samples including webapp ones, built some
> webapp samples with the Ant scripts. It all seems to work. Anyone else say
> yes or no soon or shall i just call a vote on it?
>
>...ant
>
> On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > That's where mine now fails too.
> > > >
> > > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > If I remove the xquery-quotes reference in the samples pom and
> > > try
> > > > to
> > > > > > > > build further i eventually get to the "Tuscany SCA Axis2-based
> > > WS
> > > > > > > > Binding Extension" project where I see ...
> > > > > > > > ===
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > >
> > > > > > > > 7b.jar
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > >
> > > > > > > > Missing:
> > > > > > > > --
> > > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > >   Try downloading the file manually from the project website.
> > > > > > > >
> > > > > > > >   Then, install it using the command:
> > > > > > > >   mvn install:install-file -DgroupId=
> > > > > > > org.apache.woden-DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file
> > > > > > > > Alternatively, if you host your own repository you can deploy
> > > the
> > > > file
> > > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > > .apache.woden -DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file \
> > > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > > >
> > > > > > > >   Path to dependency:
> > > > > > > > 1)
> > > > > > > >
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > > --
> > > > > > > > 1 required artifact is missing.
> > > > > > > >
> > > > > > > > for artifact:
> > > > > > > >
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   apache.incubator (
> > > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > > ),
> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > > >   apache.snapshots (
> > > > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > > > ),
> > > > > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > > > > >
> > > > > > > > 
> > > > > > > >
> > > > > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > > > The source distro now has a reference to quote-xquery in the
> > > top
> > > > > > level
> > > > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany- sca-1.0-incubating-src
> > > >mvn
> > > > clean
> > > > > > > > > [INFO] Scanning for projects...
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > > [ERROR] FATAL ERROR
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > > 
> > > > > > > > > [INFO] Error building POM (may not be

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> This RC3a is looking good to me, i've built it, the distros from that,
> then
> built that src distro, run a few samples including webapp ones, built some
> webapp samples with the Ant scripts. It all seems to work. Anyone else say
> yes or no soon or shall i just call a vote on it?
>
>...ant
>
> On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > That's where mine now fails too.
> > > >
> > > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > If I remove the xquery-quotes reference in the samples pom
> and
> > > try
> > > > to
> > > > > > > > build further i eventually get to the "Tuscany SCA
> Axis2-based
> > > WS
> > > > > > > > Binding Extension" project where I see ...
> > > > > > > > ===
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > >
> > > > > > > > 7b.jar
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > >
> 
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > >
> 
> > > > > > > > [INFO] Failed to resolve artifact.
> > > > > > > >
> > > > > > > > Missing:
> > > > > > > > --
> > > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > >   Try downloading the file manually from the project
> website.
> > > > > > > >
> > > > > > > >   Then, install it using the command:
> > > > > > > >   mvn install:install-file -DgroupId=
> > > > > > > org.apache.woden-DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file
> > > > > > > > Alternatively, if you host your own repository you can
> deploy
> > > the
> > > > file
> > > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > > .apache.woden -DartifactId=woden \
> > > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > > -Dfile=/path/to/file \
> > > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > > >
> > > > > > > >   Path to dependency:
> > > > > > > > 1)
> > > > > > > >
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > > >
> > > > > > > > --
> > > > > > > > 1 required artifact is missing.
> > > > > > > >
> > > > > > > > for artifact:
> > > > > > > >
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   apache.incubator (
> > > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > > ),
> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > > >   apache.snapshots (
> > > > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > > > ),
> > > > > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > > > > >
> > > > > > > > 
> > > > > > > >
> > > > > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]>
> wrote:
> > > > > > > > > The source distro now has a reference to quote-xquery in
> the
> > > top
> > > > > > level
> > > > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany- sca-1.0-incubating-src
> > > >mvn
> > > > clean
> > > > > > > > > [INFO] Scanning for projects...
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > >
> 
> > > > > > > > > [ERROR] FATAL ERROR
> > > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > >
> 
> > > > > > > > > [INFO] Error building POM (may not be this project's POM).
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Project ID: unknown
> > > > 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread ant elder
This RC3a is looking good to me, i've built it, the distros from that, then
built that src distro, run a few samples including webapp ones, built some
webapp samples with the Ant scripts. It all seems to work. Anyone else say
yes or no soon or shall i just call a vote on it?

   ...ant

On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
>
>
>
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > >
> > > That's where mine now fails too.
> > >
> > > On 19/09/2007, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > On 9/19/07, Simon Laws < [EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > If I remove the xquery-quotes reference in the samples pom and
> > try
> > > to
> > > > > > > build further i eventually get to the "Tuscany SCA Axis2-based
> > WS
> > > > > > > Binding Extension" project where I see ...
> > > > > > > ===
> > > > > > > Downloading:
> > > > > > >
> > > > > >
> > > > >
> > >
> > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > Downloading:
> > > > > > >
> > > > > >
> > > > >
> > >
> > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > incubating-M7b.jar
> > > > > > > Downloading:
> > > > > > >
> > > > > >
> > > > >
> > > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> >
> > > > > > > 7b.jar
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> > 
> > > > > > > [ERROR] BUILD ERROR
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> > 
> > > > > > > [INFO] Failed to resolve artifact.
> > > > > > >
> > > > > > > Missing:
> > > > > > > --
> > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > >
> > > > > > >   Try downloading the file manually from the project website.
> > > > > > >
> > > > > > >   Then, install it using the command:
> > > > > > >   mvn install:install-file -DgroupId=
> > > > > > org.apache.woden-DartifactId=woden \
> > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > -Dfile=/path/to/file
> > > > > > > Alternatively, if you host your own repository you can deploy
> > the
> > > file
> > > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > > .apache.woden -DartifactId=woden \
> > > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > > -Dfile=/path/to/file \
> > > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > > >
> > > > > > >   Path to dependency:
> > > > > > > 1)
> > > > > > >
> > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > >
> > > > > > > --
> > > > > > > 1 required artifact is missing.
> > > > > > >
> > > > > > > for artifact:
> > > > > > >
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > >
> > > > > > > from the specified remote repositories:
> > > > > > >   apache.incubator (
> > > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > > ),
> > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > >   apache.snapshots (
> > > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > > ),
> > > > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > > > >
> > > > > > > 
> > > > > > >
> > > > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > > The source distro now has a reference to quote-xquery in the
> > top
> > > > > level
> > > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > > >
> > > > > > > >
> > > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany- sca-1.0-incubating-src
> > >mvn
> > > clean
> > > > > > > > [INFO] Scanning for projects...
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> > 
> > > > > > > > [ERROR] FATAL ERROR
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> > 
> > > > > > > > [INFO] Error building POM (may not be this project's POM).
> > > > > > > >
> > > > > > > >
> > > > > > > > Project ID: unknown
> > > > > > > >
> > > > > > > > Reason: Could not find the model file
> > > > > > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > > > > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > > > > > m.xml'. for project unknown
> > > > > > > >
> > > > > > > >
> > > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> > --

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread haleh mahbod
I am getting NULLP on the following test case when doing mvn clean install
(remember that I use mvn 2.04). Any idea where the problem might be? I'm
going to run mvn with -e next.

testCReference(
org.apache.tuscany.sca.itest.callableref.CallableReferenceRemoteT
estCase)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException
at
org.apache.tuscany.sca.itest.callableref.CallableReferenceRemoteTestC
ase.testCReference(CallableReferenceRemoteTestCase.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.junit.internal.runners.TestMethodRunner.executeMethodBody
(TestMet
hodRunner.java:99)
at org.junit.internal.runners.TestMethodRunner.runUnprotected
(TestMethod
Runner.java:81)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected
(BeforeAn
dAfterRunner.java:34)
at org.junit.internal.runners.TestMethodRunner.runMethod
(TestMethodRunne
r.java:75)
at org.junit.internal.runners.TestMethodRunner.run(
TestMethodRunner.java
:45)
at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(Te
stClassMethodsRunner.java:75)
at org.junit.internal.runners.TestClassMethodsRunner.run
(TestClassMethod
sRunner.java:36)
at org.junit.internal.runners.TestClassRunner$1.runUnprotected
(TestClass
Runner.java:42)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected
(BeforeAn
dAfterRunner.java:34)
at org.junit.internal.runners.TestClassRunner.run(
TestClassRunner.java:5
2)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute
(JUnit4TestSet.
java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
tSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:290)
at org.apache.maven.surefire.booter.SurefireBooter.main(
SurefireBooter.j
ava:818)

testCServiceReference(
org.apache.tuscany.sca.itest.callableref.CallableReference
RemoteTestCase)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException
at
org.apache.tuscany.sca.itest.callableref.CallableReferenceRemoteTestC
ase.testCServiceReference(CallableReferenceRemoteTestCase.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.junit.internal.runners.TestMethodRunner.executeMethodBody
(TestMet
hodRunner.java:99)
at org.junit.internal.runners.TestMethodRunner.runUnprotected
(TestMethod
Runner.java:81)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected
(BeforeAn
dAfterRunner.java:34)
at org.junit.internal.runners.TestMethodRunner.runMethod
(TestMethodRunne
r.java:75)
at org.junit.internal.runners.TestMethodRunner.run(
TestMethodRunner.java
:45)
at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(Te
stClassMethodsRunner.java:75)
at org.junit.internal.runners.TestClassMethodsRunner.run
(TestClassMethod
sRunner.java:36)
at org.junit.internal.runners.TestClassRunner$1.runUnprotected
(TestClass
Runner.java:42)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected
(BeforeAn
dAfterRunner.java:34)
at org.junit.internal.runners.TestClassRunner.run(
TestClassRunner.java:5
2)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute
(JUnit4TestSet.
java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
tSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Metho

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
my last two builds have hung on download.java.net,  but the previous
one hung on ibiblio.net

Kelvin.

[EMAIL PROTECTED] /cygdrive/c/Release/SCA/1.0/RC3a/svn
$ tail -4 mvn2.log
Downloading: http://ws.zones.apache.org/repository2/groovy/groovy-all/1.0/groovy
-all-1.0.pom
[WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from repository apa
che.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://www.ibiblio.net/pub/packages/maven2/groovy/groovy-all/1.0/gr
oovy-all-1.0.pom
Terminate batch job (Y/N)?

[EMAIL PROTECTED] /cygdrive/c/Release/SCA/1.0/RC3a/svn
$ tail -4 mvn3.log
[WARNING] POM for 'org.jvnet.staxex:stax-ex:pom:1.0:compile' is invalid. It will
 be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
Downloading: http://download.java.net/maven/1/com.sun.xml.ws/poms/jaxws-tools-2.
1.pom
628b downloaded
Terminate batch job (Y/N)?

[EMAIL PROTECTED] /cygdrive/c/Release/SCA/1.0/RC3a/svn
$ tail -4 mvn4.log
[WARNING] POM for 'com.sun.xml.stream.buffer:streambuffer:pom:0.4:compile' is in
valid. It will be ignored for artifact resolution. Reason: Failed to validate PO
M
[WARNING] POM for 'org.jvnet.staxex:stax-ex:pom:1.0:compile' is invalid. It will
 be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
Downloading: http://download.java.net/maven/1/com.sun.xml.ws/poms/jaxws-tools-2.
1.pom
628b downloaded

On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> On 9/19/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I've tried from the branch and then from the RC3 tag and my top level
> > build
> > too hangs ... its been hanging at 
> >
> > [INFO]
> >
> > 
> > [INFO] Building Apache Tuscany SCA WSDL2Java Tool
> > [INFO]task-segment: [install]
> > [INFO]
> >
> > 
> > [INFO] [build-helper:add-test-source {execution: add-test-source}]
> > [INFO] Test Source directory:
> > F:\Tag_1.0\modules\wsdl2java\target\sdo-source
> > added.
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > Downloading:
> > http://download.java.net/maven/1/woodstox/poms/wstx-asl-3.2.1.pom
> >
> > - Venkat
> >
> >
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I have just seen Simon Laws' earlier note about my first issue.
> > > >
> > > > Kelvin.
> > > >
> > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > I'm having a sequence of non-reproducible issues building from this
> > > tag
> > > > >
> > > > > first I got 
> > > > >
> > > > > [INFO]
> > > >
> > >
> > -
> > > > > ---
> > > > > [INFO] Building Apache Tuscany SCA Composite Sample
> > > > > [INFO]task-segment: [install]
> > > > > [INFO]
> > > >
> > >
> > -
> > > > > ---
> > > > > [INFO] [resources:resources]
> > > > > [INFO] Using default encoding to copy filtered resources.
> > > > > [INFO] [compiler:compile]
> > > > > [INFO] Compiling 6 source files to
> > > > C:\Release\SCA\1.0\RC3a\svn\samples\implement
> > > > > ation-composite\target\classes
> > > > > [INFO] [resources:testResources]
> > > > > [INFO] Using default encoding to copy filtered resources.
> > > > > [INFO] [compiler:testCompile]
> > > > > [INFO] Compiling 1 source file to
> > > > C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > > > > tion-composite\target\test-classes
> > > > > [INFO] [surefire:test]
> > > > > [INFO] Surefire report directory:
> > > > C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > > > > tion-composite\target\surefire-reports
> > > > >
> > > > > ---
> > > > >  T E S T S
> > > > > ---
> > > > > Running composite.CompositeTestCase
> > > > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > > 0.821sec <<< FA
> > > > > ILURE!
> > > > > test(composite.CompositeTestCase)  Time elapsed: 0.771 sec  <<<
> > ERROR!
> > > > > org.osoa.sca.ServiceRuntimeException:
> > > > org.osoa.sca.ServiceRuntimeException: org.
> > > > > apache.tuscany.sca.contribution.service.ContributionResolveException
> > :
> > > > java.lang.
> > > > > ClassNotFoundException:
> > > > org.apache.tuscany.sca.node.impl.NodeManagerServiceImpl
> > > > > at
> > > > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCAD
> > > > > omain.java:264)
> > > > > at
> > org.apache.tuscany.sca.host.embedded.SCADomain.newInstance
> > > > (SCADomain.
> > > > > java:58)
> > > > > at composite.CompositeTestCase.setUp(CompositeTestCase.java
> > > :32)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > but a rebuild in the project directory succeeded
> > > > >

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've tried from the branch and then from the RC3 tag and my top level
> build
> too hangs ... its been hanging at 
>
> [INFO]
>
> 
> [INFO] Building Apache Tuscany SCA WSDL2Java Tool
> [INFO]task-segment: [install]
> [INFO]
>
> 
> [INFO] [build-helper:add-test-source {execution: add-test-source}]
> [INFO] Test Source directory:
> F:\Tag_1.0\modules\wsdl2java\target\sdo-source
> added.
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://download.java.net/maven/1/woodstox/poms/wstx-asl-3.2.1.pom
>
> - Venkat
>
>
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > >
> > > I have just seen Simon Laws' earlier note about my first issue.
> > >
> > > Kelvin.
> > >
> > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > I'm having a sequence of non-reproducible issues building from this
> > tag
> > > >
> > > > first I got 
> > > >
> > > > [INFO]
> > >
> >
> -
> > > > ---
> > > > [INFO] Building Apache Tuscany SCA Composite Sample
> > > > [INFO]task-segment: [install]
> > > > [INFO]
> > >
> >
> -
> > > > ---
> > > > [INFO] [resources:resources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > [INFO] [compiler:compile]
> > > > [INFO] Compiling 6 source files to
> > > C:\Release\SCA\1.0\RC3a\svn\samples\implement
> > > > ation-composite\target\classes
> > > > [INFO] [resources:testResources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > [INFO] [compiler:testCompile]
> > > > [INFO] Compiling 1 source file to
> > > C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > > > tion-composite\target\test-classes
> > > > [INFO] [surefire:test]
> > > > [INFO] Surefire report directory:
> > > C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > > > tion-composite\target\surefire-reports
> > > >
> > > > ---
> > > >  T E S T S
> > > > ---
> > > > Running composite.CompositeTestCase
> > > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > 0.821sec <<< FA
> > > > ILURE!
> > > > test(composite.CompositeTestCase)  Time elapsed: 0.771 sec  <<<
> ERROR!
> > > > org.osoa.sca.ServiceRuntimeException:
> > > org.osoa.sca.ServiceRuntimeException: org.
> > > > apache.tuscany.sca.contribution.service.ContributionResolveException
> :
> > > java.lang.
> > > > ClassNotFoundException:
> > > org.apache.tuscany.sca.node.impl.NodeManagerServiceImpl
> > > > at
> > > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCAD
> > > > omain.java:264)
> > > > at
> org.apache.tuscany.sca.host.embedded.SCADomain.newInstance
> > > (SCADomain.
> > > > java:58)
> > > > at composite.CompositeTestCase.setUp(CompositeTestCase.java
> > :32)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > but a rebuild in the project directory succeeded
> > > >
> > > >
> > > >
> > > >
> > > > now the top level build is hanging indefinitely at ...
> > > >
> > > > [INFO]
> > >
> 
> > > > ---
> > > > [INFO] Building Apache Tuscany SCA Script Implementation Extension
> > > > [INFO]task-segment: [install]
> > > > [INFO]
> > >
> 
> > > > ---
> > > > [INFO] [resources:resources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > Downloading:
> > > http://people.apache.org/repo/m2-incubating-repository/groovy/groo
> > > > y-all/1.0/groovy-all-1.0.pom
> > > > [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from
> > > repository ap
> > > > che.incubator (
> http://people.apache.org/repo/m2-incubating-repository)
> > > > Downloading:
> > > http://ws.zones.apache.org/repository2/groovy/groovy-all/1.0/groov
> > > > -all-1.0.pom
> > > > [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from
> > > repository ap
> > > > che.ws.zone (http://ws.zones.apache.org/repository2)
> > > > Downloading:
> > > http://www.ibiblio.net/pub/packages/maven2/groovy/groovy-all/1.0/g
> > > > oovy-all-1.0.pom
> > > >
> > > > Anyone else seen anything like this?
> > > > I'll kill it and try again.
> > > >
> > > > Kelvin.
> > > >
> > > >
> > > >
> > > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > That's where mine now fails too.
> > 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Venkata Krishnan
Hi,

I've tried from the branch and then from the RC3 tag and my top level build
too hangs ... its been hanging at 

[INFO]

[INFO] Building Apache Tuscany SCA WSDL2Java Tool
[INFO]task-segment: [install]
[INFO]

[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: F:\Tag_1.0\modules\wsdl2java\target\sdo-source
added.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://download.java.net/maven/1/woodstox/poms/wstx-asl-3.2.1.pom

- Venkat


On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> >
> > I have just seen Simon Laws' earlier note about my first issue.
> >
> > Kelvin.
> >
> > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > I'm having a sequence of non-reproducible issues building from this
> tag
> > >
> > > first I got 
> > >
> > > [INFO]
> >
> -
> > > ---
> > > [INFO] Building Apache Tuscany SCA Composite Sample
> > > [INFO]task-segment: [install]
> > > [INFO]
> >
> -
> > > ---
> > > [INFO] [resources:resources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > [INFO] [compiler:compile]
> > > [INFO] Compiling 6 source files to
> > C:\Release\SCA\1.0\RC3a\svn\samples\implement
> > > ation-composite\target\classes
> > > [INFO] [resources:testResources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > [INFO] [compiler:testCompile]
> > > [INFO] Compiling 1 source file to
> > C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > > tion-composite\target\test-classes
> > > [INFO] [surefire:test]
> > > [INFO] Surefire report directory:
> > C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > > tion-composite\target\surefire-reports
> > >
> > > ---
> > >  T E S T S
> > > ---
> > > Running composite.CompositeTestCase
> > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.821sec <<< FA
> > > ILURE!
> > > test(composite.CompositeTestCase)  Time elapsed: 0.771 sec  <<< ERROR!
> > > org.osoa.sca.ServiceRuntimeException:
> > org.osoa.sca.ServiceRuntimeException: org.
> > > apache.tuscany.sca.contribution.service.ContributionResolveException:
> > java.lang.
> > > ClassNotFoundException:
> > org.apache.tuscany.sca.node.impl.NodeManagerServiceImpl
> > > at
> > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCAD
> > > omain.java:264)
> > > at org.apache.tuscany.sca.host.embedded.SCADomain.newInstance
> > (SCADomain.
> > > java:58)
> > > at composite.CompositeTestCase.setUp(CompositeTestCase.java
> :32)
> > >
> > >
> > >
> > >
> > >
> > >
> > > but a rebuild in the project directory succeeded
> > >
> > >
> > >
> > >
> > > now the top level build is hanging indefinitely at ...
> > >
> > > [INFO]
> > 
> > > ---
> > > [INFO] Building Apache Tuscany SCA Script Implementation Extension
> > > [INFO]task-segment: [install]
> > > [INFO]
> > 
> > > ---
> > > [INFO] [resources:resources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > Downloading:
> > http://people.apache.org/repo/m2-incubating-repository/groovy/groo
> > > y-all/1.0/groovy-all-1.0.pom
> > > [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from
> > repository ap
> > > che.incubator (http://people.apache.org/repo/m2-incubating-repository)
> > > Downloading:
> > http://ws.zones.apache.org/repository2/groovy/groovy-all/1.0/groov
> > > -all-1.0.pom
> > > [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from
> > repository ap
> > > che.ws.zone (http://ws.zones.apache.org/repository2)
> > > Downloading:
> > http://www.ibiblio.net/pub/packages/maven2/groovy/groovy-all/1.0/g
> > > oovy-all-1.0.pom
> > >
> > > Anyone else seen anything like this?
> > > I'll kill it and try again.
> > >
> > > Kelvin.
> > >
> > >
> > >
> > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > That's where mine now fails too.
> > > > > >
> > > > > > On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > > > > >
> > > > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]>
> wrote:
> > > > > > > > > >
> > > > > > > > > > If 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
>
> I have just seen Simon Laws' earlier note about my first issue.
>
> Kelvin.
>
> On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > I'm having a sequence of non-reproducible issues building from this tag
> >
> > first I got 
> >
> > [INFO]
> -
> > ---
> > [INFO] Building Apache Tuscany SCA Composite Sample
> > [INFO]task-segment: [install]
> > [INFO]
> -
> > ---
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:compile]
> > [INFO] Compiling 6 source files to
> C:\Release\SCA\1.0\RC3a\svn\samples\implement
> > ation-composite\target\classes
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:testCompile]
> > [INFO] Compiling 1 source file to
> C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > tion-composite\target\test-classes
> > [INFO] [surefire:test]
> > [INFO] Surefire report directory:
> C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> > tion-composite\target\surefire-reports
> >
> > ---
> >  T E S T S
> > ---
> > Running composite.CompositeTestCase
> > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.821sec 
> > <<< FA
> > ILURE!
> > test(composite.CompositeTestCase)  Time elapsed: 0.771 sec  <<< ERROR!
> > org.osoa.sca.ServiceRuntimeException:
> org.osoa.sca.ServiceRuntimeException: org.
> > apache.tuscany.sca.contribution.service.ContributionResolveException:
> java.lang.
> > ClassNotFoundException:
> org.apache.tuscany.sca.node.impl.NodeManagerServiceImpl
> > at
> org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCAD
> > omain.java:264)
> > at org.apache.tuscany.sca.host.embedded.SCADomain.newInstance
> (SCADomain.
> > java:58)
> > at composite.CompositeTestCase.setUp(CompositeTestCase.java:32)
> >
> >
> >
> >
> >
> >
> > but a rebuild in the project directory succeeded
> >
> >
> >
> >
> > now the top level build is hanging indefinitely at ...
> >
> > [INFO]
> 
> > ---
> > [INFO] Building Apache Tuscany SCA Script Implementation Extension
> > [INFO]task-segment: [install]
> > [INFO]
> 
> > ---
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > Downloading:
> http://people.apache.org/repo/m2-incubating-repository/groovy/groo
> > y-all/1.0/groovy-all-1.0.pom
> > [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from
> repository ap
> > che.incubator (http://people.apache.org/repo/m2-incubating-repository)
> > Downloading:
> http://ws.zones.apache.org/repository2/groovy/groovy-all/1.0/groov
> > -all-1.0.pom
> > [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from
> repository ap
> > che.ws.zone (http://ws.zones.apache.org/repository2)
> > Downloading:
> http://www.ibiblio.net/pub/packages/maven2/groovy/groovy-all/1.0/g
> > oovy-all-1.0.pom
> >
> > Anyone else seen anything like this?
> > I'll kill it and try again.
> >
> > Kelvin.
> >
> >
> >
> > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > >
> > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > That's where mine now fails too.
> > > > >
> > > > > On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > > >
> > > > > > > > > If I remove the xquery-quotes reference in the samples pom
> and
> > > > try
> > > > > to
> > > > > > > > > build further i eventually get to the "Tuscany SCA
> Axis2-based
> > > > WS
> > > > > > > > > Binding Extension" project where I see ...
> > > > > > > > > ===
> > > > > > > > > Downloading:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > > > Downloading:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > > incubating-M7b.jar
> > > > > > > > > Downloading:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > > > > > > 7b.jar
> > > > > > > > > [INFO]
> > > > > > > > >
> > 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
I have just seen Simon Laws' earlier note about my first issue.

Kelvin.

On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> I'm having a sequence of non-reproducible issues building from this tag
>
> first I got 
>
> [INFO] 
> -
> ---
> [INFO] Building Apache Tuscany SCA Composite Sample
> [INFO]task-segment: [install]
> [INFO] 
> -
> ---
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 6 source files to 
> C:\Release\SCA\1.0\RC3a\svn\samples\implement
> ation-composite\target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 1 source file to 
> C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> tion-composite\target\test-classes
> [INFO] [surefire:test]
> [INFO] Surefire report directory: 
> C:\Release\SCA\1.0\RC3a\svn\samples\implementa
> tion-composite\target\surefire-reports
>
> ---
>  T E S T S
> ---
> Running composite.CompositeTestCase
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.821 sec <<< 
> FA
> ILURE!
> test(composite.CompositeTestCase)  Time elapsed: 0.771 sec  <<< ERROR!
> org.osoa.sca.ServiceRuntimeException: org.osoa.sca.ServiceRuntimeException: 
> org.
> apache.tuscany.sca.contribution.service.ContributionResolveException: 
> java.lang.
> ClassNotFoundException: 
> org.apache.tuscany.sca.node.impl.NodeManagerServiceImpl
> at 
> org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCAD
> omain.java:264)
> at 
> org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SCADomain.
> java:58)
> at composite.CompositeTestCase.setUp(CompositeTestCase.java:32)
>
>
>
>
>
>
> but a rebuild in the project directory succeeded
>
>
>
>
> now the top level build is hanging indefinitely at ...
>
> [INFO] 
> 
> ---
> [INFO] Building Apache Tuscany SCA Script Implementation Extension
> [INFO]task-segment: [install]
> [INFO] 
> 
> ---
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: 
> http://people.apache.org/repo/m2-incubating-repository/groovy/groo
> y-all/1.0/groovy-all-1.0.pom
> [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from repository 
> ap
> che.incubator (http://people.apache.org/repo/m2-incubating-repository)
> Downloading: 
> http://ws.zones.apache.org/repository2/groovy/groovy-all/1.0/groov
> -all-1.0.pom
> [WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from repository 
> ap
> che.ws.zone (http://ws.zones.apache.org/repository2)
> Downloading: 
> http://www.ibiblio.net/pub/packages/maven2/groovy/groovy-all/1.0/g
> oovy-all-1.0.pom
>
> Anyone else seen anything like this?
> I'll kill it and try again.
>
> Kelvin.
>
>
>
> On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > That's where mine now fails too.
> > > >
> > > > On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > If I remove the xquery-quotes reference in the samples pom and
> > > try
> > > > to
> > > > > > > > build further i eventually get to the "Tuscany SCA Axis2-based
> > > WS
> > > > > > > > Binding Extension" project where I see ...
> > > > > > > > ===
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > > incubating-M7b.jar
> > > > > > > > Downloading:
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > > > > > 7b.jar
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > > 
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > > 
> > > > > > > > [INFO] Failed to resolve art

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
I'm having a sequence of non-reproducible issues building from this tag

first I got 

[INFO] -
---
[INFO] Building Apache Tuscany SCA Composite Sample
[INFO]task-segment: [install]
[INFO] -
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 6 source files to C:\Release\SCA\1.0\RC3a\svn\samples\implement
ation-composite\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to C:\Release\SCA\1.0\RC3a\svn\samples\implementa
tion-composite\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: C:\Release\SCA\1.0\RC3a\svn\samples\implementa
tion-composite\target\surefire-reports

---
 T E S T S
---
Running composite.CompositeTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.821 sec <<< FA
ILURE!
test(composite.CompositeTestCase)  Time elapsed: 0.771 sec  <<< ERROR!
org.osoa.sca.ServiceRuntimeException: org.osoa.sca.ServiceRuntimeException: org.
apache.tuscany.sca.contribution.service.ContributionResolveException: java.lang.
ClassNotFoundException: org.apache.tuscany.sca.node.impl.NodeManagerServiceImpl
at org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCAD
omain.java:264)
at org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SCADomain.
java:58)
at composite.CompositeTestCase.setUp(CompositeTestCase.java:32)






but a rebuild in the project directory succeeded




now the top level build is hanging indefinitely at ...

[INFO] 
---
[INFO] Building Apache Tuscany SCA Script Implementation Extension
[INFO]task-segment: [install]
[INFO] 
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://people.apache.org/repo/m2-incubating-repository/groovy/groo
y-all/1.0/groovy-all-1.0.pom
[WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from repository ap
che.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://ws.zones.apache.org/repository2/groovy/groovy-all/1.0/groov
-all-1.0.pom
[WARNING] Unable to get resource 'groovy:groovy-all:pom:1.0' from repository ap
che.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://www.ibiblio.net/pub/packages/maven2/groovy/groovy-all/1.0/g
oovy-all-1.0.pom

Anyone else seen anything like this?
I'll kill it and try again.

Kelvin.



On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > >
> > > That's where mine now fails too.
> > >
> > > On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > If I remove the xquery-quotes reference in the samples pom and
> > try
> > > to
> > > > > > > build further i eventually get to the "Tuscany SCA Axis2-based
> > WS
> > > > > > > Binding Extension" project where I see ...
> > > > > > > ===
> > > > > > > Downloading:
> > > > > > >
> > > > > >
> > > > >
> > >
> > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > > Downloading:
> > > > > > >
> > > > > >
> > > > >
> > >
> > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > > incubating-M7b.jar
> > > > > > > Downloading:
> > > > > > >
> > > > > >
> > > > >
> > >
> > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > > > > 7b.jar
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > > 
> > > > > > > [ERROR] BUILD ERROR
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > > 
> > > > > > > [INFO] Failed to resolve artifact.
> > > > > > >
> > > > > > > Missing:
> > > > > > > --
> > > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > > >
> > > > > > >   Try downloading the file manually from the project website.
> > > > > > >
> > > > > > >   Then, install it using the command:
> > > > > > >   mvn install:install-file -DgroupId=
> > > > > > org.apache.woden-DartifactId=woden \
> > > > > > >   -Dversi

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread ant elder
On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> >
> > That's where mine now fails too.
> >
> > On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > > >
> > > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > If I remove the xquery-quotes reference in the samples pom and
> try
> > to
> > > > > > build further i eventually get to the "Tuscany SCA Axis2-based
> WS
> > > > > > Binding Extension" project where I see ...
> > > > > > ===
> > > > > > Downloading:
> > > > > >
> > > > >
> > > >
> >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > > Downloading:
> > > > > >
> > > > >
> > > >
> >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > > incubating-M7b.jar
> > > > > > Downloading:
> > > > > >
> > > > >
> > > >
> >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > > > 7b.jar
> > > > > > [INFO]
> > > > > >
> > > >
> > 
> > > > > > [ERROR] BUILD ERROR
> > > > > > [INFO]
> > > > > >
> > > >
> > 
> > > > > > [INFO] Failed to resolve artifact.
> > > > > >
> > > > > > Missing:
> > > > > > --
> > > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > >
> > > > > >   Try downloading the file manually from the project website.
> > > > > >
> > > > > >   Then, install it using the command:
> > > > > >   mvn install:install-file -DgroupId=
> > > > > org.apache.woden-DartifactId=woden \
> > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > -Dfile=/path/to/file
> > > > > > Alternatively, if you host your own repository you can deploy
> the
> > file
> > > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > > .apache.woden -DartifactId=woden \
> > > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > > -Dfile=/path/to/file \
> > > > > >-Durl=[url] -DrepositoryId=[id]
> > > > > >
> > > > > >   Path to dependency:
> > > > > > 1)
> > > > > >
> org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > > >
> > > > > > --
> > > > > > 1 required artifact is missing.
> > > > > >
> > > > > > for artifact:
> > > > > >
> > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.incubator (
> > > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > > ),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.snapshots (
> > > > http://people.apache.org/repo/m2-snapshot-repository
> > > > > ),
> > > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > > >
> > > > > > 
> > > > > >
> > > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > > The source distro now has a reference to quote-xquery in the
> top
> > > > level
> > > > > > > pom,  but the sample code is not included in the distro.
> > > > > > >
> > > > > > >
> > > > > > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn
> > clean
> > > > > > > [INFO] Scanning for projects...
> > > > > > > [INFO]
> > > > > >
> > > >
> > 
> > > > > > > [ERROR] FATAL ERROR
> > > > > > > [INFO]
> > > > > >
> > > >
> > 
> > > > > > > [INFO] Error building POM (may not be this project's POM).
> > > > > > >
> > > > > > >
> > > > > > > Project ID: unknown
> > > > > > >
> > > > > > > Reason: Could not find the model file
> > > > > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > > > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > > > > m.xml'. for project unknown
> > > > > > >
> > > > > > >
> > > > > > > [INFO]
> > > > > >
> > > >
> > 
> > > > > > > [INFO] Trace
> > > > > > > org.apache.maven.reactor.MavenExecutionException: Could not
> find
> > the
> > > > > > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > > > > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project
> > > > unknown
> > > > > > > at org.apache.maven.DefaultMaven.getProjects(
> > > > DefaultMaven.java
> > > > > > :378)
> > > > > > > at org.apache.maven.DefaultMaven.doExecute(
> > DefaultMaven.java
> > > > > > :290)
> > > > > > > at org.apache.maven.DefaultMaven.execute(
> > DefaultMaven.java
> > > > > :125)
> 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
>
> That's where mine now fails too.
>
> On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > >
> > > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > If I remove the xquery-quotes reference in the samples pom and try
> to
> > > > > build further i eventually get to the "Tuscany SCA Axis2-based WS
> > > > > Binding Extension" project where I see ...
> > > > > ===
> > > > > Downloading:
> > > > >
> > > >
> > >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > > Downloading:
> > > > >
> > > >
> > >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > > incubating-M7b.jar
> > > > > Downloading:
> > > > >
> > > >
> > >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > > 7b.jar
> > > > > [INFO]
> > > > >
> > >
> 
> > > > > [ERROR] BUILD ERROR
> > > > > [INFO]
> > > > >
> > >
> 
> > > > > [INFO] Failed to resolve artifact.
> > > > >
> > > > > Missing:
> > > > > --
> > > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > >
> > > > >   Try downloading the file manually from the project website.
> > > > >
> > > > >   Then, install it using the command:
> > > > >   mvn install:install-file -DgroupId=
> > > > org.apache.woden-DartifactId=woden \
> > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > -Dfile=/path/to/file
> > > > > Alternatively, if you host your own repository you can deploy the
> file
> > > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > > .apache.woden -DartifactId=woden \
> > > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > > -Dfile=/path/to/file \
> > > > >-Durl=[url] -DrepositoryId=[id]
> > > > >
> > > > >   Path to dependency:
> > > > > 1)
> > > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > > >
> > > > > --
> > > > > 1 required artifact is missing.
> > > > >
> > > > > for artifact:
> > > > >
> org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.incubator (
> > > > http://people.apache.org/repo/m2-incubating-repository
> > > > > ),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.snapshots (
> > > http://people.apache.org/repo/m2-snapshot-repository
> > > > ),
> > > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > > >
> > > > > 
> > > > >
> > > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > > The source distro now has a reference to quote-xquery in the top
> > > level
> > > > > > pom,  but the sample code is not included in the distro.
> > > > > >
> > > > > >
> > > > > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn
> clean
> > > > > > [INFO] Scanning for projects...
> > > > > > [INFO]
> > > > >
> > >
> 
> > > > > > [ERROR] FATAL ERROR
> > > > > > [INFO]
> > > > >
> > >
> 
> > > > > > [INFO] Error building POM (may not be this project's POM).
> > > > > >
> > > > > >
> > > > > > Project ID: unknown
> > > > > >
> > > > > > Reason: Could not find the model file
> > > > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > > > m.xml'. for project unknown
> > > > > >
> > > > > >
> > > > > > [INFO]
> > > > >
> > >
> 
> > > > > > [INFO] Trace
> > > > > > org.apache.maven.reactor.MavenExecutionException: Could not find
> the
> > > > > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > > > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project
> > > unknown
> > > > > > at org.apache.maven.DefaultMaven.getProjects(
> > > DefaultMaven.java
> > > > > :378)
> > > > > > at org.apache.maven.DefaultMaven.doExecute(
> DefaultMaven.java
> > > > > :290)
> > > > > > at org.apache.maven.DefaultMaven.execute(
> DefaultMaven.java
> > > > :125)
> > > > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> > > > > >
> > > > > > Kelvin.
> > > > > >
> > > > > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > > > Please review and vote on the 1.0 release artifacts of Tuscany
> SCA
> > > > for
> > > > > Java.
> > > > > > >
> > > > > > > The SVN tag for th

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, Simon Nash <[EMAIL PROTECTED]> wrote:
>
>
> Simon Laws wrote:
> > On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > (cut)
> >
> > yep , thats what I have. Seems to do the trick.
> >
> > I now have...
> >
> > [INFO]
> > 
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Internal error in the plugin manager executing goal '
> > org.apache.maven.plu
> > gins:maven-surefire-plugin:2.3:test': Unable to find the mojo '
> > org.apache.maven.
> > plugins:maven-surefire-plugin:2.3:test' in the plugin '
> > org.apache.maven.plugins:
> > maven-surefire-plugin'
> > Component descriptor cannot be found in the component repository:
> > org.apache.mav
> > en.plugin.Mojoorg.apache.maven.plugins:maven-surefire-plugin:2.3:test.
> >
> > In the BPEL implementation
> >
> > Simon
> >
> I got this problem as well.  I tried building the module again
> individually (first attempt was from the top level with an empty repo)
> and it worked OK.  Rebuilding it after "mvn" clean also worked so it
> must be something connected with the state of the repo.
>
>Simon
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Yes, I now see it work when building at the module level too.

Simon


Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
Works for me.
--
Kelvin.

On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > >
> > > If I remove the xquery-quotes reference in the samples pom and try to
> > > build further i eventually get to the "Tuscany SCA Axis2-based WS
> > > Binding Extension" project where I see ...
> > > ===
> > > Downloading:
> > >
> > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > Downloading:
> > >
> > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > incubating-M7b.jar
> > > Downloading:
> > >
> > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > 7b.jar
> > > [INFO]
> > > 
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > > 
> > > [INFO] Failed to resolve artifact.
> > >
> > > Missing:
> > > --
> > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >   mvn install:install-file -DgroupId=
> > org.apache.woden-DartifactId=woden \
> > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > -Dfile=/path/to/file
> > > Alternatively, if you host your own repository you can deploy the file
> > > there:   mvn deploy:deploy-file -DgroupId=org
> > > .apache.woden -DartifactId=woden \
> > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > -Dfile=/path/to/file \
> > >-Durl=[url] -DrepositoryId=[id]
> > >
> > >   Path to dependency:
> > > 1)
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > >
> > > --
> > > 1 required artifact is missing.
> > >
> > > for artifact:
> > >   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > >
> > > from the specified remote repositories:
> > >   apache.incubator (
> > http://people.apache.org/repo/m2-incubating-repository
> > > ),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> > ),
> > >   apache.ws (http://ws.zones.apache.org/repository/)
> > >
> > > 
> > >
> > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > The source distro now has a reference to quote-xquery in the top level
> > > > pom,  but the sample code is not included in the distro.
> > > >
> > > >
> > > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> > > > [INFO] Scanning for projects...
> > > > [INFO]
> > > 
> > > > [ERROR] FATAL ERROR
> > > > [INFO]
> > > 
> > > > [INFO] Error building POM (may not be this project's POM).
> > > >
> > > >
> > > > Project ID: unknown
> > > >
> > > > Reason: Could not find the model file
> > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > m.xml'. for project unknown
> > > >
> > > >
> > > > [INFO]
> > > 
> > > > [INFO] Trace
> > > > org.apache.maven.reactor.MavenExecutionException: Could not find the
> > > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project unknown
> > > > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java
> > > :378)
> > > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> > > :290)
> > > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java
> > :125)
> > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> > > >
> > > > Kelvin.
> > > >
> > > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > Please review and vote on the 1.0 release artifacts of Tuscany SCA
> > for
> > > Java.
> > > > >
> > > > > The SVN tag for the release is:
> > > > >
> > >
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> > > > >
> > > > > The artifacts are available for review at:
> > > > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > > > >
> > > > > This includes the signed binary and source distributions, the RAT
> > > reports,
> > > > > and
> > > > > the Maven staging repository.
> > > > >
> > > > > Many thanks,
> > > > >
> > > > >...ant
> > > > >
> > > > > (Note, the artifacts are still uploading so if it looks like
> > > something's
> > > > > missing please just wait a bit,
> > > > >  You can use the tag to verify things in the meantime)
> > > > >
> > 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
That's where mine now fails too.

On 19/09/2007, Simon Laws <[EMAIL PROTECTED]> wrote:
> On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > If I remove the xquery-quotes reference in the samples pom and try to
> > > > build further i eventually get to the "Tuscany SCA Axis2-based WS
> > > > Binding Extension" project where I see ...
> > > > ===
> > > > Downloading:
> > > >
> > >
> > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > Downloading:
> > > >
> > >
> > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > incubating-M7b.jar
> > > > Downloading:
> > > >
> > >
> > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > 7b.jar
> > > > [INFO]
> > > >
> > 
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > >
> > 
> > > > [INFO] Failed to resolve artifact.
> > > >
> > > > Missing:
> > > > --
> > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > >
> > > >   Try downloading the file manually from the project website.
> > > >
> > > >   Then, install it using the command:
> > > >   mvn install:install-file -DgroupId=
> > > org.apache.woden-DartifactId=woden \
> > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > -Dfile=/path/to/file
> > > > Alternatively, if you host your own repository you can deploy the file
> > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > .apache.woden -DartifactId=woden \
> > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > -Dfile=/path/to/file \
> > > >-Durl=[url] -DrepositoryId=[id]
> > > >
> > > >   Path to dependency:
> > > > 1)
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > >
> > > > --
> > > > 1 required artifact is missing.
> > > >
> > > > for artifact:
> > > >   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > >
> > > > from the specified remote repositories:
> > > >   apache.incubator (
> > > http://people.apache.org/repo/m2-incubating-repository
> > > > ),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.snapshots (
> > http://people.apache.org/repo/m2-snapshot-repository
> > > ),
> > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > >
> > > > 
> > > >
> > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > The source distro now has a reference to quote-xquery in the top
> > level
> > > > > pom,  but the sample code is not included in the distro.
> > > > >
> > > > >
> > > > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> > > > > [INFO] Scanning for projects...
> > > > > [INFO]
> > > >
> > 
> > > > > [ERROR] FATAL ERROR
> > > > > [INFO]
> > > >
> > 
> > > > > [INFO] Error building POM (may not be this project's POM).
> > > > >
> > > > >
> > > > > Project ID: unknown
> > > > >
> > > > > Reason: Could not find the model file
> > > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > > m.xml'. for project unknown
> > > > >
> > > > >
> > > > > [INFO]
> > > >
> > 
> > > > > [INFO] Trace
> > > > > org.apache.maven.reactor.MavenExecutionException: Could not find the
> > > > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project
> > unknown
> > > > > at org.apache.maven.DefaultMaven.getProjects(
> > DefaultMaven.java
> > > > :378)
> > > > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> > > > :290)
> > > > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java
> > > :125)
> > > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> > > > >
> > > > > Kelvin.
> > > > >
> > > > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > > Please review and vote on the 1.0 release artifacts of Tuscany SCA
> > > for
> > > > Java.
> > > > > >
> > > > > > The SVN tag for the release is:
> > > > > >
> > > >
> > >
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> > > > > >
> > > > > > The artifacts are available for review at:
> > > > > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > > > > >
> > > > > > This includes the signed binary and source distributions, the RAT
> > 

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
sorry - should have been more specific ...
ant's fix for the repository
--- pom.xml (revision 577121)
+++ pom.xml (working copy)
@@ -42,6 +42,17 @@
  apache.incubator
  http://people.apache.org/repo/m2-incubating-repository
   
+
+apache.ws.zone
+Apache WS Zone Repository
+http://ws.zones.apache.org/repository2
+
+true
+
+
+false
+
+




works for me.

Kelvin.


On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> Works for me.
> --
> Kelvin.
>
> On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > >
> > > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > >
> > > > If I remove the xquery-quotes reference in the samples pom and try to
> > > > build further i eventually get to the "Tuscany SCA Axis2-based WS
> > > > Binding Extension" project where I see ...
> > > > ===
> > > > Downloading:
> > > >
> > > http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > > Downloading:
> > > >
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > > incubating-M7b.jar
> > > > Downloading:
> > > >
> > > http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > > 7b.jar
> > > > [INFO]
> > > > 
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > > 
> > > > [INFO] Failed to resolve artifact.
> > > >
> > > > Missing:
> > > > --
> > > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > >
> > > >   Try downloading the file manually from the project website.
> > > >
> > > >   Then, install it using the command:
> > > >   mvn install:install-file -DgroupId=
> > > org.apache.woden-DartifactId=woden \
> > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > -Dfile=/path/to/file
> > > > Alternatively, if you host your own repository you can deploy the file
> > > > there:   mvn deploy:deploy-file -DgroupId=org
> > > > .apache.woden -DartifactId=woden \
> > > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > > -Dfile=/path/to/file \
> > > >-Durl=[url] -DrepositoryId=[id]
> > > >
> > > >   Path to dependency:
> > > > 1)
> > > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > > >
> > > > --
> > > > 1 required artifact is missing.
> > > >
> > > > for artifact:
> > > >   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > >
> > > > from the specified remote repositories:
> > > >   apache.incubator (
> > > http://people.apache.org/repo/m2-incubating-repository
> > > > ),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> > > ),
> > > >   apache.ws (http://ws.zones.apache.org/repository/)
> > > >
> > > > 
> > > >
> > > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > > The source distro now has a reference to quote-xquery in the top level
> > > > > pom,  but the sample code is not included in the distro.
> > > > >
> > > > >
> > > > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> > > > > [INFO] Scanning for projects...
> > > > > [INFO]
> > > > 
> > > > > [ERROR] FATAL ERROR
> > > > > [INFO]
> > > > 
> > > > > [INFO] Error building POM (may not be this project's POM).
> > > > >
> > > > >
> > > > > Project ID: unknown
> > > > >
> > > > > Reason: Could not find the model file
> > > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > > m.xml'. for project unknown
> > > > >
> > > > >
> > > > > [INFO]
> > > > 
> > > > > [INFO] Trace
> > > > > org.apache.maven.reactor.MavenExecutionException: Could not find the
> > > > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project unknown
> > > > > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java
> > > > :378)
> > > > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> > > > :290)
> > > > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java
> > > :125)
> > > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> > > > >
> > > > > Kelvin.
> > > > >
> > > > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> >

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Nash


Simon Laws wrote:

On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:

>

(cut)

yep , thats what I have. Seems to do the trick.

I now have...

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Internal error in the plugin manager executing goal '
org.apache.maven.plu
gins:maven-surefire-plugin:2.3:test': Unable to find the mojo '
org.apache.maven.
plugins:maven-surefire-plugin:2.3:test' in the plugin '
org.apache.maven.plugins:
maven-surefire-plugin'
Component descriptor cannot be found in the component repository:
org.apache.mav
en.plugin.Mojoorg.apache.maven.plugins:maven-surefire-plugin:2.3:test.

In the BPEL implementation

Simon


I got this problem as well.  I tried building the module again
individually (first attempt was from the top level with an empty repo)
and it worked OK.  Rebuilding it after "mvn" clean also worked so it
must be something connected with the state of the repo.

  Simon



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> > On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > >
> > > If I remove the xquery-quotes reference in the samples pom and try to
> > > build further i eventually get to the "Tuscany SCA Axis2-based WS
> > > Binding Extension" project where I see ...
> > > ===
> > > Downloading:
> > >
> >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > > Downloading:
> > >
> >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > > incubating-M7b.jar
> > > Downloading:
> > >
> >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > > 7b.jar
> > > [INFO]
> > >
> 
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> 
> > > [INFO] Failed to resolve artifact.
> > >
> > > Missing:
> > > --
> > > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >   mvn install:install-file -DgroupId=
> > org.apache.woden-DartifactId=woden \
> > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > -Dfile=/path/to/file
> > > Alternatively, if you host your own repository you can deploy the file
> > > there:   mvn deploy:deploy-file -DgroupId=org
> > > .apache.woden -DartifactId=woden \
> > >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > > -Dfile=/path/to/file \
> > >-Durl=[url] -DrepositoryId=[id]
> > >
> > >   Path to dependency:
> > > 1)
> > > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> > >
> > > --
> > > 1 required artifact is missing.
> > >
> > > for artifact:
> > >   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > >
> > > from the specified remote repositories:
> > >   apache.incubator (
> > http://people.apache.org/repo/m2-incubating-repository
> > > ),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.snapshots (
> http://people.apache.org/repo/m2-snapshot-repository
> > ),
> > >   apache.ws (http://ws.zones.apache.org/repository/)
> > >
> > > 
> > >
> > > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > > The source distro now has a reference to quote-xquery in the top
> level
> > > > pom,  but the sample code is not included in the distro.
> > > >
> > > >
> > > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> > > > [INFO] Scanning for projects...
> > > > [INFO]
> > >
> 
> > > > [ERROR] FATAL ERROR
> > > > [INFO]
> > >
> 
> > > > [INFO] Error building POM (may not be this project's POM).
> > > >
> > > >
> > > > Project ID: unknown
> > > >
> > > > Reason: Could not find the model file
> > > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > > sca-1.0-incubating-src\samples\quote-xquery\po
> > > > m.xml'. for project unknown
> > > >
> > > >
> > > > [INFO]
> > >
> 
> > > > [INFO] Trace
> > > > org.apache.maven.reactor.MavenExecutionException: Could not find the
> > > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project
> unknown
> > > > at org.apache.maven.DefaultMaven.getProjects(
> DefaultMaven.java
> > > :378)
> > > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> > > :290)
> > > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java
> > :125)
> > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> > > >
> > > > Kelvin.
> > > >
> > > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > > Please review and vote on the 1.0 release artifacts of Tuscany SCA
> > for
> > > Java.
> > > > >
> > > > > The SVN tag for the release is:
> > > > >
> > >
> >
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> > > > >
> > > > > The artifacts are available for review at:
> > > > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > > > >
> > > > > This includes the signed binary and source distributions, the RAT
> > > reports,
> > > > > and
> > > > > the Maven staging repository.
> > > > >
> > > > > Many thanks,
> > > > >
> > > > >...ant
> > > > >
> > > > > (Note, the artifacts are still uploading so if it looks like
> > > something's
> > > > > missing please just wait a bit,
> > > > >  You can use the tag to verify things in the meantime)
> > > > >
> >

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread ant elder
On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
> >
> > If I remove the xquery-quotes reference in the samples pom and try to
> > build further i eventually get to the "Tuscany SCA Axis2-based WS
> > Binding Extension" project where I see ...
> > ===
> > Downloading:
> >
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> > Downloading:
> >
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> > incubating-M7b.jar
> > Downloading:
> >
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> > 7b.jar
> > [INFO]
> > 
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Failed to resolve artifact.
> >
> > Missing:
> > --
> > 1) org.apache.woden:woden:jar:1.0-incubating-M7b
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >   mvn install:install-file -DgroupId=
> org.apache.woden-DartifactId=woden \
> >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > -Dfile=/path/to/file
> > Alternatively, if you host your own repository you can deploy the file
> > there:   mvn deploy:deploy-file -DgroupId=org
> > .apache.woden -DartifactId=woden \
> >   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> > -Dfile=/path/to/file \
> >-Durl=[url] -DrepositoryId=[id]
> >
> >   Path to dependency:
> > 1)
> > org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> > 2) org.apache.woden:woden:jar:1.0-incubating-M7b
> >
> > --
> > 1 required artifact is missing.
> >
> > for artifact:
> >   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> >
> > from the specified remote repositories:
> >   apache.incubator (
> http://people.apache.org/repo/m2-incubating-repository
> > ),
> >   central (http://repo1.maven.org/maven2),
> >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> ),
> >   apache.ws (http://ws.zones.apache.org/repository/)
> >
> > 
> >
> > On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > > The source distro now has a reference to quote-xquery in the top level
> > > pom,  but the sample code is not included in the distro.
> > >
> > >
> > > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> > > [INFO] Scanning for projects...
> > > [INFO]
> > 
> > > [ERROR] FATAL ERROR
> > > [INFO]
> > 
> > > [INFO] Error building POM (may not be this project's POM).
> > >
> > >
> > > Project ID: unknown
> > >
> > > Reason: Could not find the model file
> > > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> > sca-1.0-incubating-src\samples\quote-xquery\po
> > > m.xml'. for project unknown
> > >
> > >
> > > [INFO]
> > 
> > > [INFO] Trace
> > > org.apache.maven.reactor.MavenExecutionException: Could not find the
> > > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project unknown
> > > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java
> > :378)
> > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> > :290)
> > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java
> :125)
> > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> > >
> > > Kelvin.
> > >
> > > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > > Please review and vote on the 1.0 release artifacts of Tuscany SCA
> for
> > Java.
> > > >
> > > > The SVN tag for the release is:
> > > >
> >
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> > > >
> > > > The artifacts are available for review at:
> > > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > > >
> > > > This includes the signed binary and source distributions, the RAT
> > reports,
> > > > and
> > > > the Maven staging repository.
> > > >
> > > > Many thanks,
> > > >
> > > >...ant
> > > >
> > > > (Note, the artifacts are still uploading so if it looks like
> > something's
> > > > missing please just wait a bit,
> > > >  You can use the tag to verify things in the meantime)
> > > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > This is also a result of not having a repo dependency on
> http://ws.zones.apache.org/repository2<
> http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
>
> If I remove the xquery-quotes reference in the samples pom and try to
> build further i eventually get to the "Tuscany SCA Axis2-based WS
> Binding Extension" project where I see ...
> ===
> Downloading:
> http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
> Downloading:
> http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
> incubating-M7b.jar
> Downloading:
> http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
> 7b.jar
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) org.apache.woden:woden:jar:1.0-incubating-M7b
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>   mvn install:install-file -DgroupId=org.apache.woden-DartifactId=woden \
>   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:   mvn deploy:deploy-file -DgroupId=org
> .apache.woden -DartifactId=woden \
>   -Dversion=1.0-incubating-M7b -Dpackaging=jar
> -Dfile=/path/to/file \
>-Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
> 1)
> org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
> 2) org.apache.woden:woden:jar:1.0-incubating-M7b
>
> --
> 1 required artifact is missing.
>
> for artifact:
>   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
>
> from the specified remote repositories:
>   apache.incubator (http://people.apache.org/repo/m2-incubating-repository
> ),
>   central (http://repo1.maven.org/maven2),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.ws (http://ws.zones.apache.org/repository/)
>
> 
>
> On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> > The source distro now has a reference to quote-xquery in the top level
> > pom,  but the sample code is not included in the distro.
> >
> >
> > C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> > [INFO] Scanning for projects...
> > [INFO]
> 
> > [ERROR] FATAL ERROR
> > [INFO]
> 
> > [INFO] Error building POM (may not be this project's POM).
> >
> >
> > Project ID: unknown
> >
> > Reason: Could not find the model file
> > 'C:\Release\SCA\1.0\RC3\src\tuscany-
> sca-1.0-incubating-src\samples\quote-xquery\po
> > m.xml'. for project unknown
> >
> >
> > [INFO]
> 
> > [INFO] Trace
> > org.apache.maven.reactor.MavenExecutionException: Could not find the
> > model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> > 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project unknown
> > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java
> :378)
> > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> :290)
> > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
> > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> >
> > Kelvin.
> >
> > On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > > Please review and vote on the 1.0 release artifacts of Tuscany SCA for
> Java.
> > >
> > > The SVN tag for the release is:
> > >
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> > >
> > > The artifacts are available for review at:
> > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > >
> > > This includes the signed binary and source distributions, the RAT
> reports,
> > > and
> > > the Maven staging repository.
> > >
> > > Many thanks,
> > >
> > >...ant
> > >
> > > (Note, the artifacts are still uploading so if it looks like
> something's
> > > missing please just wait a bit,
> > >  You can use the tag to verify things in the meantime)
> > >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> This is also a result of not having a repo dependency on
http://ws.zones.apache.org/repository2

If I add the dependency to the tpo level pom alongside our

   
  apache.incubator
  http://people.apache.org/repo/m2-incubating-repository
   

Dependency is there a downside to this? The alternative is to add it to each
affected pom.

Simon


Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
If I remove the xquery-quotes reference in the samples pom and try to
build further i eventually get to the "Tuscany SCA Axis2-based WS
Binding Extension" project where I see ...
===
Downloading: 
http://ws.zones.apache.org/repository//org.apache.woden/jars/woden-1.0-incubating-M7b.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-
incubating-M7b.jar
Downloading: 
http://www.ibiblio.net/pub/packages/maven2/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M
7b.jar
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.woden:woden:jar:1.0-incubating-M7b

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
  -Dversion=1.0-incubating-M7b -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:   mvn deploy:deploy-file -DgroupId=org
.apache.woden -DartifactId=woden \
  -Dversion=1.0-incubating-M7b -Dpackaging=jar -Dfile=/path/to/file \
   -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
2) org.apache.woden:woden:jar:1.0-incubating-M7b

--
1 required artifact is missing.

for artifact:
  org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating

from the specified remote repositories:
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache.ws (http://ws.zones.apache.org/repository/)



On 19/09/2007, kelvin goodson <[EMAIL PROTECTED]> wrote:
> The source distro now has a reference to quote-xquery in the top level
> pom,  but the sample code is not included in the distro.
>
>
> C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
> [INFO] Scanning for projects...
> [INFO] 
> 
> [ERROR] FATAL ERROR
> [INFO] 
> 
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: unknown
>
> Reason: Could not find the model file
> 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src\samples\quote-xquery\po
> m.xml'. for project unknown
>
>
> [INFO] 
> 
> [INFO] Trace
> org.apache.maven.reactor.MavenExecutionException: Could not find the
> model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
> 1.0-incubating-src\samples\quote-xquery\pom.xml'. for project unknown
> at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:290)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>
> Kelvin.
>
> On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> > Please review and vote on the 1.0 release artifacts of Tuscany SCA for Java.
> >
> > The SVN tag for the release is:
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> >
> > The artifacts are available for review at:
> > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> >
> > This includes the signed binary and source distributions, the RAT reports,
> > and
> > the Maven staging repository.
> >
> > Many thanks,
> >
> >...ant
> >
> > (Note, the artifacts are still uploading so if it looks like something's
> > missing please just wait a bit,
> >  You can use the tag to verify things in the meantime)
> >
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
>
>
> On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 9/19/07, Raymond Feng < [EMAIL PROTECTED] > wrote:
> > >
> > > Hi,
> > >
> > > The top-down build of the tagged version is failing against an empty
> > > local
> > > maven repo. wsdl4j 1.6.2 cannot be found in any of the maven repos. I
> > > already added the staging repo. The artifact is available at
> > > ws.zones.apache.org/repository, do we have it on the list?
> > >
> > > [INFO]
> > > 
> > >
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> > > 
> > > [INFO] Failed to resolve artifact.
> > >
> > > Missing:
> > > --
> > > 1) wsdl4j:wsdl4j:jar:1.6.2
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >   mvn install:install-file -DgroupId=wsdl4j -DartifactId=wsdl4j \
> > >   -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file
> > > Alternatively, if you host your own repository you can deploy the file
> > >
> > > there:   mvn deploy:deploy-file -DgroupId=wsdl4j
> > > -DartifactId=wsdl4j \
> > >   -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file \
> > >-Durl=[url] -DrepositoryId=[id]
> > >
> > >   Path to dependency:
> > > 1)
> > >
> > > org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
> > > 2) org.apache.tuscany.sca:tuscany-wsdl2java:jar:1.0-incubating
> > > 3) wsdl4j:wsdl4j:jar:1.6.2
> > >
> > > --
> > > 1 required artifact is missing.
> > >
> > > for artifact:
> > >
> > > org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
> > >
> > > from the specified remote repositories:
> > >   central ( http://repo1.maven.org/maven2),
> > >   apache.incubator (http://people.apache.org/repo/m2-incubating-repository
> > > ),
> > >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> > > ),
> > >   codehaus-snapshot (http://snapshots.repository.codehaus.org ),
> > >   tuscany.staging 
> > > (http://people.apache.org/~antelder/tuscany/1.0-RC3/maven
> > > )
> > >
> > > Thanks,
> > > Raymond
> > >
> > > On 9/18/07, ant elder < [EMAIL PROTECTED]> wrote:
> > > >
> > > > Please review and vote on the 1.0 release artifacts of Tuscany SCA
> > > for
> > > > Java.
> > > >
> > > > The SVN tag for the release is:
> > > > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> > >
> > > >
> > > > The artifacts are available for review at:
> > > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > > 
> > > >
> > > > This includes the signed binary and source distributions, the RAT
> > > reports,
> > > > and
> > > > the Maven staging repository.
> > > >
> > > > Many thanks,
> > > >
> > > >...ant
> > > >
> > > > (Note, the artifacts are still uploading so if it looks like
> > > something's
> > > > missing please just wait a bit,
> > > >  You can use the tag to verify things in the meantime)
> > > >
> > >
> > That's strange as when I build from the branch it is able to find it.
> > I.e. I removed it from my local repo and it uploaded it again. Is the
> > tag different in some way?
> >
> > Simon
> >
> >  More detail. remember this is me compiling in  the branch...
>
> [INFO]
> -
> ---
> [INFO] Building Apache Tuscany SCA WSDL Interface Model
> [INFO]task-segment: [install]
> [INFO]
> -
> ---
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1
> .6.2.pom
> [WARNING] Unable to get resource 'wsdl4j:wsdl4j:pom: 1.6.2' from
> repository apach
> e.ws.zone (http://ws.zones.apache.org/repository2)
> Downloading:
> http://people.apache.org/repo/m2-incubating-repository/wsdl4j/wsdl4
> j/1.6.2/wsdl4j-1.6.2.pom
> [WARNING] Unable to get resource 'wsdl4j:wsdl4j:pom:1.6.2' from repository
> apach
> e.incubator ( http://people.apache.org/repo/m2-incubating-repository)
> Downloading:
> http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
> [WARNING] Unable to get resource 'wsdl4j:wsdl4j:pom:1.6.2' from repository
> centr
> al (http://repo1.maven.org/maven2)
> Downloading:
> http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1
> .6.2.jar
> 144K downloaded
> [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
> wsdl4j/wsdl4j
> /1.6.2/wsdl4j-1.6.2.jar - IGNORING
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default enco

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread kelvin goodson
The source distro now has a reference to quote-xquery in the top level
pom,  but the sample code is not included in the distro.


C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src>mvn clean
[INFO] Scanning for projects...
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: unknown

Reason: Could not find the model file
'C:\Release\SCA\1.0\RC3\src\tuscany-sca-1.0-incubating-src\samples\quote-xquery\po
m.xml'. for project unknown


[INFO] 
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Could not find the
model file 'C:\Release\SCA\1.0\RC3\src\tuscany-sca-
1.0-incubating-src\samples\quote-xquery\pom.xml'. for project unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:290)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)

Kelvin.

On 19/09/2007, ant elder <[EMAIL PROTECTED]> wrote:
> Please review and vote on the 1.0 release artifacts of Tuscany SCA for Java.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/1.0-RC3/
>
> This includes the signed binary and source distributions, the RAT reports,
> and
> the Maven staging repository.
>
> Many thanks,
>
>...ant
>
> (Note, the artifacts are still uploading so if it looks like something's
> missing please just wait a bit,
>  You can use the tag to verify things in the meantime)
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
>
>
> On 9/19/07, Raymond Feng <[EMAIL PROTECTED] > wrote:
> >
> > Hi,
> >
> > The top-down build of the tagged version is failing against an empty
> > local
> > maven repo. wsdl4j 1.6.2 cannot be found in any of the maven repos. I
> > already added the staging repo. The artifact is available at
> > ws.zones.apache.org/repository, do we have it on the list?
> >
> > [INFO]
> > 
> >
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Failed to resolve artifact.
> >
> > Missing:
> > --
> > 1) wsdl4j:wsdl4j:jar:1.6.2
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >   mvn install:install-file -DgroupId=wsdl4j -DartifactId=wsdl4j \
> >   -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file
> > Alternatively, if you host your own repository you can deploy the file
> > there:   mvn deploy:deploy-file -DgroupId=wsdl4j -DartifactId=wsdl4j
> > \
> >   -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file \
> >-Durl=[url] -DrepositoryId=[id]
> >
> >   Path to dependency:
> > 1)
> >
> > org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
> > 2) org.apache.tuscany.sca:tuscany-wsdl2java:jar:1.0-incubating
> > 3) wsdl4j:wsdl4j:jar:1.6.2
> >
> > --
> > 1 required artifact is missing.
> >
> > for artifact:
> >
> > org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
> >
> > from the specified remote repositories:
> >   central ( http://repo1.maven.org/maven2),
> >   apache.incubator (http://people.apache.org/repo/m2-incubating-repository
> > ),
> >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> > ),
> >   codehaus-snapshot (http://snapshots.repository.codehaus.org ),
> >   tuscany.staging 
> > (http://people.apache.org/~antelder/tuscany/1.0-RC3/maven
> > )
> >
> > Thanks,
> > Raymond
> >
> > On 9/18/07, ant elder < [EMAIL PROTECTED]> wrote:
> > >
> > > Please review and vote on the 1.0 release artifacts of Tuscany SCA for
> > > Java.
> > >
> > > The SVN tag for the release is:
> > > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
> >
> > >
> > > The artifacts are available for review at:
> > > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> > 
> > >
> > > This includes the signed binary and source distributions, the RAT
> > reports,
> > > and
> > > the Maven staging repository.
> > >
> > > Many thanks,
> > >
> > >...ant
> > >
> > > (Note, the artifacts are still uploading so if it looks like
> > something's
> > > missing please just wait a bit,
> > >  You can use the tag to verify things in the meantime)
> > >
> >
> That's strange as when I build from the branch it is able to find it. I.e.
> I removed it from my local repo and it uploaded it again. Is the tag
> different in some way?
>
> Simon
>
>  More detail. remember this is me compiling in  the branch...

[INFO]
-
---
[INFO] Building Apache Tuscany SCA WSDL Interface Model
[INFO]task-segment: [install]
[INFO]
-
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1
.6.2.pom
[WARNING] Unable to get resource 'wsdl4j:wsdl4j:pom:1.6.2' from repository
apach
e.ws.zone (http://ws.zones.apache.org/repository2)
Downloading:
http://people.apache.org/repo/m2-incubating-repository/wsdl4j/wsdl4
j/1.6.2/wsdl4j-1.6.2.pom
[WARNING] Unable to get resource 'wsdl4j:wsdl4j:pom:1.6.2' from repository
apach
e.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading:
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
[WARNING] Unable to get resource 'wsdl4j:wsdl4j:pom:1.6.2' from repository
centr
al (http://repo1.maven.org/maven2)
Downloading:
http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1
.6.2.jar
144K downloaded
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
wsdl4j/wsdl4j
/1.6.2/wsdl4j-1.6.2.jar - IGNORING
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: C:\simon\tuscany\sca-
java-1.0\modules\interface-wsdl\target
\tuscany-interface-wsdl-1.0-incubating-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Instal

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Simon Laws
On 9/19/07, Raymond Feng <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> The top-down build of the tagged version is failing against an empty local
> maven repo. wsdl4j 1.6.2 cannot be found in any of the maven repos. I
> already added the staging repo. The artifact is available at
> ws.zones.apache.org/repository, do we have it on the list?
>
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) wsdl4j:wsdl4j:jar:1.6.2
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>   mvn install:install-file -DgroupId=wsdl4j -DartifactId=wsdl4j \
>   -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:   mvn deploy:deploy-file -DgroupId=wsdl4j -DartifactId=wsdl4j \
>   -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file \
>-Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
> 1)
> org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
> 2) org.apache.tuscany.sca:tuscany-wsdl2java:jar:1.0-incubating
> 3) wsdl4j:wsdl4j:jar:1.6.2
>
> --
> 1 required artifact is missing.
>
> for artifact:
>
> org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
>
> from the specified remote repositories:
>   central ( http://repo1.maven.org/maven2),
>   apache.incubator (http://people.apache.org/repo/m2-incubating-repository
> ),
>   apache.snapshots ( http://people.apache.org/repo/m2-snapshot-repository
> ),
>   codehaus-snapshot (http://snapshots.repository.codehaus.org),
>   tuscany.staging 
> (http://people.apache.org/~antelder/tuscany/1.0-RC3/maven
> )
>
> Thanks,
> Raymond
>
> On 9/18/07, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > Please review and vote on the 1.0 release artifacts of Tuscany SCA for
> > Java.
> >
> > The SVN tag for the release is:
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
>
> >
> > The artifacts are available for review at:
> > http://people.apache.org/~antelder/tuscany/1.0-RC3/
> >
> > This includes the signed binary and source distributions, the RAT
> reports,
> > and
> > the Maven staging repository.
> >
> > Many thanks,
> >
> >...ant
> >
> > (Note, the artifacts are still uploading so if it looks like something's
> > missing please just wait a bit,
> >  You can use the tag to verify things in the meantime)
> >
>
That's strange as when I build from the branch it is able to find it. I.e. I
removed it from my local repo and it uploaded it again. Is the tag different
in some way?

Simon


Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-18 Thread Raymond Feng
Hi,

I see another build issue here. I'm not sure why the java.net repository in
wsdl2java is not used when another module references it.

Thanks,
Raymond

[INFO] Building Apache Tuscany SCA BPEL Implementation Extension
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean]
[INFO] Deleting directory /tuscany/svn/tags/sca-1.0-RC3
/modules/implementation-bpel/target
[INFO] Deleting directory /tuscany/svn/tags/sca-1.0-RC3
/modules/implementation-bpel/target/classes
[INFO] Deleting directory /tuscany/svn/tags/sca-1.0-RC3
/modules/implementation-bpel/target/test-classes
[INFO] Deleting directory /tuscany/svn/tags/sca-1.0-RC3
/modules/implementation-bpel/target/site
[INFO] [tuscany-sdo:generate {execution: generate-bpel-helloworld}]
[INFO] Generating SDO interfaces from /tuscany/svn/tags/sca-1.0-RC3
/modules/implementation-bpel/src/test/resources/helloworld.wsdl
>>  Generating code
>>  Generating packages
>>  Generating package HelloWorldPackageImpl
>>  Generating Java interface
org.apache.tuscany.implementation.bpel.example.helloworld.HelloWorldFactory
>>  Generating
/TargetProject/org/apache/tuscany/implementation/bpel/example/helloworld/HelloWorldFactory.java
>>  Generating Java class
org.apache.tuscany.implementation.bpel.example.helloworld.impl.HelloWorldFactoryImpl
>>  Generating
/TargetProject/org/apache/tuscany/implementation/bpel/example/helloworld/impl/HelloWorldFactoryImpl.java
>>  Generating hello
>>  Generating Java interface
org.apache.tuscany.implementation.bpel.example.helloworld.hello
>>  Generating
/TargetProject/org/apache/tuscany/implementation/bpel/example/helloworld/hello.java
>>  Generating Java class
org.apache.tuscany.implementation.bpel.example.helloworld.impl.helloImpl
>>  Generating
/TargetProject/org/apache/tuscany/implementation/bpel/example/helloworld/impl/helloImpl.java
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://ws.zones.apache.org/repository/com.sun.xml.bind/poms/jaxb-xjc-2.1.4.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://snapshots.repository.codehaus.org/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://ws.zones.apache.org/repository/com.sun.xml.bind/poms/jaxb-xjc-2.1.4.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.1.4/jaxb-xjc-2.1.4.pom
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://ws.zones.apache.org/repository/wsdl4j/poms/wsdl4j-1.6.2.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://snapshots.repository.codehaus.org/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://ws.zones.apache.org/repository/wsdl4j/poms/wsdl4j-1.6.2.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://ws.zones.apache.org/repository/org.apache.neethi/poms/neethi-2.0.2.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://snapshots.repository.codehaus.org/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://ws.zones.apache.org/repository/org.apache.neethi/poms/neethi-2.0.2.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
Downloading:
http://people.apache.org/~antelder/tuscany/1.0-RC3/maven/org/apache/woden/woden/1.0-incubating-M7b/woden-1.0-incubating-M7b.pom
Downloading:
http://ws.zones.apache.org/repository/org.apache.woden/poms/woden-1.0-incubating-M7b.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/woden/woden/1.0-incubating-M7b/w

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-18 Thread Raymond Feng
Hi,

The top-down build of the tagged version is failing against an empty local
maven repo. wsdl4j 1.6.2 cannot be found in any of the maven repos. I
already added the staging repo. The artifact is available at
ws.zones.apache.org/repository, do we have it on the list?

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) wsdl4j:wsdl4j:jar:1.6.2

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=wsdl4j -DartifactId=wsdl4j \
  -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:   mvn deploy:deploy-file -DgroupId=wsdl4j -DartifactId=wsdl4j \
  -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file \
   -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1)
org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating
2) org.apache.tuscany.sca:tuscany-wsdl2java:jar:1.0-incubating
3) wsdl4j:wsdl4j:jar:1.6.2

--
1 required artifact is missing.

for artifact:
  org.apache.tuscany.sca:tuscany-maven-wsdl2java:maven-plugin:1.0-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus-snapshot (http://snapshots.repository.codehaus.org),
  tuscany.staging (http://people.apache.org/~antelder/tuscany/1.0-RC3/maven)

Thanks,
Raymond

On 9/18/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> Please review and vote on the 1.0 release artifacts of Tuscany SCA for
> Java.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3/
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/1.0-RC3/
>
> This includes the signed binary and source distributions, the RAT reports,
> and
> the Maven staging repository.
>
> Many thanks,
>
>...ant
>
> (Note, the artifacts are still uploading so if it looks like something's
> missing please just wait a bit,
>  You can use the tag to verify things in the meantime)
>