Do we still need to have a combined jboss-integration.jar?
Or is it ok to just include the modules that are needed?
Dimitris Andreadis wrote:
Thanks Adrian. We were trying yesterday to make a Beta4 release.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096707#...
We need to standardize with Paul how we do releases for this project.
As it is now there a jboss-integration and a jboss-integration-parent
project appearing in the maven2 repository:
https://svn.jboss.org/repos/repository.jboss.org/maven2/org/jboss/
Adrian wrote:
> I checked out the Beta4 tag and built the assembly.
>
> I've added it to the repository, so we're just waiting
> for the mirroring to catch up so we can test it.
>
> For some reason the assembly name has been changed to
> jboss-integration-parent.jar ??????
>
> build/pom.xml
> <artifactId>jboss-integration-parent</artifactId>
> <version>5.0.0.Beta4</version>
>
> I've got no idea what is going on with this crap?
>
> Why can't people just leave things alone when they are
> working? Or if you are going to play around, do a proper
> standup test like a full clean checkout!
>
> On Fri, 2007-10-19 at 15:56 +0200, Adrian wrote:
>> Somebody's broken the integration project release.
>>
>> There should be a jboss-integration.jar maven assembly.
>> See build/build-distr.xml
>>
>> It was there in beta3
>>
http://repository.jboss.com/jboss/integration/5.0.0.Beta3/component-info.xml
>>
>>
>> but the structure of this release has been totally changed in beta4
>>
http://repository.jboss.com/jboss/integration/5.0.0.Beta4/component-info.xml
>>
>>
>> There's no assembly any more?????
>>
>> On Fri, 2007-10-19 at 16:23 +0300, Dimitris Andreadis wrote:
>>> The testsuite runs of AS5 fail:
>>>
https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15-noip/95/
>>>
>>>
>>> It cannot instantiate the transaction manager due to missing
>>> org/jboss/tm/JBossXATerminator.
>>>
>>> It's weird because the 'all' config boots manually.
>>>
>>> The missing class is in the jboss-integration.jar
>> It will boot manually if you previously downloaded the
>> integration beta3 release.
>> The build-thirdparty.xml does not delete old jars so
>> you will still have it in thirdparty.
>>
>> It won't build manually if you "rm -rf thirdparty" :-)