[JBoss JIRA] (JBTM-2492) Build and deploy Blacktie as part of BRP.xml
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2492?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2492.
-------------------------------
> Build and deploy Blacktie as part of BRP.xml
> --------------------------------------------
>
> Key: JBTM-2492
> URL: https://issues.jboss.org/browse/JBTM-2492
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Release Process
> Reporter: Tom Jenkinson
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 5.2.6.Final
>
>
> We only update the Blacktie java artifacts so these should be able to be done from any machine:
> {code}
> call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
> build.bat -f blacktie\wildfly-blacktie\pom.xml install -DskipTests
> build.bat -f blacktie\pom.xml install -DskipTests
> build.bat -f blacktie\pom.xml deploy -DskipTests
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (JBTM-2533) Possibility to run "scripts/hudson/narayana.sh" on different platforms.
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2533?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2533.
-------------------------------
> Possibility to run "scripts/hudson/narayana.sh" on different platforms.
> -----------------------------------------------------------------------
>
> Key: JBTM-2533
> URL: https://issues.jboss.org/browse/JBTM-2533
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Testing
> Affects Versions: 5.2.5.Final
> Reporter: Hayk Hovsepyan
> Assignee: Hayk Hovsepyan
> Priority: Blocker
> Fix For: 5.2.6.Final
>
>
> Currently "scripts/hudson/narayana.sh" uses "sed" command with "-i" option, so it looks like:
> "sed -i file -e expression".
> "-i" option is not supported on some platforms (HP-UX).
> We need to apply workaround here and modify "sed" commands to be in this format:
> "sed -e expression file > file.tmp && mv file.tmp file"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months