Hi tuscany fellows,

I'm new to this list.
I have some special interest in the tuscany project and lately started
to fool around with it.

I, at first, installed the binary distribution and got through the
store tutorial which went ok, apart from some IE cache/refresh
problems. Chrome went just fine. Just to mention that... I'm on a
Windows 7 x64 laptop running an x64 JVM, nevertheless, it went
flawlessly.

Next step was trying to build the all the java source tree.
I grabbed everything I needed then launched maven (2.2.1) build tool
(which I'm quite new to...)

I have some errors on the build.

First of all, I have tons of xml document processing errors.
The first ones come when trying to run the testcase for the Apache
Tuscany SCA Namespace Import/Export Model

...
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
C:\work\workspace\tuscany-sca-1.5.1-src\modules\core-spi\target\tuscany-core-spi-1.5.1.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing
C:\work\workspace\tuscany-sca-1.5.1-src\modules\core-spi\target\tuscany-core-spi-1.5.1.jar
to 
C:\Users\fmeyer\.m2\repository\org\apache\tuscany\sca\tuscany-core-spi\1.5.1\tuscany-core-spi-1.5.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Namespace Import/Export Model
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
C:\work\workspace\tuscany-sca-1.5.1-src\modules\contribution-namespace\target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to
C:\work\workspace\tuscany-sca-1.5.1-src\modules\contribution-namespace\target\classes
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to
C:\work\workspace\tuscany-sca-1.5.1-src\modules\contribution-namespace\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
C:\work\workspace\tuscany-sca-1.5.1-src\modules\contribution-namespace\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running 
org.apache.tuscany.sca.contribution.namespace.impl.NamespaceExportProcessorTestCase
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
read
ATTENTION: Attribute {http://ns}ext cannot be processed. ([row,col
{unknown-source}]: [1,39])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
ATTENTION: Attribute {http://ns}ext cannot be processed. ([row,col
{unknown-source}]: [1,39])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
read
ATTENTION: Could not find Default Attribute processor !
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
ATTENTION: DefaultAttributeProcessorNotAvailable
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor
read
ATTENTION: Element {http://ns}foo cannot be processed. ([row,col
{unknown-source}]: [1,151])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor
ATTENTION: Element {http://ns}foo cannot be processed. ([row,col
{unknown-source}]: [1,151])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.namespace.impl.NamespaceExportProcessor
GRAVE: Attribute 'namespace' is missing
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
Running 
org.apache.tuscany.sca.contribution.namespace.impl.NamespaceImportProcessorTestCase
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
read
ATTENTION: Attribute {http://ns}ext cannot be processed. ([row,col
{unknown-source}]: [1,39])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
ATTENTION: Attribute {http://ns}ext cannot be processed. ([row,col
{unknown-source}]: [1,39])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
read
ATTENTION: Could not find Default Attribute processor !
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXAttributeProcessor
ATTENTION: DefaultAttributeProcessorNotAvailable
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor
read
ATTENTION: Element {http://ns}foo cannot be processed. ([row,col
{unknown-source}]: [1,187])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor
ATTENTION: Element {http://ns}foo cannot be processed. ([row,col
{unknown-source}]: [1,187])
30 janv. 2010 19:24:23
org.apache.tuscany.sca.contribution.namespace.impl.NamespaceImportProcessor
GRAVE: Attribute 'namespace' is missing
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
...

Any clue to get passed those error messages?
Thanks

Frederic

PS: note that I added the necessary property in the root pom file to
get rid of the maven warning about the platform-dependent codepage
(cp1252) and set it to UTF-8.

Reply via email to