[jira] (MCOMPILER-169) Jboss AS6.1 build with OpenJdk1.7 failure

2012-05-02 Thread D T (JIRA)
D T created MCOMPILER-169:
-

 Summary: Jboss AS6.1 build with OpenJdk1.7 failure
 Key: MCOMPILER-169
 URL: https://jira.codehaus.org/browse/MCOMPILER-169
 Project: Maven 2.x Compiler Plugin
  Issue Type: Bug
Affects Versions: 2.3.2
 Environment: Ubuntu + Jboss AS6.1.0
Reporter: D T
 Attachments: log.txt

/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/metadata/test/AbstractMetaDataTest.java:[88,38]
 error: name clash: getDelegate(Class?) in AbstractMetaDataTest and 
getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/integration/test/AbstractJMXAnnotationTest.java:[65,38]
 error: name clash: getDelegate(Class?) in AbstractJMXAnnotationTest and 
getDelegate(Class) in AbstractIntegrationTest have the same erasure, yet 
neither hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/parse/test/ErrorInParseOldUnitTestCase.java:[47,38]
 error: name clash: getDelegate(Class?) in ErrorInParseOldUnitTestCase and 
getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/value/text/test/TextValueOldUnitTestCase.java:[48,38]
 error: name clash: getDelegate(Class?) in TextValueOldUnitTestCase and 
getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/DependsListAttributeNewUnitTestCase.java:[46,38]
 error: name clash: getDelegate(Class?) in 
DependsListAttributeNewUnitTestCase and getDelegate(Class) in 
AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/AttributeOldUnitTestCase.java:[48,38]
 error: name clash: getDelegate(Class?) in AttributeOldUnitTestCase and 
getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/basic/test/DoubleInstallOldUnitTestCase.java:[48,38]
 error: name clash: getDelegate(Class?) in DoubleInstallOldUnitTestCase and 
getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
hides the other
[ERROR] 
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/DependsListAttributeOldUnitTestCase.java:[50,38]
 error: name clash: getDelegate(Class?) in 
DependsListAttributeOldUnitTestCase and getDelegate(Class) in 
AbstractSystemTest have the same erasure, yet neither hides the other

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-169) Jboss AS6.1 build with OpenJdk1.7 failure

2012-05-02 Thread Joerg Schaible (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=297699#comment-297699
 ] 

Joerg Schaible commented on MCOMPILER-169:
--

Why do you think that the plugin solves someone else's coding errors? Simply 
call mvn with -X option and have a look at the executed command line. If you 
call this line manually, you will get the same errors - no Maven involved.

 Jboss AS6.1 build with OpenJdk1.7 failure
 -

 Key: MCOMPILER-169
 URL: https://jira.codehaus.org/browse/MCOMPILER-169
 Project: Maven 2.x Compiler Plugin
  Issue Type: Bug
Affects Versions: 2.3.2
 Environment: Ubuntu + Jboss AS6.1.0
Reporter: D T
 Attachments: log.txt


 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/metadata/test/AbstractMetaDataTest.java:[88,38]
  error: name clash: getDelegate(Class?) in AbstractMetaDataTest and 
 getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
 hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/integration/test/AbstractJMXAnnotationTest.java:[65,38]
  error: name clash: getDelegate(Class?) in AbstractJMXAnnotationTest and 
 getDelegate(Class) in AbstractIntegrationTest have the same erasure, yet 
 neither hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/parse/test/ErrorInParseOldUnitTestCase.java:[47,38]
  error: name clash: getDelegate(Class?) in ErrorInParseOldUnitTestCase and 
 getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
 hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/value/text/test/TextValueOldUnitTestCase.java:[48,38]
  error: name clash: getDelegate(Class?) in TextValueOldUnitTestCase and 
 getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
 hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/DependsListAttributeNewUnitTestCase.java:[46,38]
  error: name clash: getDelegate(Class?) in 
 DependsListAttributeNewUnitTestCase and getDelegate(Class) in 
 AbstractSystemTest have the same erasure, yet neither hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/AttributeOldUnitTestCase.java:[48,38]
  error: name clash: getDelegate(Class?) in AttributeOldUnitTestCase and 
 getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
 hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/basic/test/DoubleInstallOldUnitTestCase.java:[48,38]
  error: name clash: getDelegate(Class?) in DoubleInstallOldUnitTestCase and 
 getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither 
 hides the other
 [ERROR] 
 /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/DependsListAttributeOldUnitTestCase.java:[50,38]
  error: name clash: getDelegate(Class?) in 
 DependsListAttributeOldUnitTestCase and getDelegate(Class) in 
 AbstractSystemTest have the same erasure, yet neither hides the other

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira