[jboss-dev] jbossmc build

Paul Gier pgier at redhat.com
Fri Apr 20 13:30:42 EDT 2007


I'm not sure why that's happening for you.  I tried a clean svn 
checkout, and cleared out my maven repository and it was ok for me.
Can you try "mvn -U -up install" in case something is out of date?  Do 
you have anything unusual in your settings.xml?

Scott M Stark wrote:
> Paul Gier wrote:
>   
>> You shouldn't have to update anything.  The aop snapshot is now
>> available here:
>> http://snapshots.jboss.org/maven2/jboss/jboss-aop/
>>
>> So maven should be able to find it now.  Are you still getting the same
>> error message?
>>
>>
>>     
>
> Yes,
>
> [starksm at succubus jbossmc]$ svn update
> At revision 62444.
> [starksm at succubus jbossmc]$ 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: 6 seconds
> [INFO] Finished at: Fri Apr 20 09:50:52 PDT 2007
> [INFO] Final Memory: 17M/292M
> [INFO]
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
>   




More information about the jboss-development mailing list