Ignore me - the previous mail assumed you were using a source distro
rather than a binary download.

The problem for the binary download right now is there is no maven 2
repo yet for the 4.0.1 release to go into so the maven build cannot
download its dependency (the activemq-parent). Though a fix is to just
build from the source code as I mentioned in the previous mail - until
we can get an Apache wide m2 repository sorted out.

A workaround is to point your ~/.m2/settings.xml file at this maven 2 repo...

http://people.apache.org/~chirino/incubator-activemq-4.0.1-RC1/maven2/


On 7/17/06, James Strachan <[EMAIL PROTECTED]> wrote:
Try running a build from the root activemq directory first...

cd activemq
mvn clean install -Dmaven.test.skip=true
cd activemq-web-demo
mvn jetty6:run

On 7/17/06, Andre Selton <[EMAIL PROTECTED]> wrote:
> Hi,
>
>   When I try run the web demo using maven I have this
> error message :
>   Any idea of how to fix this ?
>
> C:\java\activemq\example\activemq-web-demo>mvn
> jetty6:run
> [INFO] Scanning for projects...
> Downloading:
> http://repo1.maven.org/maven2/incubator-activemq/activemq-parent/4.
> 0.1/activemq-parent-4.0.1.pom
> [WARNING] Unable to get resource from repository
> central (http://repo1.maven.org
> /maven2)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: incubator-activemq
> ArtifactId: activemq-parent
> Version: 4.0.1
>
> Reason: Unable to download the artifact from any
> repository
>
>   incubator-activemq:activemq-parent:pom:4.0.1
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
>
> --
> Andre Selton
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


--

James
-------
http://radio.weblogs.com/0112098/



--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to