Jack D. Unrue (JIRA) wrote:
[ http://issues.apache.org/jira/browse/TUSCANY-1?page=all ]
Jack D. Unrue updated TUSCANY-1:
--------------------------------
Attachment: acceptance_poms.zip
Initial pom.xml files and a patched build.xml to build the existing acceptance
tests under M2. The bigbank acceptance test currently fails with an exception,
so be advised that an additional fix is needed perhaps in the samples build or
in one of the tuscany modules.
port build process to Maven2
----------------------------
Key: TUSCANY-1
URL: http://issues.apache.org/jira/browse/TUSCANY-1
Project: Tuscany
Type: Improvement
Components: Build System
Environment: Java
Reporter: Jack D. Unrue
Assignee: Jeremy Boynes
Attachments: acceptance_poms.zip, tuscany_m2_poms.zip
Port the existing Tuscany/Java build process from Maven1.x to Maven2.x. Leave
the existing maven files in place until the new build is working and there is
consensus to remove the old build.
I added this comment to the JIRA issue but for some reason JIRA didn't
generate an email.
Jack,
I downloaded your patch, unzipped it over the tree under contrib and
tried building the acceptance test suite. The build is failing even
before trying to run the bigbank scenario, it's looking for the
build.xml file under acceptance and not finding it. The only build.xml
file is under acceptance.
I'm now digging in the pom.xml and build.xml file, but can you think of
anything obvious? did you run into this problem?
Here's the exception I'm getting from mvn -e test.
Caused by: java.io.FileNotFoundException:
/home/delfinoj/Tuscany/apache-repos/contrib/java/trunk/acceptance/bigbank/build.xml
(No such file or directory)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:243)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:334)
... 23 more
Caused by: java.io.FileNotFoundException:
/home/delfinoj/Tuscany/apache-repos/contrib/java/trunk/acceptance/bigbank/build.xml
(No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:198)
... 26 more
--
Jean-Sebastien