I don't see this failure.
An expansion of the sdo impl project's pom using mvn help:effective-pom
gives the output in attachment 1 below,  which only includes one instance of
the element "Extension-Name".  Currently in a full tuscany build I see a
build failure after SDO has successfully built, as in attachment 2 below.

Any suggestions?

Attachment 1
=============================================================================================================
[INFO] Scanning for projects...
[INFO] snapshot org.apache.tuscany:parent:2-incubating-SNAPSHOT: checking
for updates from codehaus
[INFO] Searching repository for plugin with prefix: 'help'.
[INFO] org.apache.maven.plugins: checking for updates from apache.incubator
[INFO] org.apache.maven.plugins: checking for updates from codehaus-snapshot
[INFO] org.codehaus.mojo: checking for updates from apache.incubator
[INFO] org.codehaus.mojo: checking for updates from codehaus-snapshot
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for
updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for
updates from codehaus-snapshot
[INFO]
----------------------------------------------------------------------------
[INFO] Building Tuscany SDO Implementation
[INFO]    task-segment: [help:effective-pom] (aggregator-style)
[INFO]
----------------------------------------------------------------------------
[INFO] [help:effective-pom]
[INFO]
************************************************************************************
Effective POM for project '
org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.0-incubating-SNAPSHOT'
************************************************************************************
<?xml version="1.0" encoding="UTF-8"?><project>
 <parent>
   <artifactId>tuscany-sdo</artifactId>
   <groupId>org.apache.tuscany.sdo</groupId>
   <version>1.0-incubating-SNAPSHOT</version>
 </parent>
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.apache.tuscany.sdo</groupId>
 <artifactId>tuscany-sdo-impl</artifactId>
 <name>Tuscany SDO Implementation</name>
 <version>1.0-incubating-SNAPSHOT</version>
 <description>Tuscany implementation of SDO API.</description>
 <url>http://www.apache.org/parent/tuscany-sdo/tuscany-sdo-impl</url>
 <issueManagement>
   <system>jira</system>
   <url>http://issues.apache.org/jira/browse/TUSCANY</url>
 </issueManagement>
 <mailingLists>
   <mailingList>
     <name>Apache Announce List</name>
     <subscribe>[EMAIL PROTECTED]</subscribe>
     <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
     <post>[EMAIL PROTECTED]</post>
     <archive>http://mail-archives.apache.org/mod_mbox/www-announce/
</archive>
   </mailingList>
 </mailingLists>
 <licenses>
   <license>
     <name>The Apache Software License, Version 2.0</name>
     <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     <distribution>repo</distribution>
   </license>
 </licenses>
 <scm>
   <connection>scm:svn:
http://svn.apache.org/repos/asf/incubator/tuscany/java/sdo/tuscany-sdo-impl
</connection>
   <developerConnection>scm:svn:
https://svn.apache.org/repos/asf/incubator/tuscany/java/sdo/tuscany-sdo-impl
</developerConnection>
   <url>
http://svn.apache.org/repos/asf/incubator/tuscany/java/sdo/tuscany-sdo-impl
</url>
 </scm>
 <organization>
   <name>Apache Software Foundation</name>
   <url>http://www.apache.org/</url>
 </organization>
 <build>

<sourceDirectory>C:\Development\JiraDev\fullJava\sdo\impl\src\main\java</sourceDirectory>
   <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>

<testSourceDirectory>C:\Development\JiraDev\fullJava\sdo\impl\src\test\java</testSourceDirectory>

<outputDirectory>C:\Development\JiraDev\fullJava\sdo\impl\target\classes</outputDirectory>

<testOutputDirectory>C:\Development\JiraDev\fullJava\sdo\impl\target\test-classes</testOutputDirectory>
   <defaultGoal>install</defaultGoal>
   <resources>
     <resource>

<directory>C:\Development\JiraDev\fullJava\sdo\impl\src\main\resources</directory>
     </resource>
     <resource>
       <targetPath>META-INF</targetPath>
       <filtering>true</filtering>
       <directory>C:\Development\JiraDev\fullJava\sdo\impl\.</directory>
       <includes>
         <include>LICENSE.txt</include>
         <include>NOTICE.txt</include>
       </includes>
     </resource>
   </resources>
   <testResources>
     <testResource>

