Ok, I started seeing the problem after I cleaned my local maven repository.
Basically samples\das\companyweb\pom.xml should have parent the following
parent artifactId:

     <artifactId>tuscany-samples-das<artifactId>

Kevin commited this fix and it's available at revision 452265.


Thanks
Luciano

On 10/2/06, Luciano Resende <[EMAIL PROTECTED]> wrote:

Hi Jeremy

   I'm at revision 452248, I can do a mvn clean and then mvn at
samples/das or samples/das/companyweb and can also perform the htmlUnit in
tomcat from samples/das/testing/tomcat.

   Am I doing something different from what you are doing ? I was having
the build issues before these changes, but all looks ok now...

- Luciano

On 10/2/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
>
> This changes the artifactId for the samples/das pom.xml and as a
> result samples/das/companyweb no longer builds.
>
> What should this parent artifact be - parent or tuscany-samples-das?
> --
> Jeremy
>
> On Oct 2, 2006, at 9:45 AM, [EMAIL PROTECTED] wrote:
>
> > Author: bdaniel
> > Date: Mon Oct  2 09:45:38 2006
> > New Revision: 452116
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=452116
> > Log:
> > TUSCANY-771 Luciano's patch to update version numbers in DAS sample
> >
> > Modified:
> >     incubator/tuscany/java/samples/das/pom.xml
> >     incubator/tuscany/java/samples/das/testing/tomcat/companyweb/
> > pom.xml
> >     incubator/tuscany/java/samples/das/testing/tomcat/pom.xml
> >
> > Modified: incubator/tuscany/java/samples/das/pom.xml
> > URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/
> > das/pom.xml?view=diff&rev=452116&r1=452115&r2=452116
> > ======================================================================
> > ========
> > --- incubator/tuscany/java/samples/das/pom.xml (original)
> > +++ incubator/tuscany/java/samples/das/pom.xml Mon Oct  2 09:45:38
> > 2006
> > @@ -24,10 +24,12 @@
> >          <artifactId>parent</artifactId>
> >          <version>1.0-incubator-M2-SNAPSHOT</version>
> >      </parent>
> > +
> >      <groupId> org.apache.tuscany.samples.das</groupId>
> > -    <artifactId>parent</artifactId>
> > +    <artifactId>tuscany-samples-das</artifactId>
> >      <packaging>pom</packaging>
> >      <name>Tuscany DAS Samples</name>
> > +    <version>1.0-incubator-M2-SNAPSHOT</version>
> >
> >      <!-- definition of repositories where the parent pom can be
> > found -->
> >      <repositories>
> >
> > Modified: incubator/tuscany/java/samples/das/testing/tomcat/
> > companyweb/pom.xml
> > URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/
> > das/testing/tomcat/companyweb/pom.xml?
> > view=diff&rev=452116&r1=452115&r2=452116
> > ======================================================================
>
> > ========
> > --- incubator/tuscany/java/samples/das/testing/tomcat/companyweb/
> > pom.xml (original)
> > +++ incubator/tuscany/java/samples/das/testing/tomcat/companyweb/
> > pom.xml Mon Oct  2 09:45:38 2006
> > @@ -18,14 +18,15 @@
> >      <parent>
> >          <groupId>org.apache.tuscany.samples.das</groupId>
> >          <artifactId>tuscany-samples-das-testing-tomcat</artifactId>
> > -        <version>1.0-SNAPSHOT</version>
> > +        <version>1.0-incubator-M2-SNAPSHOT</version>
> >      </parent>
> > +
> >      <modelVersion>4.0.0</modelVersion>
> >      <artifactId>tuscany-samples-das-testing-tomcatcompanyweb</
> > artifactId>
> >      <packaging>jar</packaging>
> >      <name>Tuscany Testing DAS Sample - Companyweb</name>
> >      <description>Testing Tomcat DAS end user test</description>
> > -    <version>1.0-SNAPSHOT</version>
> > +    <version>1.0-incubator-M2-SNAPSHOT</version>
> >
> >
> >      <dependencies>
> >
> > Modified: incubator/tuscany/java/samples/das/testing/tomcat/pom.xml
> > URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/
> > das/testing/tomcat/pom.xml?view=diff&rev=452116&r1=452115&r2=452116
> > ======================================================================
> > ========
> > --- incubator/tuscany/java/samples/das/testing/tomcat/pom.xml
> > (original)
> > +++ incubator/tuscany/java/samples/das/testing/tomcat/pom.xml Mon
> > Oct  2 09:45:38 2006
> > @@ -18,13 +18,15 @@
> >      <parent>
> >          <groupId>org.apache.tuscany.samples.das </groupId>
> >          <artifactId>tuscany-samples-das</artifactId>
> > -        <version>1.0-SNAPSHOT</version>
> > +        <version>1.0-incubator-M2-SNAPSHOT</version>
> >      </parent>
> > +
> > +
> >      <modelVersion>4.0.0</modelVersion>
> >      <artifactId>tuscany-samples-das-testing-tomcat</artifactId>
> >      <packaging>pom</packaging>
> >      <name>Tuscany Testing in Tomcat</name>
> > -    <version>1.0-SNAPSHOT</version>
> > +    <version>1.0-incubator-M2-SNAPSHOT</version>
> >
> >
> >      <modules>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to