[JIRA] (JENKINS-10333) Maven jobs don't report all details of failures

2012-11-21 Thread sebastien.a...@gmail.com (JIRA)














































Sebastien Arod
 commented on  JENKINS-10333


Maven jobs dont report all details of failures















Same issue with jenkins 1.466.1, and maven 3.0.4

The only way I found to get the error message in jenkins log is to use "-e -X" maven parameters but it produces a VERY VERY verbose log.
The erro can then be found after "DEBUG Original compiler output:"



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-10333) Maven jobs don't report all details of failures

2012-07-18 Thread frido...@gmail.com (JIRA)














































Federico  Paolantoni
 commented on  JENKINS-10333


Maven jobs dont report all details of failures















Same issue with jenkins 1.447.2, maven 3.0.2 and plugin version 2.0.2. There is some relation between the plugin and jenkins. Because in other environment, running build from cli, the console output shows the correct error log. 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-10333) Maven jobs don't report all details of failures

2012-04-02 Thread andreasf...@hotmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-10333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161093#comment-161093
 ] 

Andreas Sandberg commented on JENKINS-10333:


I had the same problem solved by using a newer version (2.3.2 instead of 2.0.2) 
of the maven compile plugin (specified in the pom or in your parent pom).

This also seems to be an duplicate of Jira Issue: 12858.

https://issues.jenkins-ci.org/browse/JENKINS-12858

 Maven jobs don't report all details of failures
 ---

 Key: JENKINS-10333
 URL: https://issues.jenkins-ci.org/browse/JENKINS-10333
 Project: Jenkins
  Issue Type: Bug
  Components: maven2
 Environment: Jenkins 1.420 but I'm almost sure to have see it before
Reporter: Arnaud Héritier
Priority: Critical

 I have a maven build which is failing because of compilation error.
 My local Maven (3.0.3) build returns this :
 {code}
 [INFO] 
 
 [INFO] Building eXo Social Portlet Web App 1.2.1-SNAPSHOT
 [INFO] 
 
 Downloading: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/maven-metadata.xml
 Downloading: 
 http://repository.exoplatform.org/private/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/maven-metadata.xml
 Downloaded: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/maven-metadata.xml
  (2 KB at 0.0 KB/sec)
 Downloading: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.pom
 Downloaded: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.pom
  (3 KB at 4.2 KB/sec)
 Downloading: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.jar
 Downloaded: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.jar
  (35 KB at 52.6 KB/sec)
 [INFO] 
 [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ 
 exo.social.webapp.portlet ---
 [INFO] 
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-plugin-versions) 
 @ exo.social.webapp.portlet ---
 [WARNING] This rule is not compatible with the current version of Maven. The 
 rule is not able to perform any checks.
 [INFO] 
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ 
 exo.social.webapp.portlet ---
 [INFO] 
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ 
 exo.social.webapp.portlet ---
 [INFO] 
 [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ 
 exo.social.webapp.portlet ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] 
 [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ 
 exo.social.webapp.portlet ---
 [INFO] Compiling 28 source files to 
 /Users/arnaud/Code/eXo/social-1.2.x.svn/webapp/portlet/target/classes
 [INFO] 
 
 [INFO] Reactor Summary:
 [INFO] 
 ..
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Total time: 3:58.991s
 [INFO] Finished at: Thu Jul 14 14:30:36 CEST 2011
 [INFO] Final Memory: 25M/125M
 [INFO] 
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile 
 (default-compile) on project exo.social.webapp.portlet: Compilation failure: 
 Compilation failure:
 [ERROR] 
 /Users/arnaud/Code/eXo/social-1.2.x.svn/webapp/portlet/src/main/java/org/exoplatform/social/portlet/UIHomeSpacePortlet.java:[64,36]
  [deprecation] 
 hasEditPermission(org.exoplatform.social.core.space.model.Space,java.lang.String)
  in org.exoplatform.social.core.space.spi.SpaceService has been deprecated
 [ERROR] 
 [ERROR] 
 /Users/arnaud/Code/eXo/social-1.2.x.svn/webapp/portlet/src/main/java/org/exoplatform/social/portlet/UISocialLogoPortlet.java:[104,13]
  [deprecation] getOrCreateIdentity(java.lang.String,java.lang.String) in 
 org.exoplatform.social.core.manager.IdentityManager has been deprecated
 [ERROR] 
 [ERROR] 
 

[JIRA] (JENKINS-10333) Maven jobs don't report all details of failures

2012-02-09 Thread tdr...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-10333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=158815#comment-158815
 ] 

