So what I was talking about on the call was just updating the libraries.ent that was being
included in the testsuite/build.xml and build/build-distr.xml to include the
../thirdparty/target/ versions:
| testsuite/build.xml
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE project [
| <!ENTITY libraries SYSTEM "../thirdparty/target/libraries.ent">
| <!ENTITY testsuite-libraries SYSTEM
"../thirdparty/target/testsuite-libraries.ent">
| <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
| ]>
|
| <project default="main" name="JBoss/Testsuite"
|
| build/build-distr.xml
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE project [
| <!ENTITY libraries SYSTEM "../thirdparty/target/libraries.ent">
| ]>
|
| <project name="JBoss/Build">
|
If you want to not even affect the existing build files, then have the thirdparty maven
package target replace the thirdparty/libraries.ent and testsuite-libraries.ent with
updated versions that refer to the thirdparty/target/* jars.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133303#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...