<directory>C:\Development\JiraDev\fullJava\sdo\impl\src\test\resources</directory>
     </testResource>
   </testResources>
   <directory>C:\Development\JiraDev\fullJava\sdo\impl\target</directory>
   <finalName>tuscany-sdo-impl-1.0-incubating-SNAPSHOT</finalName>
   <pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <aggregate>true</aggregate>
           <version>2.0</version>
           <source>1.4</source>
         </configuration>
       </plugin>
     </plugins>
   </pluginManagement>
   <plugins>
     <plugin>
       <artifactId>maven-compiler-plugin</artifactId>
       <configuration>
         <source>1.4</source>
         <target>1.4</target>
       </configuration>
     </plugin>
     <plugin>
       <artifactId>maven-surefire-plugin</artifactId>
       <version>2.3</version>
       <configuration>
         <includes>
           <include>**/*TestCase.java</include>
         </includes>
       </configuration>
     </plugin>
     <plugin>
       <artifactId>maven-assembly-plugin</artifactId>
       <version>2.2-SNAPSHOT</version>
       <configuration>
         <descriptors>
           <descriptor>sdo.xml</descriptor>
         </descriptors>
       </configuration>
     </plugin>
     <plugin>
       <artifactId>maven-jar-plugin</artifactId>
       <configuration>
         <archive>
           <manifestEntries>
             <Extension-Name>tuscany-sdo-impl</Extension-Name>
             <Specification-Title>Tuscany SDO
Implementation</Specification-Title>
             <Specification-Vendor>Apache Software
Foundation</Specification-Vendor>
             <Implementation-Title>tuscany-sdo-impl</Implementation-Title>
             <Implementation-Vendor>Apache Software
Foundation</Implementation-Vendor>
             <Implementation-Vendor-Id>org.apache
</Implementation-Vendor-Id>
             <Implementation-Version>1.0-incubating-SNAPSHOT
</Implementation-Version>
             <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
             <Bundle-Name>Tuscany SDO Implementation</Bundle-Name>
             <Bundle-SymbolicName>org.apache.tuscany.sdo.impl
</Bundle-SymbolicName>
             <Bundle-Version>1.0.0</Bundle-Version>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
             <Require-Bundle>org.eclipse.emf.common,org.eclipse.emf.ecore,
org.eclipse.emf.ecore.change,org.eclipse.emf.ecore.xmi,org.eclipse.xsd,
org.apache.tuscany.sdo.spec;visibility:=reexport</Require-Bundle>
             <Export-Package>commonj.sdo.impl,org.apache.tuscany.sdo,
org.apache.tuscany.sdo.helper,org.apache.tuscany.sdo.impl,
org.apache.tuscany.sdo.test,org.apache.tuscany.sdo.util</Export-Package>
           </manifestEntries>
         </archive>
       </configuration>
     </plugin>
     <plugin>
       <artifactId>maven-javadoc-plugin</artifactId>
       <configuration>

<overview>C:\Development\JiraDev\fullJava\sdo\impl/src/main/java/org/apache/tuscany/sdo/overview.html</overview>
         <version>2.0</version>
         <source>1.4</source>
         <aggregate>true</aggregate>
       </configuration>
     </plugin>
     <plugin>
       <artifactId>maven-help-plugin</artifactId>
       <version>2.0.1</version>
     </plugin>
   </plugins>
 </build>
 <repositories>
   <repository>
     <id>codehaus</id>
     <name>Codehaus maven repository</name>
     <url>http://repository.codehaus.org/</url>
   </repository>
   <repository>
     <releases>
       <enabled>false</enabled>
     </releases>
     <snapshots />
     <id>apache.snapshots</id>
     <name>Apache Snapshot Repository</name>
     <url>http://people.apache.org/repo/m2-snapshot-repository</url>
   </repository>
   <repository>
     <releases />
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <id>apache.incubator</id>
     <name>Apache Incubator Repository</name>
     <url>http://people.apache.org/repo/m2-incubating-repository/</url>
   </repository>
   <repository>
     <snapshots />
     <id>indiana</id>
     <url>http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/</url>
   </repository>
   <repository>
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <id>central</id>
     <name>Maven Repository Switchboard</name>
     <url>http://repo1.maven.org/maven2</url>
   </repository>
 </repositories>
 <pluginRepositories>
   <pluginRepository>
     <releases />
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <id>apache.incubator</id>
     <name>Apache Incubator Repository</name>
     <url>http://people.apache.org/repo/m2-incubating-repository</url>
   </pluginRepository>
   <pluginRepository>
     <releases>
       <enabled>false</enabled>
     </releases>
     <snapshots />
     <id>apache.snapshots</id>
     <name>Apache SNAPSHOT Repository</name>
     <url>http://people.apache.org/repo/m2-snapshot-repository</url>
   </pluginRepository>
   <pluginRepository>
     <snapshots />
     <id>codehaus-snapshot</id>
     <name>Codehaus Snapshot Repository</name>
     <url>http://snapshots.repository.codehaus.org</url>
   </pluginRepository>
   <pluginRepository>
     <releases>
       <updatePolicy>never</updatePolicy>
     </releases>
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <id>central</id>
     <name>Maven Plugin Repository</name>
     <url>http://repo1.maven.org/maven2</url>
   </pluginRepository>
 </pluginRepositories>
 <dependencies>
   <dependency>
     <groupId>org.apache.tuscany.sdo</groupId>
     <artifactId>tuscany-sdo-lib</artifactId>
     <version>1.0-incubating-SNAPSHOT</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.eclipse.emf</groupId>
     <artifactId>common</artifactId>
     <version>2.2.3</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.eclipse.emf</groupId>
     <artifactId>ecore</artifactId>
     <version>2.2.3</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.eclipse.emf</groupId>
     <artifactId>ecore-change</artifactId>
     <version>2.2.3</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.eclipse.emf</groupId>
     <artifactId>ecore-xmi</artifactId>
     <version>2.2.3</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.eclipse.xsd</groupId>
     <artifactId>xsd</artifactId>
     <version>2.2.3</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>asm</groupId>
     <artifactId>asm</artifactId>
     <version>2.2</version>
     <scope>provided</scope>
     <optional>true</optional>
   </dependency>
   <dependency>
     <groupId>stax</groupId>
     <artifactId>stax-api</artifactId>
     <version>1.0.1</version>
     <scope>provided</scope>
     <optional>true</optional>
   </dependency>
   <dependency>
     <groupId>junit</groupId>
     <artifactId>junit</artifactId>
     <version>3.8.1</version>
     <scope>test</scope>
   </dependency>
   <dependency>
     <groupId>org.codehaus.woodstox</groupId>
     <artifactId>wstx-asl</artifactId>
     <version>3.2.0</version>
     <scope>test</scope>
   </dependency>
 </dependencies>
 <reporting>
   <outputDirectory>target/site</outputDirectory>
 </reporting>
 <dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>commonj</groupId>
       <artifactId>sdo-api-r2.1</artifactId>
       <version>1.0-incubating-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
 </dependencyManagement>
 <distributionManagement>
   <repository>
     <id>apache.incubator</id>
     <name>Apache Incubator Repository</name>

<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
   </repository>
   <snapshotRepository>
     <id>apache.snapshots</id>
     <name>Apache Snapshot Repository</name>

<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
   </snapshotRepository>
 </distributionManagement>
 <properties>
   <emfVersion>2.2.3</emfVersion>
   <specVersion>2.1</specVersion>
   <notice.dir>.</notice.dir>
   <sdo.version>1.0-incubating-SNAPSHOT</sdo.version>
 </properties>
</project>
************************************************************************************


[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Wed Jun 27 10:51:43 BST 2007
[INFO] Final Memory: 4M/11M
[INFO]
------------------------------------------------------------------------

=============================================================================================================


Attachment 2
=============================================================================================================



Currently from a top level build of the whole of Tuscany,  the SDO build
passes and I see a later failure ...

[INFO]
----------------------------------------------------------------------------

[INFO] Building Apache Tuscany Tomcat HTTP Service
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 4 source files to
C:\Development\JiraDev\fullJava\sca\modules\http-tomcat\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 1 source file to
C:\Development\JiraDev\fullJava\sca\modules\http-tomcat\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
C:\Development\JiraDev\fullJava\sca\modules\http-tomcat\target\surefire-reports


-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.http.tomcat.TomcatServerTestCase
27-Jun-2007 10:22:03 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
27-Jun-2007 10:22:03 org.apache.catalina.startup.ContextConfigdefaultWebConfig
INFO: No default web.xml
27-Jun-2007 10:22:03 org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for /javax/servlet/jsp/resources/jsp_2_0.xsd
27-Jun-2007 10:22:03 org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd
27-Jun-2007 10:22:03 org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
27-Jun-2007 10:22:03 org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd
27-Jun-2007 10:22:03 org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/resources/j2ee_web_services_1_1.xsd
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
27-Jun-2007 10:22:04 org.apache.catalina.startup.ContextConfigdefaultWebConfig
INFO: No default web.xml
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.catalina.core.StandardWrapperValve invoke
INFO: Servlet /foo is currently unavailable
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
27-Jun-2007 10:22:04 org.apache.catalina.startup.ContextConfigdefaultWebConfig
INFO: No default web.xml
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:04 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:05 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
27-Jun-2007 10:22:05 org.apache.catalina.startup.ContextConfigdefaultWebConfig
INFO: No default web.xml
27-Jun-2007 10:22:05 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:05 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:05 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:05 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
27-Jun-2007 10:22:05 org.apache.catalina.startup.ContextConfigdefaultWebConfig
INFO: No default web.xml
27-Jun-2007 10:22:06 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:06 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
27-Jun-2007 10:22:06 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8085
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.135 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar:
C:\Development\JiraDev\fullJava\sca\modules\http-tomcat\target\tuscany-
http-tomcat-1.0-incubating-SNAPSH
OT.jar
[INFO] [install:install]
[INFO] Installing
C:\Development\JiraDev\fullJava\sca\modules\http-tomcat\target\tuscany-
http-tomcat-1.0-incubating-SNAPSHOT.
jar to C:\Documents and
Settings\ibm_user\.m2\repository\org\apache\tuscany\sca\tuscany-http-tomcat\1.0-incubating-SNAPSHOT\t

uscany-http-tomcat-1.0-incubating-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Apache Tuscany Atom+RSS Feed Binding
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'commons-httpclient:commons-httpclient:pom: 3.0.1:compile'
is invalid. It will be ignored for artifact resol
ution. Reason: Not a v4.0.0 POM.
[INFO] [compiler:compile]
Compiling 24 source files to
C:\Development\JiraDev\fullJava\sca\modules\binding-feed\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

C:\Development\JiraDev\fullJava\sca\modules\binding-feed\src\main\java\org\apache\tuscany\sca\binding\feed\provider\ResourceC
ollectionBindingListener.java:[32,39] package
org.apache.commons.codec.binary does not exist

C:\Development\JiraDev\fullJava\sca\modules\binding-feed\src\main\java\org\apache\tuscany\sca\binding\feed\provider\AtomRefer
enceBindingProvider.java:[24,39] package
org.apache.commons.codec.binarydoes not exist

C:\Development\JiraDev\fullJava\sca\modules\binding-feed\src\main\java\org\apache\tuscany\sca\binding\feed\provider\ResourceC
ollectionBindingListener.java:[482,60] cannot find symbol
symbol  : variable Base64
location: class
org.apache.tuscany.sca.binding.feed.provider.ResourceCollectionBindingListener

C:\Development\JiraDev\fullJava\sca\modules\binding-feed\src\main\java\org\apache\tuscany\sca\binding\feed\provider\AtomRefer

enceBindingProvider.java:[56,52] cannot find symbol
symbol  : variable Base64
location: class
org.apache.tuscany.sca.binding.feed.provider.AtomReferenceBindingProvider


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 6 minutes 40 seconds
[INFO] Finished at: Wed Jun 27 10:22:09 BST 2007
[INFO] Final Memory: 32M/57M
[INFO]
------------------------------------------------------------------------

C:\Development\JiraDev\fullJava>
=============================================================================================================




On 27/06/07, kelvin goodson <[EMAIL PROTECTED]> wrote:

Sebastien

   apologies,  I saw this failure and assumed it was to do with the
missing EMF artifacts,  so I was pursuing that.  I thought that restoring
the EMF artifacts was going to clear the issue,  so I was surprised when I
saw a failure again today.  I will fix this now.

Kelvin.

On 25/06/07, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote:
>
> The last SDO nightly build is still broken.
>
> Could an SDO Tuscan please take a look?
>
> Thanks.
>
>
> Jean-Sebastien Delfino wrote:
> > I just checked http://vmbuild.apache.org/continuum/ and the SDO build
> > is broken, it seems to prevent SCA to build as well.
> >
> > [INFO] Building Tuscany SDO Implementation
> > [INFO]    task-segment: [clean, install]
> > [INFO]
> >
> ----------------------------------------------------------------------------
>
> >
> > [INFO] [clean:clean]
> > [INFO] Deleting directory
> /x1/continuum/working-directory/361/impl/target
> > [INFO] Deleting directory
> > /x1/continuum/working-directory/361/impl/target/classes
> > [INFO] Deleting directory
> > /x1/continuum/working-directory/361/impl/target/test-classes
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:compile]
> > Compiling 108 source files to
> > /x1/continuum/working-directory/361/impl/target/classes
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:testCompile]
> > Compiling 59 source files to
> > /x1/continuum/working-directory/361/impl/target/test-classes
> > [INFO] [surefire:test]
> > [INFO] Surefire report directory:
> > /x1/continuum/working-directory/361/impl/target/surefire-reports
> >
> > -------------------------------------------------------
> > T E S T S
> > -------------------------------------------------------
> > Running org.apache.tuscany.sdo.test.NeverStaleChangeSummaryTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31sec
> > Running org.apache.tuscany.sdo.test.XPathTestCase
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475sec
> > Running org.apache.tuscany.sdo.test.DynamicTypesComparisonTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24sec
> > Running org.apache.tuscany.sdo.test.XSDQNameTestCase
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151sec
> > Running org.apache.tuscany.sdo.test.HelperContextTestCase
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021sec
> > Running org.apache.tuscany.sdo.test.SubstitutionValuesTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059sec
> > Running org.apache.tuscany.sdo.test.CrossScopeCopyTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371sec
> > Running org.apache.tuscany.sdo.test.OpenTypeTestCase
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144sec
> > Running org.apache.tuscany.sdo.test.JavaSerializeDeserializeTestCase
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854sec
> > Running org.apache.tuscany.sdo.test.SequenceTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075sec
> > Running org.apache.tuscany.sdo.test.IsManyTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057sec
> > Running org.apache.tuscany.sdo.test.ContainmentCycleTestCase
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663
> > sec
> > Running org.apache.tuscany.sdo.test.TypeRoundTripTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047sec
> > Running org.apache.tuscany.sdo.test.SchemaLocationTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075sec
> > Running org.apache.tuscany.sdo.test.ChangeSummaryTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153sec
> > Running org.apache.tuscany.sdo.test.SimpleEqualityTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044sec
> > Running org.apache.tuscany.sdo.test.ChangeSummaryPropertyTestCase
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956sec
> > Running org.apache.tuscany.sdo.test.FormTestCase
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121sec
> > Running org.apache.tuscany.sdo.test.ChangeSummaryOnDataObjectTestCase
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.645sec
> > Running org.apache.tuscany.sdo.test.SerializeTypesTestCase
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097sec
> > Running org.apache.tuscany.sdo.test.SimpleCopyTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11sec
> > Running org.apache.tuscany.sdo.test.DefineOpenContentPropertyTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028sec
> > Running org.apache.tuscany.sdo.test.DeserializationNoSchemaTestCase
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.592
> > sec
> > Running org.apache.tuscany.sdo.test.SimpleDynamicTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029sec
> > Running org.apache.tuscany.sdo.test.MetadataInstancePropertiesTestCase
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138sec
> > Running
> org.apache.tuscany.sdo.codegen.BytecodeInterfaceGeneratorTestCase
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076
> > sec
> > Running org.apache.tuscany.sdo.test.XMLHelperTestCase
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647sec
> > Running org.apache.tuscany.sdo.test.DefineTypeTestCase
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273sec
> > Running org.apache.tuscany.sdo.test.DataGraphTestCase
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249
> > sec
> > Running org.apache.tuscany.sdo.codegen.JavaInterfaceGeneratorTestCase
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027
> > sec
> > Running org.apache.tuscany.sdo.test.DataTypeBaseTypeTestCase
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028sec
> > Running org.apache.tuscany.sdo.test.DateConversionTestCase
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3sec
> > Running org.apache.tuscany.sdo.test.XMLStreamHelperTestCase
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.34sec
> > Running org.apache.tuscany.sdo.test.XMLDocumentTestCase
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028sec
> > Running org.apache.tuscany.sdo.test.TypeConversionTestCase
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485
> > sec
> > Running org.apache.tuscany.sdo.test.XMLStreamHelperPerformanceTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067sec
> > Running org.apache.tuscany.sdo.test.MixedTypeTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057sec
> > Running org.apache.tuscany.sdo.test.XSDHelperTestCase
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161sec
> >
> > Results :
> >
> > Tests run: 168, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar]
> > [INFO]
> >
> ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> >
> ------------------------------------------------------------------------
> > [INFO] Error assembling JAR
> >
> > Embedded error: The attribute "Extension-Name" may not occur more than
>
> > once in the same section
> > [INFO]
> >
> ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> >
> ------------------------------------------------------------------------
> > [INFO] Total time: 1 minute 45 seconds
> > [INFO] Finished at: Fri Jun 22 18:13:50 PDT 2007
> > [INFO] Final Memory: 10M/26M
> > [INFO]
> >
> ------------------------------------------------------------------------
> >
>
>
> --
> Jean-Sebastien
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to