You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/10/18 02:46:21 UTC

Build failed in Jenkins: tobago-trunk-deploy » Tobago Taglib Extension #163

See <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/163/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Taglib Extension
[INFO]    task-segment: [clean, animal-sniffer:check, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target>
[INFO] [animal-sniffer:check {execution: default-cli}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:sources:1.5.0-beta-2-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.5.0-beta-2-SNAPSHOT/tobago-core-1.5.0-beta-2-SNAPSHOT-sources.jar to <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-core-sources> with includes org/apache/myfaces/tobago/internal/taglib/declaration/**/*.java,org/apache/myfaces/tobago/internal/taglib/component/**/*.java and excludes 
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/main/java-jsf-1.2> added.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 18 source files to <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/classes>
[INFO] [apt:process {execution: tobago-tlds}]
[INFO] Processing 81 source files to <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/generated-tld>
java.lang.IllegalArgumentException: tag with name selectManyListbox already defined!
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.checkDuplicates(TaglibAnnotationVisitor.java:263)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.appendTag(TaglibAnnotationVisitor.java:179)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.createTaglib(TaglibAnnotationVisitor.java:137)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.process(TaglibAnnotationVisitor.java:87)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationProcessor.process(TaglibAnnotationProcessor.java:57)
	at com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
	at com.sun.tools.apt.comp.Apt.main(Unknown Source)
	at com.sun.tools.apt.main.JavaCompiler.compile(Unknown Source)
	at com.sun.tools.apt.main.Main.compile(Unknown Source)
	at com.sun.tools.apt.main.Main.compile(Unknown Source)
	at com.sun.tools.apt.Main.processing(Unknown Source)
	at com.sun.tools.apt.Main.process(Unknown Source)
	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.mojo.apt.AptUtils.invoke(AptUtils.java:114)
	at org.codehaus.mojo.apt.AbstractAptMojo.executeApt(AbstractAptMojo.java:373)
	at org.codehaus.mojo.apt.AbstractAptMojo.executeImpl(AbstractAptMojo.java:263)
	at org.codehaus.mojo.apt.AbstractAptMojo.execute(AbstractAptMojo.java:240)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:160)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:1059)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:990)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
[WARNING] warning: Annotation types without processors: [java.lang.Override, org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute, org.apache.myfaces.tobago.apt.annotation.ExtensionTag, java.lang.Deprecated]
[WARNING] Note: Starting annotation process
[WARNING] Note: Collecting annotation org.apache.myfaces.tobago.apt.annotation.Taglib
[WARNING] Note: Collecting annotation org.apache.myfaces.tobago.apt.annotation.TagAttribute
[WARNING] Note: Collecting annotation org.apache.myfaces.tobago.apt.annotation.Tag
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] 1 warning
[INFO] [resources:resources {execution: copy-tld}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/generated-tld>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.jar>
[INFO] [javadoc:jar {execution: attach-javadoc}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk-deploy/modules/org.apache.myfaces.tobago$tobago-taglib-extension/builds/2011-10-18_00-39-09/archive/org.apache.myfaces.tobago/tobago-taglib-extension/1.5.0-beta-2-SNAPSHOT/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/tobago-trunk-deploy/modules/org.apache.myfaces.tobago$tobago-taglib-extension/builds/2011-10-18_00-39-09/archive/org.apache.myfaces.tobago/tobago-taglib-extension/1.5.0-beta-2-SNAPSHOT/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.jar
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:sources:1.5.0-beta-2-SNAPSHOT:jar
[INFO] tobago-core-1.5.0-beta-2-SNAPSHOT-sources.jar already unpacked.
[INFO] [source:jar {execution: attach-source}]
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] [assembly:single {execution: source-release-assembly}]
[INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] Preparing taglib:taglibdocjar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/tobago-trunk-deploy/modules/org.apache.myfaces.tobago$tobago-taglib-extension/builds/2011-10-18_00-39-09/archive/org.apache.myfaces.tobago/tobago-taglib-extension/1.5.0-beta-2-SNAPSHOT/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT-sources.jar
[INFO] [taglib:taglibdoc {execution: taglibdoc}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Not a directory: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/generated-tld>
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Tue Oct 18 00:46:20 UTC 2011
[INFO] Final Memory: 116M/396M
[INFO] ------------------------------------------------------------------------


Jenkins build is back to normal : tobago-trunk-deploy » Tobago Taglib Extension #165

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/165/changes>



Build failed in Jenkins: tobago-trunk-deploy » Tobago Taglib Extension #164

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/164/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Taglib Extension
[INFO]    task-segment: [clean, animal-sniffer:check, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [animal-sniffer:check {execution: default-cli}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:sources:1.5.0-beta-2-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.5.0-beta-2-SNAPSHOT/tobago-core-1.5.0-beta-2-SNAPSHOT-sources.jar to <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-core-sources> with includes org/apache/myfaces/tobago/internal/taglib/declaration/**/*.java,org/apache/myfaces/tobago/internal/taglib/component/**/*.java and excludes 
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] [build-helper:add-source {execution: default}]
[INFO] Source directory: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/main/java-jsf-1.2> added.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 18 source files to <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/classes>
[INFO] [apt:process {execution: tobago-tlds}]
[INFO] Processing 81 source files to <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/generated-tld>
java.lang.IllegalArgumentException: tag with name selectManyListbox already defined!
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.checkDuplicates(TaglibAnnotationVisitor.java:263)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.appendTag(TaglibAnnotationVisitor.java:179)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.createTaglib(TaglibAnnotationVisitor.java:137)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationVisitor.process(TaglibAnnotationVisitor.java:87)
	at org.apache.myfaces.tobago.apt.TaglibAnnotationProcessor.process(TaglibAnnotationProcessor.java:57)
	at com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
	at com.sun.tools.apt.comp.Apt.main(Unknown Source)
	at com.sun.tools.apt.main.JavaCompiler.compile(Unknown Source)
	at com.sun.tools.apt.main.Main.compile(Unknown Source)
	at com.sun.tools.apt.main.Main.compile(Unknown Source)
	at com.sun.tools.apt.Main.processing(Unknown Source)
	at com.sun.tools.apt.Main.process(Unknown Source)
	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.mojo.apt.AptUtils.invoke(AptUtils.java:114)
	at org.codehaus.mojo.apt.AbstractAptMojo.executeApt(AbstractAptMojo.java:373)
	at org.codehaus.mojo.apt.AbstractAptMojo.executeImpl(AbstractAptMojo.java:263)
	at org.codehaus.mojo.apt.AbstractAptMojo.execute(AbstractAptMojo.java:240)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:160)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:1059)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:990)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
