-
1. Re: jbossxb 1.0.0.SP2
aloubyansky Apr 1, 2008 5:59 PM (in response to dimitris)Yes, ok. Tomorrow.
-
2. Re: jbossxb 1.0.0.SP2
aloubyansky Apr 2, 2008 6:56 AM (in response to dimitris)I am fixing the thirdparty dependencies. I can't find common-core 1.0.0.GA in the repository. Which one should I use?
-
3. Re: jbossxb 1.0.0.SP2
dimitris Apr 2, 2008 7:09 AM (in response to dimitris)This is needed for Branch_4_2, so the old 'common' project is used there at version 1.2.1.GA
https://svn.jboss.org/repos/repository.jboss.org/jboss/common/1.2.1.GA/
I only found the 'brew' version of it in the maven repo:
https://svn.jboss.org/repos/repository.jboss.org/maven2/jboss/common/jboss-common/1.2.1.GA-brew/ -
4. Re: jbossxb 1.0.0.SP2
aloubyansky Apr 2, 2008 7:52 AM (in response to dimitris)What about logging-spi? logging-log4j?
-
5. Re: jbossxb 1.0.0.SP2
dimitris Apr 2, 2008 8:28 AM (in response to dimitris)In the old jboss common, all those libraries (core, logging-spi + impls) are combined together.
Since this is to be used in Branch_4_2, I am not sure if producing maven artifacts is necessary. -
6. Re: jbossxb 1.0.0.SP2
aloubyansky Apr 2, 2008 9:21 AM (in response to dimitris)Would these be complaint with Branch_4_2?
<dependencies> <dependency> <groupId>jboss.common</groupId> <artifactId>jboss-common</artifactId> <version>1.2.1.GA-brew</version> <scope>compile</scope> </dependency> <dependency> <groupId>apache-log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> <scope>test</scope> </dependency> <dependency> <groupId>apache-slide</groupId> <artifactId>webdavlib</artifactId> <version>2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>sun-jaf</groupId> <artifactId>activation</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>apache-xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.7.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>wutka-dtdparser</groupId> <artifactId>dtdparser121</artifactId> <version>1.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jboss-test</artifactId> <version>1.0.0.GA</version> <scope>test</scope> <exclusions> <exclusion> <groupId>jboss</groupId> <artifactId>jboss-logging-spi</artifactId> </exclusion> </exclusions> </dependency> </dependencies>
Note, the xerces version is the one that we switched from in JBoss-5 since it didn't pass the test in XB. -
7. Re: jbossxb 1.0.0.SP2
dimitris Apr 3, 2008 6:07 AM (in response to dimitris)Just compare the versions with those appearing here:
https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/build/build-thirdparty.xml -
8. Re: jbossxb 1.0.0.SP2
aloubyansky Apr 3, 2008 7:04 AM (in response to dimitris)I guess, the difference in "-brew" suffix is not significant? There are a few.
Is brew supposed to be used only for EAP?
If so, then should I remove any XB dependency that include "-brew"-suffixed dependency?
The only real difference in apache-slide/webdavlib which is 2.0 in XB and 2.1 in the AS. -
9. Re: jbossxb 1.0.0.SP2
dimitris Apr 3, 2008 7:26 AM (in response to dimitris)Ignore the -brew ones, they are practically the same. We should be moving away from them for the community project, if there is an equivalent non-brew version.
Maybe use the latest slide/web-dav in XB ? -
10. Re: jbossxb 1.0.0.SP2
aloubyansky Apr 3, 2008 9:27 AM (in response to dimitris)Yes, I did use the same slide version (non-brewed).
It has been released. Release notes
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12311786&styleName=Html&projectId=10069&Create=Create