Building JBPAPP_5_0_0_GA
by Kabir Khan
Does anyone know how to build https://svn.jboss.org/repos/jbossas/tags/JBPAPP_5_0_0_GA/?
Begin forwarded message:
> From: Kabir Khan <kabir.khan(a)jboss.com>
> Date: 17 May 2010 12:22:19 GMT+01:00
> To: Kabir Khan <kabir.khan(a)jboss.com>
> Cc: Jimmy Wilson <jawilson(a)redhat.com>, Matt Davis <mattd(a)redhat.com>, Flavia Rainone <flavia.rainone(a)jboss.com>, jboss-support-aop(a)redhat.com
> Subject: Re: 2nd attempt: case 864633 IllegalStateException: Should not have null domainName for scoped bean
>
> I can't build this. Is this the correct tag?
>
> I modified the build/build.xml to pass in -Pjboss-deprecated as the maven opts, but there are still a lot of missing dependencies. Could someone please let me know what I should build (and how). Missing artifacts:
>
> [java] ----------
> [java] 1) sun-jaxb:jaxb-api:jar:2.1.9.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-jaxb -DartifactId=jaxb-api -Dversion=2.1.9.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-jaxb -DartifactId=jaxb-api -Dversion=2.1.9.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-jaxb:jaxb-api:jar:2.1.9.patch01
> [java]
> [java] 2) apache-xerces:xml-apis:jar:2.9.1-patch-01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=apache-xerces -DartifactId=xml-apis -Dversion=2.9.1-patch-01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=apache-xerces -DartifactId=xml-apis -Dversion=2.9.1-patch-01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.aop:jboss-aop:jar:2.1.6.GA
> [java] 3) apache-xerces:xml-apis:jar:2.9.1-patch-01
> [java]
> [java] 3) org.jboss.ws.native:jbossws-native-jaxrpc:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-jaxrpc -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-jaxrpc -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-jaxrpc:jar:3.1.2.SP3-patch-02
> [java]
> [java] 4) apache-discovery:commons-discovery:jar:0.4
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=apache-discovery -DartifactId=commons-discovery -Dversion=0.4 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=apache-discovery -DartifactId=commons-discovery -Dversion=0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) apache-discovery:commons-discovery:jar:0.4
> [java]
> [java] 5) apache-slide:jakarta-slide-webdavlib:jar:2.1
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=apache-slide -DartifactId=jakarta-slide-webdavlib -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=apache-slide -DartifactId=jakarta-slide-webdavlib -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) apache-slide:jakarta-slide-webdavlib:jar:2.1
> [java]
> [java] 6) apache-xalan:serializer:jar:2.7.1.patch02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=apache-xalan -DartifactId=serializer -Dversion=2.7.1.patch02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=apache-xalan -DartifactId=serializer -Dversion=2.7.1.patch02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) apache-xalan:serializer:jar:2.7.1.patch02
> [java]
> [java] 7) apache-xalan:xalan:jar:2.7.1.patch02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=apache-xalan -DartifactId=xalan -Dversion=2.7.1.patch02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=apache-xalan -DartifactId=xalan -Dversion=2.7.1.patch02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) apache-xalan:xalan:jar:2.7.1.patch02
> [java]
> [java] 8) apache-xerces:resolver:jar:2.9.1-patch-01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=apache-xerces -DartifactId=resolver -Dversion=2.9.1-patch-01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=apache-xerces -DartifactId=resolver -Dversion=2.9.1-patch-01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) apache-xerces:resolver:jar:2.9.1-patch-01
> [java]
> [java] 9) xerces:xercesImpl:jar:2.9.1-patch-01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1-patch-01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1-patch-01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) xerces:xercesImpl:jar:2.9.1-patch-01
> [java]
> [java] 10) jaxen:jaxen:jar:1.1.2
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jaxen -DartifactId=jaxen -Dversion=1.1.2 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jaxen -DartifactId=jaxen -Dversion=1.1.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jaxen:jaxen:jar:1.1.2
> [java]
> [java] 11) jacorb:idl:jar:2.3.1jboss.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jacorb -DartifactId=idl -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jacorb -DartifactId=idl -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jacorb:idl:jar:2.3.1jboss.patch01
> [java]
> [java] 12) jacorb:idl_g:jar:2.3.1jboss.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jacorb -DartifactId=idl_g -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jacorb -DartifactId=idl_g -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jacorb:idl_g:jar:2.3.1jboss.patch01
> [java]
> [java] 13) jacorb:jacorb:jar:2.3.1jboss.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jacorb -DartifactId=jacorb -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jacorb -DartifactId=jacorb -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jacorb:jacorb:jar:2.3.1jboss.patch01
> [java]
> [java] 14) jacorb:jacorb_g:jar:2.3.1jboss.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jacorb -DartifactId=jacorb_g -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jacorb -DartifactId=jacorb_g -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jacorb:jacorb_g:jar:2.3.1jboss.patch01
> [java]
> [java] 15) jacorb:resources:jar:2.3.1jboss.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jacorb -DartifactId=resources -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jacorb -DartifactId=resources -Dversion=2.3.1jboss.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jacorb:resources:jar:2.3.1jboss.patch01
> [java]
> [java] 16) jboss.jbossts:jbossts-common:jar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=jbossts-common -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=jbossts-common -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:jbossts-common:jar:4.6.1.GA_CP03
> [java]
> [java] 17) jboss.jbossts:jbossjts:jar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=jbossjts -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=jbossjts -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:jbossjts:jar:4.6.1.GA_CP03
> [java]
> [java] 18) jboss.jbossts:jbossjts-integration:jar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=jbossjts-integration -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=jbossjts-integration -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:jbossjts-integration:jar:4.6.1.GA_CP03
> [java]
> [java] 19) jboss.jbossts:jbossjts-jacorb:jar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=jbossjts-jacorb -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=jbossjts-jacorb -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:jbossjts-jacorb:jar:4.6.1.GA_CP03
> [java]
> [java] 20) jboss.jbossts:jbossts-tools:jboss-sar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=jbossts-tools -Dversion=4.6.1.GA_CP03 -Dpackaging=jboss-sar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=jbossts-tools -Dversion=4.6.1.GA_CP03 -Dpackaging=jboss-sar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:jbossts-tools:jboss-sar:4.6.1.GA_CP03
> [java]
> [java] 21) jboss.jbossts:resources:jar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=resources -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=resources -Dversion=4.6.1.GA_CP03 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:resources:jar:4.6.1.GA_CP03
> [java]
> [java] 22) jboss.jbossts:jbossxts:jboss-sar:4.6.1.GA_CP03
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=jboss.jbossts -DartifactId=jbossxts -Dversion=4.6.1.GA_CP03 -Dpackaging=jboss-sar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=jboss.jbossts -DartifactId=jbossxts -Dversion=4.6.1.GA_CP03 -Dpackaging=jboss-sar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) jboss.jbossts:jbossxts:jboss-sar:4.6.1.GA_CP03
> [java]
> [java] 23) org.jboss.ws.native:jbossws-native-client:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-client -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-client -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-client:jar:3.1.2.SP3-patch-02
> [java]
> [java] 24) org.jboss.ws.native:jbossws-native-management:war:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-management -Dversion=3.1.2.SP3-patch-02 -Dpackaging=war -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-management -Dversion=3.1.2.SP3-patch-02 -Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-management:war:3.1.2.SP3-patch-02
> [java]
> [java] 25) org.jboss.ws.native:jbossws-native-core:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-core -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-core -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-core:jar:3.1.2.SP3-patch-02
> [java]
> [java] 26) org.jboss.ws.native:jbossws-native-jaxws:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-jaxws -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-jaxws -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-jaxws:jar:3.1.2.SP3-patch-02
> [java]
> [java] 27) org.jboss.ws.native:jbossws-native-jaxws-ext:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-jaxws-ext -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-jaxws-ext -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-jaxws-ext:jar:3.1.2.SP3-patch-02
> [java]
> [java] 28) org.jboss.ws.native:jbossws-native-resources:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-resources -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-resources -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-resources:jar:3.1.2.SP3-patch-02
> [java]
> [java] 29) org.jboss.ws.native:jbossws-native-saaj:jar:3.1.2.SP3-patch-02
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-saaj -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.jboss.ws.native -DartifactId=jbossws-native-saaj -Dversion=3.1.2.SP3-patch-02 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.jboss.ws.native:jbossws-native-saaj:jar:3.1.2.SP3-patch-02
> [java]
> [java] 30) org.codehaus.woodstox:wstx:jar:3.2.8
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=org.codehaus.woodstox -DartifactId=wstx -Dversion=3.2.8 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=org.codehaus.woodstox -DartifactId=wstx -Dversion=3.2.8 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) org.codehaus.woodstox:wstx:jar:3.2.8
> [java]
> [java] 31) sun-fi:FastInfoset:jar:1.2.7
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-fi -DartifactId=FastInfoset -Dversion=1.2.7 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-fi -DartifactId=FastInfoset -Dversion=1.2.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-fi:FastInfoset:jar:1.2.7
> [java]
> [java] 32) sun-fi:FastInfosetUtilities:jar:1.2.7
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-fi -DartifactId=FastInfosetUtilities -Dversion=1.2.7 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-fi -DartifactId=FastInfosetUtilities -Dversion=1.2.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-fi:FastInfosetUtilities:jar:1.2.7
> [java]
> [java] 33) sun-jaxb:jaxb-impl:jar:2.1.9.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl -Dversion=2.1.9.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl -Dversion=2.1.9.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-jaxb:jaxb-impl:jar:2.1.9.patch01
> [java]
> [java] 34) sun-jaxb:jaxb-xjc:jar:2.1.9.patch01
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-jaxb -DartifactId=jaxb-xjc -Dversion=2.1.9.patch01 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-jaxb -DartifactId=jaxb-xjc -Dversion=2.1.9.patch01 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-jaxb:jaxb-xjc:jar:2.1.9.patch01
> [java]
> [java] 35) sun-jaxws:stax-ex:jar:2.1.3
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-jaxws -DartifactId=stax-ex -Dversion=2.1.3 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-jaxws -DartifactId=stax-ex -Dversion=2.1.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-jaxws:stax-ex:jar:2.1.3
> [java]
> [java] 36) sun-jaxws:streambuffer:jar:2.1.3
> [java]
> [java] Try downloading the file manually from the project website.
> [java]
> [java] Then, install it using the command:
> [java] mvn install:install-file -DgroupId=sun-jaxws -DartifactId=streambuffer -Dversion=2.1.3 -Dpackaging=jar -Dfile=/path/to/file
> [java]
> [java] Alternatively, if you host your own repository you can deploy the file there:
> [java] mvn deploy:deploy-file -DgroupId=sun-jaxws -DartifactId=streambuffer -Dversion=2.1.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [java]
> [java] Path to dependency:
> [java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.1.0-SNAPSHOT
> [java] 2) sun-jaxws:streambuffer:jar:2.1.3
> [java]
>
> On 17 May 2010, at 10:49, Kabir Khan wrote:
>
>> It mentions 5.0.0.GA, is that https://svn.jboss.org/repos/jbossas/tags/JBPAPP_5_0_0_GA/?
12 years, 10 months
M4 Timeline / Component Updates
by Jason T. Greene
Hi Everyone,
First, off, I would like to, once again, thank everyone for the hard
work in getting M3 out the door!
The next AS milestone should continue the focus of EE6 features, and the
big ones remaining appear to be some outstanding ejb 3.1 capabilities
(async + timer), as well as completing the new EE6 namespace support.
Ideally, it would be nice to shorten the schedule of this milestone such
that it could be available in time for JUDCon/JBW. So tentatively we
should shoot for a code freeze of June 14th (only one month away!)
Let me know if you have any component updates you would like to
schedule, however, please keep in mind that their will be a short
window, and so any changes *must* be regression free.
Thanks!
--
Jason T. Greene
JBoss, a division of Red Hat
12 years, 10 months
Re: [jboss-dev] New Maven Repository Configuration
by Paul Gier
I think EAP uses the maven2-brew repository. So you will need this one, and
possibly the deprecated repository. Fernando should have more information about
this.
Andrew Dinn wrote:
> Hi Paul,
>
> On 04/20/2010 05:37 PM, Paul Gier wrote:
>> We're happy to announce that JBoss.org has a new Maven repository. The
>> old
>> repository has been re-organized, and is now using the Nexus Maven
>> repository
>> manager. The old URLs will continue to work for your existing builds.
>>
>> The full announcement is on the JBoss Build System blog.
>>
>> http://community.jboss.org/en/build/blog/2010/04/20/announcement--new-mav...
>>
>
> I just tried building the JBPAPP_5_0_1_GA tag tree using my maven
> settings file for the new nexus repo and got 48 missing artifacts. I
> thought all the artifacts installed in the old repo were expected still
> to be available via the new one. Was this a wrong assumption or has
> something gone wrong?
>
> regards,
>
>
> Andrew Dinn
> -----------
>
12 years, 10 months
quickly getting the AS repo
by Thomas Diesler
If you quickly need a snapshot of AS that you want to work with on the
plane/train etc, do this
$ time git clone git@github.com:jbosgi/jbossas.git
Initialized empty Git repository in /home/tdiesler/git/jbossas/.git/
remote: Counting objects: 18927, done.
remote: Compressing objects: 100% (7979/7979), done.
remote: Total 18927 (delta 9323), reused 17854 (delta 8509)
Receiving objects: 100% (18927/18927), 39.73 MiB | 686 KiB/s, done.
Resolving deltas: 100% (9323/9323), done.
real 1m8.027s
user 0m4.662s
sys 0m1.985s
Note, this is every commit since 6.0.0.M2 (not just trunk) ;-)
So you can branch your work on any commit.
-thomas
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
JBoss OSGi Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
12 years, 11 months