Tim Drury commented on JENKINS-10333:
-

I get the same error on Jenkins 1.450 compiling a maven 3.0.4 project.  This 
_just_ started happening on our Jenkins system and it correlates to our move 
from maven 2.2.1 to maven 3.0.4, but I could swear we got good compilation 
error messages even with 3.0.4.  The compiler plugin is 2.0.2.

 Maven jobs don't report all details of failures
 ---

 Key: JENKINS-10333
 URL: https://issues.jenkins-ci.org/browse/JENKINS-10333
 Project: Jenkins
  Issue Type: Bug
  Components: maven2
 Environment: Jenkins 1.420 but I'm almost sure to have see it before
Reporter: Arnaud Héritier
Priority: Critical

 I have a maven build which is failing because of compilation error.
 My local Maven (3.0.3) build returns this :
 {code}
 [INFO] 
 
 [INFO] Building eXo Social Portlet Web App 1.2.1-SNAPSHOT
 [INFO] 
 
 Downloading: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/maven-metadata.xml
 Downloading: 
 http://repository.exoplatform.org/private/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/maven-metadata.xml
 Downloaded: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/maven-metadata.xml
  (2 KB at 0.0 KB/sec)
 Downloading: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.pom
 Downloaded: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.pom
  (3 KB at 4.2 KB/sec)
 Downloading: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.jar
 Downloaded: 
 http://repository.exoplatform.org/public/org/exoplatform/portal/exo.portal.webui.dashboard/3.2.0-PLF-SNAPSHOT/exo.portal.webui.dashboard-3.2.0-PLF-20110714.101638-143.jar
  (35 KB at 52.6 KB/sec)
 [INFO] 
 [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ 
 exo.social.webapp.portlet ---
 [INFO] 
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-plugin-versions) 
 @ exo.social.webapp.portlet ---
 [WARNING] This rule is not compatible with the current version of Maven. The 
 rule is not able to perform any checks.
 [INFO] 
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ 
 exo.social.webapp.portlet ---
 [INFO] 
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ 
 exo.social.webapp.portlet ---
 [INFO] 
 [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ 
 exo.social.webapp.portlet ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] 
 [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ 
 exo.social.webapp.portlet ---
 [INFO] Compiling 28 source files to 
 /Users/arnaud/Code/eXo/social-1.2.x.svn/webapp/portlet/target/classes
 [INFO] 
 
 [INFO] Reactor Summary:
 [INFO] 
 ..
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Total time: 3:58.991s
 [INFO] Finished at: Thu Jul 14 14:30:36 CEST 2011
 [INFO] Final Memory: 25M/125M
 [INFO] 
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile 
 (default-compile) on project exo.social.webapp.portlet: Compilation failure: 
 Compilation failure:
 [ERROR] 
 /Users/arnaud/Code/eXo/social-1.2.x.svn/webapp/portlet/src/main/java/org/exoplatform/social/portlet/UIHomeSpacePortlet.java:[64,36]
  [deprecation] 
 hasEditPermission(org.exoplatform.social.core.space.model.Space,java.lang.String)
  in org.exoplatform.social.core.space.spi.SpaceService has been deprecated
 [ERROR] 
 [ERROR] 
 /Users/arnaud/Code/eXo/social-1.2.x.svn/webapp/portlet/src/main/java/org/exoplatform/social/portlet/UISocialLogoPortlet.java:[104,13]
  [deprecation] getOrCreateIdentity(java.lang.String,java.lang.String) in 
 org.exoplatform.social.core.manager.IdentityManager has been deprecated
 [ERROR] 
 [ERROR]