[jbossts-issues] [JBoss JIRA] (JBTM-1470) hudson build script copies over the wrong integration jar

Michael Musgrove (JIRA) jira-events at lists.jboss.org
Thu Feb 14 10:35:58 EST 2013


Michael Musgrove created JBTM-1470:
--------------------------------------

             Summary: hudson build script copies over the wrong integration jar
                 Key: JBTM-1470
                 URL: https://issues.jboss.org/browse/JBTM-1470
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Build System
    Affects Versions: 5.0.0.M2
            Reporter: Michael Musgrove
            Assignee: Michael Musgrove
            Priority: Minor
             Fix For: 5.0.0.M2


The JIRA is low priority because it does not effect CI builds.

scripts/hudson/narayana.sh has a variable called BUILD_AS. If this is set to zero then the AS will not be built but after a narayana build the script will copy over the final jts jars to the AS modules folder (provided the AS directory is present) - this feature is useful for developer testing to avoid a full rebuild of the AS). There are 2 bugs:
- the name is still referring to the old jbossjts.XXX.jar name
- the jars should only be copied if BUILD_AS is set to zero

Note that other subsystem jars generated by a narayana build (such as xts) are not copied over.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list