When I run clean and install, I get the following warnings.  I suspsect that
is the root of my problem. My question then is, how do I resolve them?

[WARNING] Unable to get resource from repository apache.m2
(http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://people.apache.org/maven-snapshot-repository/org/springframework/spring/2.0-rc1/spring-2.0-rc1.pom
[WARNING] Unable to get resource from repository apache.m2
(http://people.apache
.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring/2.0-rc1/sp
ring-2.0-rc1.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org
/maven2)
Downloading:
http://people.apache.org/maven-snapshot-repository/incubator-active
mq/activemq-core/4.0.2/activemq-core-4.0.2.pom
[WARNING] Unable to get resource from repository apache.m2
(http://people.apache
.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/incubator-activemq/activemq-core/4.0.
2/activemq-core-4.0.2.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org
/maven2)
Downloading:
http://people.apache.org/maven-snapshot-repository/woodstox/wstx-as
l/2.9.3/wstx-asl-2.9.3.pom
[WARNING] Unable to get resource from repository apache.m2
(http://people.apache
.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/woodstox/wstx-asl/2.9.3/wstx-asl-2.9.
3.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org
/maven2)
[WARNING] While downloading servletapi:servletapi:2.3
  This artifact has been relocated to javax.servlet:servlet-api:2.3.





bsnyder wrote:
> 
> On 8/18/06, suneetshah <[EMAIL PROTECTED]> wrote:
>>
>> No - that file is not there. I followed the directions about checking
>> things
>> out SVN this morning and ran maven on it. This was from the docs under
>> jboss
>> integration.
>>
>> Any thoughts on what I need to do to resolve this?
> 
> I just ran the build from Subversion using these steps:
> 
> 1) mvn clean
> 2) mvn install
> 
> and here is the content of the sar file that was created:
> 
> $ jar tvf ./target/jboss-deployer-3.0-SNAPSHOT.sar | awk {'print $8'}
> META-INF/
> META-INF/MANIFEST.MF
> lib/
> org/
> org/servicemix/
> org/servicemix/jboss/
> org/servicemix/jboss/deployment/
> vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
> lib/activeio-core-3.0-beta4.jar
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> lib/activemq-core-4.0.2.jar
> lib/aopalliance-1.0.jar
> lib/backport-util-concurrent-2.1.jar
> lib/commons-beanutils-core-1.7.0.jar
> lib/commons-betwixt-0.7.jar
> lib/commons-collections-3.1.jar
> lib/commons-dbcp-1.2.jar
> lib/commons-digester-1.6.jar
> lib/commons-lang-2.1.jar
> lib/commons-logging-1.0.4.jar
> lib/commons-pool-1.2.jar
> lib/concurrent-1.3.4.jar
> lib/geronimo-activation_1.0.2_spec-1.0.jar
> lib/geronimo-connector-1.0.jar
> lib/geronimo-j2ee-connector_1.5_spec-1.0.jar
> lib/geronimo-j2ee-jacc_1.0_spec-1.0.jar
> lib/geronimo-j2ee-management_1.0_spec-1.0.jar
> lib/geronimo-jms_1.1_spec-1.0.jar
> lib/geronimo-jta_1.0.1B_spec-1.0.jar
> lib/geronimo-qname_1.1_spec-1.0.jar
> lib/geronimo-servlet_2.4_spec-1.0.jar
> lib/geronimo-transaction-1.0.jar
> lib/jaxen-1.1-beta-8.jar
> lib/jencks-1.2.jar
> lib/junit-3.8.1.jar
> lib/lingo-1.0.jar
> lib/log4j-1.2.12.jar
> lib/mockobjects-core-0.09.jar
> lib/mockobjects-jdk1.4-j2ee1.3-0.09.jar
> lib/mx4j-3.0.1.jar
> lib/mx4j-remote-3.0.1.jar
> lib/servicemix-core-3.0-incubating-SNAPSHOT.jar
> lib/servicemix-jbi-3.0-incubating-SNAPSHOT.jar
> lib/servicemix-services-3.0-incubating-SNAPSHOT.jar
> lib/spring-2.0-rc1.jar
> lib/stax-api-1.0.1.jar
> lib/wsdl4j-1.5.2.jar
> lib/wstx-asl-2.9.3.jar
> lib/xalan-2.7.0.jar
> lib/xapool-without-pool-1.4.jar
> lib/xbean-2.1.0.jar
> lib/xbean-kernel-2.6-SNAPSHOT.jar
> lib/xbean-server-2.6-SNAPSHOT.jar
> lib/xbean-spring-2.6-SNAPSHOT.jar
> lib/xercesImpl-2.7.1.jar
> lib/xml-apis-1.3.02.jar
> lib/xmlpublic-2.1.0.jar
> lib/xstream-1.1.2.jar
> META-INF/jboss-service.xml
> org/servicemix/jboss/deployment/JBIDeployer.class
> org/servicemix/jboss/deployment/JBIDeployerMBean.class
> org/servicemix/jboss/deployment/JBIService.class
> org/servicemix/jboss/deployment/JBIServiceMBean.class
> META-INF/maven/
> META-INF/maven/org.codehaus.smxext/
> META-INF/maven/org.codehaus.smxext/jboss-deployer/
> META-INF/maven/org.codehaus.smxext/jboss-deployer/pom.xml
> META-INF/maven/org.codehaus.smxext/jboss-deployer/pom.properties
> 
> Notice the arrows above pointing out the activeio jar file.
> 
> Bruce
> -- 
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
> 
> Apache Geronimo - http://geronimo.apache.org/
> Apache ActiveMQ - http://incubator.apache.org/activemq/
> Apache ServiceMix - http://incubator.apache.org/servicemix/
> Castor - http://castor.org/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-building-JBoss-Deployer-tf2127551.html#a5877883
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to