[jboss-dev] jbossmc build
Scott M Stark
sstark at redhat.com
Fri Apr 20 11:44:25 EDT 2007
After checking out the current jbossmc
trunk(https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/)
its failing to compile. What is the snapshot repo being referenced here?
its not compiling
mvn compile
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] JBoss Microcontainer Build
[INFO] JBoss Microcontainer Container
[INFO] JBoss Microcontainer Dependency
[INFO] JBoss Microcontainer Kernel
[INFO] JBoss Microcontainer AOP MC INT
[INFO] JBoss Microcontainer Metatype
[INFO] JBoss Microcontainer Managed
[INFO] JBoss Microcontainer Deployers
[INFO] JBoss Microcontainer Spring Int
[INFO] JBoss Microcontainer OSGI INT
[INFO] JBoss Microcontainer Aggregator
[INFO]
----------------------------------------------------------------------------
[INFO] Building JBoss Microcontainer Build
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO]
----------------------------------------------------------------------------
[INFO] Building JBoss Microcontainer Container
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO]
----------------------------------------------------------------------------
[INFO] Building JBoss Microcontainer Dependency
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO]
----------------------------------------------------------------------------
[INFO] Building JBoss Microcontainer Kernel
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO]
----------------------------------------------------------------------------
[INFO] Building JBoss Microcontainer AOP MC INT
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://snapshots.jboss.org/maven2//jboss/jboss-aop/2.0.0-SNAPSHOT/jboss-aop-2.0.0-SNAPSHOT.pom
[WARNING] Unable to get resource from repository jboss-snapshots
(http://snapshots.jboss.org/maven2/)
Downloading:
http://snapshots.jboss.org/maven2//jboss/jboss-aop/2.0.0-SNAPSHOT/jboss-aop-2.0.0-SNAPSHOT.jar
[WARNING] Unable to get resource from repository jboss-snapshots
(http://snapshots.jboss.org/maven2/)
[INFO]
------------------------------------------------------------------------[ERROR]
BUILD ERROR
[INFO]
------------------------------------------------------------------------[INFO]
Failed to resolve artifact.
Missing:
----------
1) jboss:jboss-aop:jar:2.0.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jboss -DartifactId=jboss-aop \
-Dversion=2.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) jboss:jboss-aop-mc-int:jar:2.0.0-SNAPSHOT
2) jboss:jboss-aop:jar:2.0.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
jboss:jboss-aop-mc-int:jar:2.0.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
jboss-snapshots (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: 4 seconds
[INFO] Finished at: Fri Apr 20 08:36:28 PDT 2007
[INFO] Final Memory: 18M/292M
[INFO]
------------------------------------------------------------------------
More information about the jboss-development
mailing list