[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Cannot do a release of MC
alesj
do-not-reply at jboss.com
Fri May 2 07:37:40 EDT 2008
I did try going back to jboss-parent 3, but then I get this error:
| [INFO] Building JBoss Microcontainer AOP MC INT
| [INFO] task-segment: [clean, verify]
| [INFO] ------------------------------------------------------------------------
| [INFO] [clean:clean]
| [INFO] [resources:resources]
| [INFO] Using default encoding to copy filtered resources.
| [INFO] [compiler:compile]
| [INFO] Compiling 99 source files to C:\projects\microcontainer\kernel\aop-mc-int\target\classes
| [WARNING] C:\projects\microcontainer\kernel\aop-mc-int\src\main\org\jboss\aop\microcontainer\integration\AOPDependencyBuilder.java:[89,42] [deprecation] getType() in org.jboss.reflect.spi.TypeInfo has been deprecated
|
| [WARNING] C:\projects\microcontainer\kernel\aop-mc-int\src\main\org\jboss\aop\microcontainer\integration\AOPConstructorJoinpoint.java:[85,56] [deprecation] getType() in org.jboss.reflect.spi.TypeInfo has been deprecated
|
| [WARNING] C:\projects\microcontainer\kernel\aop-mc-int\src\main\org\jboss\aop\microcontainer\lazy\JBossAOPLazyInitializer.java:[58,56] [deprecation] getType() in org.jboss.reflect.spi.TypeInfo has been deprecated
|
| [INFO] [resources:testResources]
| [INFO] Using default encoding to copy filtered resources.
| Downloading: http://snapshots.jboss.org/maven2/org/jboss/microcontainer/jboss-kernel/2.0.0.Beta14/jboss-kernel-2.0.0.Beta14-tests.jar
| Downloading: http://repository.jboss.org/maven2/org/jboss/microcontainer/jboss-kernel/2.0.0.Beta14/jboss-kernel-2.0.0.Beta14-tests.jar
| Downloading: http://repository.jboss.org/maven2/org/jboss/microcontainer/jboss-kernel/2.0.0.Beta14/jboss-kernel-2.0.0.Beta14-tests.jar
| Downloading: http://repo1.maven.org/maven2/org/jboss/microcontainer/jboss-kernel/2.0.0.Beta14/jboss-kernel-2.0.0.Beta14-tests.jar
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD ERROR
| [INFO] ------------------------------------------------------------------------
| [INFO] Failed to resolve artifact.
|
| Missing:
| ----------
| 1) org.jboss.microcontainer:jboss-kernel:test-jar:tests:2.0.0.Beta14
|
| Try downloading the file manually from the project website.
|
| Then, install it using the command:
| mvn install:install-file -DgroupId=org.jboss.microcontainer -DartifactId=jboss-kernel -Dversion=2.0.0.Beta14 -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
|
| Alternatively, if you host your own repository you can deploy the file there:
| mvn deploy:deploy-file -DgroupId=org.jboss.microcontainer -DartifactId=jboss-kernel -Dversion=2.0.0.Beta14 -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
|
| Path to dependency:
| 1) org.jboss.microcontainer:jboss-aop-mc-int:jar:2.0.0.Beta14
| 2) org.jboss.microcontainer:jboss-kernel:test-jar:tests:2.0.0.Beta14
|
| ----------
| 1 required artifact is missing.
|
| for artifact:
| org.jboss.microcontainer:jboss-aop-mc-int:jar:2.0.0.Beta14
|
| from the specified remote repositories:
| central (http://repo1.maven.org/maven2),
| jboss-snapshots (http://snapshots.jboss.org/maven2),
| repository.jboss.org (http://repository.jboss.org/maven2),
| snapshots.jboss.org (http://snapshots.jboss.org/maven2),
| jboss (http://repository.jboss.org/maven2)
|
|
| [INFO] ------------------------------------------------------------------------
| [INFO] For more information, run Maven with the -e switch
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 57 seconds
| [INFO] Finished at: Fri May 02 13:22:19 CEST 2008
| [INFO] Final Memory: 16M/56M
| [INFO] ------------------------------------------------------------------------
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD ERROR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148311#4148311
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148311
More information about the jboss-dev-forums
mailing list