[jboss-jira] [JBoss JIRA] Commented: (JBAS-8440) AS 7 failes to compile on a clean machine
Joshua Wulf (JIRA)
jira-events at lists.jboss.org
Mon Sep 20 22:31:28 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12551945#action_12551945 ]
Joshua Wulf commented on JBAS-8440:
-----------------------------------
I pulled the latest from master, where Brian merged the patch. Now I get this:
./build.sh clean install
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:testCompile (default-testCompile) on project jboss-as-domain: Compilation failure: Compilation failure:
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/DeploymentUnitElementTestBase.java:[70,76] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#839 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.DeploymentUnitElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/DeploymentUnitElementTestBase.java:[82,76] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#340 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.DeploymentUnitElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/DeploymentUnitElementTestBase.java:[170,76] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#677 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.DeploymentUnitElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ProfileIncludeElementTestBase.java:[64,76] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#276 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ProfileIncludeElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ProfileIncludeElementTestBase.java:[122,76] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#266 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ProfileIncludeElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ProfileElementTestBase.java:[94,62] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#70 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ProfileElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ProfileElementTestBase.java:[119,62] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#410 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ProfileElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ProfileElementTestBase.java:[234,62] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#81 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ProfileElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/PropertiesElementTestBase.java:[90,68] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#474 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.PropertiesElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/PropertiesElementTestBase.java:[109,68] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#254 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.PropertiesElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/PropertiesElementTestBase.java:[208,68] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#187 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.PropertiesElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/PropertiesElementTestBase.java:[225,50] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#952 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.PropertiesElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ServerGroupDeploymentElementTestBase.java:[70,90] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#928 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ServerGroupDeploymentElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ServerGroupDeploymentElementTestBase.java:[81,90] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#874 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ServerGroupDeploymentElement
/home/jwulf/Work/AS7/jboss-as/domain/src/test/java/org/jboss/as/model/base/ServerGroupDeploymentElementTestBase.java:[168,90] inconvertible types
found : org.jboss.as.model.AbstractModelElement<capture#669 of ? extends org.jboss.as.model.AbstractModelElement<?>>
required: org.jboss.as.model.ServerGroupDeploymentElement
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jboss-as-domain
> AS 7 failes to compile on a clean machine
> -----------------------------------------
>
> Key: JBAS-8440
> URL: https://jira.jboss.org/browse/JBAS-8440
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Priority: Blocker
> Fix For: 7.0.0.M1
>
>
> carlo at dwarf:~/work/jboss-as$ ./build.sh clean install
> /home/carlo/work/jboss-as/tools/maven/bin/mvn -s tools/maven/conf/settings.xml clean install
> [INFO] Scanning for projects...
> [ERROR] The build could not read 2 projects -> [Help 1]
> [ERROR] The project org.jboss.as:jboss-as-testsuite-protocol-base:7.0.0.Beta1-SNAPSHOT (/home/carlo/work/jboss-as/testsuite/protocol/base/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM org.jboss.as:jboss-as-parent:7.0.0.Beta1-SNAPSHOT for org.jboss.as:jboss-as-testsuite-protocol-base:7.0.0.Beta1-SNAPSHOT: Failed to resolve POM for org.jboss.as:jboss-as-parent:7.0.0.Beta1-SNAPSHOT due to Missing:
> ----------
> 1) org.jboss.as:jboss-as-parent:pom:7.0.0.Beta1-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
> org.jboss.as:jboss-as-parent:pom:7.0.0.Beta1-SNAPSHOT
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
> -> [Help 2]
> [ERROR] The project org.jboss.as:jboss-as-testsuite-protocol-test:7.0.0.Beta1-SNAPSHOT (/home/carlo/work/jboss-as/testsuite/protocol/test/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM org.jboss.as:jboss-as-testsuite:7.0.0.Beta1-SNAPSHOT for org.jboss.as:jboss-as-testsuite-protocol-test:7.0.0.Beta1-SNAPSHOT: Failed to resolve POM for org.jboss.as:jboss-as-testsuite:7.0.0.Beta1-SNAPSHOT due to Missing:
> ----------
> 1) org.jboss.as:jboss-as-testsuite:pom:7.0.0.Beta1-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
> org.jboss.as:jboss-as-testsuite:pom:7.0.0.Beta1-SNAPSHOT
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
> -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list