[WARNING] warning: Annotation types without processors: [java.lang.Override, org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute, org.apache.myfaces.tobago.apt.annotation.ExtensionTag, java.lang.Deprecated]
[WARNING] Note: Starting annotation process
[WARNING] Note: Collecting annotation org.apache.myfaces.tobago.apt.annotation.Taglib
[WARNING] Note: Collecting annotation org.apache.myfaces.tobago.apt.annotation.TagAttribute
[WARNING] Note: Collecting annotation org.apache.myfaces.tobago.apt.annotation.Tag
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] 1 warning
[INFO] [resources:resources {execution: copy-tld}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/generated-tld>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.jar>
[INFO] [javadoc:jar {execution: attach-javadoc}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk-deploy/modules/org.apache.myfaces.tobago$tobago-taglib-extension/builds/2011-10-18_05-49-29/archive/org.apache.myfaces.tobago/tobago-taglib-extension/1.5.0-beta-2-SNAPSHOT/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/tobago-trunk-deploy/modules/org.apache.myfaces.tobago$tobago-taglib-extension/builds/2011-10-18_05-49-29/archive/org.apache.myfaces.tobago/tobago-taglib-extension/1.5.0-beta-2-SNAPSHOT/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT.jar
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [dependency:unpack {execution: unpack-sources}]
[INFO] Configured Artifact: org.apache.myfaces.tobago:tobago-core:sources:1.5.0-beta-2-SNAPSHOT:jar
[INFO] tobago-core-1.5.0-beta-2-SNAPSHOT-sources.jar already unpacked.
[INFO] [source:jar {execution: attach-source}]
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [assembly:single {execution: source-release-assembly}]
[INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] Preparing taglib:taglibdocjar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/tobago-trunk-deploy/modules/org.apache.myfaces.tobago$tobago-taglib-extension/builds/2011-10-18_05-49-29/archive/org.apache.myfaces.tobago/tobago-taglib-extension/1.5.0-beta-2-SNAPSHOT/tobago-taglib-extension-1.5.0-beta-2-SNAPSHOT-sources.jar
[INFO] [taglib:taglibdoc {execution: taglibdoc}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Not a directory: <https://builds.apache.org/job/tobago-trunk-deploy/org.apache.myfaces.tobago$tobago-taglib-extension/ws/target/generated-tld>
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 20 seconds
[INFO] Finished at: Tue Oct 18 05:58:16 UTC 2011
[INFO] Final Memory: 110M/422M
[INFO] ------------------------------------------------------------------------