Sorry, sure (though it is too verbouse, couldn't find any useful info):
BTW: JDK1.6 C:\tmp\java\struts-basic\repo>mvn -e integration-test + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building AppFuse Struts 2 Application [INFO] task-segment: [integration-test] [INFO] ---------------------------------------------------------------------------- [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored f Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not ST _TAG seen ...<licenses>\n\t\t\t<license>... @12:13) [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored f Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not ST _TAG seen ...<licenses>\n\t\t\t<license>... @12:13) [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored f Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not ST _TAG seen ...<licenses>\n\t\t\t<license>... @12:13) [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored f Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not ST _TAG seen ...<licenses>\n\t\t\t<license>... @12:13) Downloading: http://repo1.maven.org/maven2/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133. Downloading: http://static.appfuse.org/repository/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk Downloading: http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom Downloading: http://static.appfuse.org/repository/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom Downloading: http://repo1.maven.org/maven2/wss4j/wss4j/1.5.1/wss4j-1.5.1.pom Downloading: http://static.appfuse.org/repository/wss4j/wss4j/1.5.1/wss4j-1.5.1.pom Downloading: http://repo1.maven.org/maven2/xfire/saaj-impl/1.3/saaj-impl-1.3.pom Downloading: http://static.appfuse.org/repository/xfire/saaj-impl/1.3/saaj-impl-1.3.pom [INFO] [warpath:add-classes] [INFO] [native2ascii:native2ascii] [INFO] [native2ascii:native2ascii] [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored f Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not ST _TAG seen ...<licenses>\n\t\t\t<license>... @12:13) [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored f Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not ST _TAG seen ...<licenses>\n\t\t\t<license>... @12:13) [INFO] [hibernate3:hbm2ddl] [INFO] Configuration XML file loaded: C:\tmp\java\struts-basic\repo\src\main\resources\hiber [INFO] Configuration XML file loaded: C:\tmp\java\struts-basic\repo\src\main\resources\hiber [INFO] Configuration Properties file loaded: C:\tmp\java\struts-basic\repo\target\classes\jd alter table user_role drop foreign key FK143BF46A4FD90D75; alter table user_role drop foreign key FK143BF46AF503D155; drop table if exists Book; drop table if exists app_user; drop table if exists role; drop table if exists user_role; create table Book (id bigint not null auto_increment, author varchar(255), edition varchar(255), issuePlace varchar(255), keywords varchar(255), abstractText varchar(255), language varchar(255 rimary key (id)) type=InnoDB; create table app_user (id bigint not null auto_increment, email varchar(255) not null unique, us ull unique, password_hint varchar(255), first_name varchar(50) not null, last_name varchar(50) n rchar(255), website varchar(255), account_expired bit not null, account_locked bit not null, cre null, city varchar(50) not null, province varchar(100), postal_code varchar(15) not null, addre varchar(100), account_enabled bit, version integer, password varchar(255) not null, primary key create table role (id bigint not null auto_increment, name varchar(20), description varchar(64), InnoDB; create table user_role (user_id bigint not null, role_id bigint not null, primary key (user_id, alter table user_role add index FK143BF46A4FD90D75 (role_id), add constraint FK143BF46A4FD90D75 ferences role (id); alter table user_role add index FK143BF46AF503D155 (user_id), add constraint FK143BF46AF503D155 ferences app_user (id); [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [dbunit:operation] [INFO] [surefire:test] [INFO] Surefire report directory: C:\tmp\java\struts-basic\repo\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.company.repo.AppTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [dbunit:operation] [INFO] [war:war] [INFO] Exploding webapp... [INFO] Assembling webapp repo in C:\tmp\java\struts-basic\repo\target\repo-1.0-SNAPS [INFO] Copy webapp webResources to C:\tmp\java\struts-basic\repo\target\repo-1.0-SNAPSHO [INFO] Overlaying 2 war(s). [INFO] Generating war C:\tmp\java\struts-basic\repo\target\repo-1.0-SNAPSHOT.war [INFO] Building war: C:\tmp\java\struts-basic\repo\target\repo-1.0-SNAPSHOT.war [INFO] [cargo:start] [INFO] [stalledLocalDeployer] Deploying [C:\tmp\java\struts-basic\repo\target\repo-1.0-S java\struts-basic\repo\target/tomcat5x/container/webapps]... [INFO] [talledLocalContainer] Tomcat 5.5.23 starting... [INFO] [talledLocalContainer] Jul 13, 2007 5:49:38 PM org.apache.coyote.http11.Http11BaseProtoco [INFO] [talledLocalContainer] INFO: Initializing Coyote HTTP/1.1 on http-8081 [INFO] [talledLocalContainer] Jul 13, 2007 5:49:38 PM org.apache.catalina.startup.Catalina load [INFO] [talledLocalContainer] INFO: Initialization processed in 1720 ms [INFO] [talledLocalContainer] Jul 13, 2007 5:49:38 PM org.apache.catalina.core.StandardService s [INFO] [talledLocalContainer] INFO: Starting service Catalina [INFO] [talledLocalContainer] Jul 13, 2007 5:49:38 PM org.apache.catalina.core.StandardEngine st [INFO] [talledLocalContainer] INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 [INFO] [talledLocalContainer] Jul 13, 2007 5:49:38 PM org.apache.catalina.core.StandardHost star [INFO] [talledLocalContainer] INFO: XML validation disabled [INFO] [talledLocalContainer] AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObje [INFO] [talledLocalContainer] LogAbandoned: false [INFO] [talledLocalContainer] RemoveAbandoned: true [INFO] [talledLocalContainer] RemoveAbandonedTimeout: 60 [INFO] [talledLocalContainer] [repo] WARN [main] Settings.getLocale(143) | Settings: Could n etting, substituting default VM locale [INFO] [talledLocalContainer] Jul 13, 2007 5:49:55 PM org.apache.catalina.startup.HostConfig dep [INFO] [talledLocalContainer] INFO: Deploying web application archive cargocpc.war [INFO] [talledLocalContainer] Jul 13, 2007 5:49:56 PM org.apache.coyote.http11.Http11BaseProtoco [INFO] [talledLocalContainer] INFO: Starting Coyote HTTP/1.1 on http-8081 [INFO] [talledLocalContainer] Jul 13, 2007 5:49:56 PM org.apache.catalina.startup.Catalina start [INFO] [talledLocalContainer] INFO: Server startup in 17890 ms [INFO] [talledLocalContainer] Tomcat 5.5.23 started on port [8081] [INFO] [antrun:run] [INFO] Executing tasks [taskdef] Could not load definitions from resource webtest_base_relaxed.taskdef. It could not [echo] Testing 'repo-1.0-SNAPSHOT' with locale 'en' Login: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error executing ant tasks Embedded error: Following error occured while executing this line C:\tmp\java\struts-basic\repo\src\test\resources\web-tests.xml:23: Could not create task or Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'webtest'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using <taskdef>. Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Error executing ant tasks at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:308) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:124) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:906) at org.apache.maven.cli.MavenCli.main(MavenCli.java:377) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351) Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Error executing ant tasks at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(Defa a:384) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecy at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:304) ... 11 more Caused by: org.apache.maven.plugin.MojoExecutionException: Error executing ant tasks at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:114) at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:61 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(Defa a:359) ... 14 more Caused by: Following error occured while executing this line C:\tmp\java\struts-basic\repo\src\test\resources\web-tests.xml:23: Could not create task or Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'webtest'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using <taskdef>. Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:537 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:108) ... 17 more Caused by: C:\tmp\java\struts-basic\repo\src\test\resources\web-tests.xml:23: Could not crea webtest. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'webtest'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using <taskdef>. Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. at org.apache.tools.ant.UnknownElement.getNotFoundException(UnknownElement.java:477) at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:385) at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:152) at org.apache.tools.ant.Task.perform(Task.java:363) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.tools.ant.Target.performTasks(Target.java:328) at org.apache.tools.ant.Project.executeTarget(Project.java:1215) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:383) ... 21 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 12 seconds [INFO] Finished at: Fri Jul 13 17:49:59 EEST 2007 [INFO] Final Memory: 16M/31M [INFO] ------------------------------------------------------------------------ [INFO] Error for project: AppFuse Struts 2 Application (during org.apache.maven.plugins:maven-an [INFO] ------------------------------------------------------------------------ [INFO] Error executing ant tasks Embedded error: Following error occured while executing this line C:\tmp\java\struts-basic\repo\src\test\resources\web-tests.xml:23: Could not create task or Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'webtest'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using <taskdef>. Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error executing ant tasks at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(Defa a:384) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecy at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:304) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:124) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:906) at org.apache.maven.cli.MavenCli.main(MavenCli.java:377) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351) Caused by: org.apache.maven.plugin.MojoExecutionException: Error executing ant tasks at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:114) at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:61 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(Defa a:359) ... 14 more Caused by: Following error occured while executing this line C:\tmp\java\struts-basic\repo\src\test\resources\web-tests.xml:23: Could not create task or Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'webtest'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using <taskdef>. Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:537 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:108) ... 17 more Caused by: C:\tmp\java\struts-basic\repo\src\test\resources\web-tests.xml:23: Could not crea webtest. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'webtest'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using <taskdef>. Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. at org.apache.tools.ant.UnknownElement.getNotFoundException(UnknownElement.java:477) at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:385) at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:152) at org.apache.tools.ant.Task.perform(Task.java:363) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.tools.ant.Target.performTasks(Target.java:328) at org.apache.tools.ant.Project.executeTarget(Project.java:1215) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:383) ... 21 more [INFO] ------------------------------------------------------------------------ [INFO] BUILD ERRORS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 12 seconds [INFO] Finished at: Fri Jul 13 17:49:59 EEST 2007 [INFO] Final Memory: 16M/31M [INFO] ------------------------------------------------------------------------ FATAL ERROR: Unable to configure the Maven application Error stacktrace: org.apache.maven.reactor.MavenExecutionException: Some builds failed at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:165) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:906) at org.apache.maven.cli.MavenCli.main(MavenCli.java:377) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
