Bruce, are you sure ?
I think these jars are all available from the public repo:
   http://repo1.maven.org/maven2/janino/janino/2.3.2/
   
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-servlet_2.4_spec/1.1/
   http://repo1.maven.org/maven2/javax/activation/activation/1.1/
   ...

I will try from a clean repo and see what it gives for me.

On 9/21/07, Bruce Snyder <[EMAIL PROTECTED]> wrote:
> On 9/20/07, Freeman Fang <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > I have uploaded a version of ServiceMix 3.1.2 for you to review. See
> > http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.1.2
> > for all the links and release notes.
> >
> > [ ] +1 Release ServiceMix 3.1.2
> > [ ] ± 0
> > [ ] -1 Do not release ServiceMix 3.1.2
>
> While the binary starts up just fine, I cannot get a build from source
> to complete successfully when working with a clean Maven repo.
> Currently a clean build failing on the step1 profile with the
> following:
>
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.geronimo.specs:geronimo-servlet_2.4_spec:jar:1.1
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.geronimo.specs
> -DartifactId=geronimo-servlet_2.4_spec \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:       mvn deploy:deploy-file
> -DgroupId=org.apache.geronimo.specs
> -DartifactId=geronimo-servlet_2.4_spec \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>         1) org.apache.servicemix:servicemix-components:jar:3.1.2
>         2) org.apache.geronimo.specs:geronimo-servlet_2.4_spec:jar:1.1
>
> 2) janino:janino:jar:2.3.2
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=janino -DartifactId=janino \
>           -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:       mvn deploy:deploy-file -DgroupId=janino
> -DartifactId=janino \
>           -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>         1) org.apache.servicemix:servicemix-components:jar:3.1.2
>         2) janino:janino:jar:2.3.2
>
> 3) jivesoftware:smackx:jar:2.2.1
>
>   Try downloading the file manually from:
>       http://www.jivesoftware.org/smack/
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=jivesoftware -DartifactId=smackx \
>           -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:       mvn deploy:deploy-file -DgroupId=jivesoftware
> -DartifactId=smackx \
>           -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>         1) org.apache.servicemix:servicemix-components:jar:3.1.2
>         2) jivesoftware:smackx:jar:2.2.1
>
> 4) javax.activation:activation:jar:1.1
>
>   Try downloading the file manually from:
>       
> https://maven-repository.dev.java.net/nonav/repository/javax.activation/jars/activation-1.1.jar
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=javax.activation
> -DartifactId=activation \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:       mvn deploy:deploy-file -DgroupId=javax.activation
> -DartifactId=activation \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>         1) org.apache.servicemix:servicemix-components:jar:3.1.2
>         2) org.codehaus.xfire:xfire-all:jar:1.2.5
>         3) org.codehaus.xfire:xfire-core:jar:1.2.5
>         4) javax.activation:activation:jar:1.1
>
> ----------
> 4 required artifacts are missing.
>
> for artifact:
>   org.apache.servicemix:servicemix-components:jar:3.1.2
>
> from the specified remote repositories:
>   central (http://www.ibiblio.org/maven2),
>   servicemix-m2-repo
> (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
>   apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
>   apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
>   codehaus-snapshots (http://repository.codehaus.org)
>
>
> Bruce
> --
> perl -e 'print unpack("u30","D0G)[EMAIL 
> PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.org/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
> Castor - http://castor.org/
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to