[JBoss JIRA] (JBTM-1772) Cannot build with emma as dependency on adinn.jar?
by Mark Little (JIRA)
[ https://issues.jboss.org/browse/JBTM-1772?page=com.atlassian.jira.plugin.... ]
Mark Little commented on JBTM-1772:
-----------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project narayana-all: The specified file '/home/mmusgrov/source/forks/narayana/narayana/ext/emma.jar' not exists -> [Help 1]
> Cannot build with emma as dependency on adinn.jar?
> --------------------------------------------------
>
> Key: JBTM-1772
> URL: https://issues.jboss.org/browse/JBTM-1772
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System, Testing
> Affects Versions: 5.0.0.M4
> Environment: Mac OS 10.7
> Reporter: Mark Little
> Assignee: Tom Jenkinson
> Priority: Blocker
>
> When trying to build STM with emma as per 1766 instructions, I get the following build time error:
> /Users/marklittle/github/narayana/tools/maven/bin/mvn -s tools/maven/conf/settings.xml -Dorson.jar.location=/Users/marklittle/github/narayana/ext/ -Demma.jar.location=/Users/marklittle/github/narayana/ext/emma.jar clean install -PcodeCoverage -pl STM
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Narayana: STM 5.0.0.M4-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /Users/marklittle/github/narayana/STM/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
> [INFO] Compiling 40 source files to /Users/marklittle/github/narayana/STM/target/classes
> [INFO]
> [INFO] --- emma-maven-plugin:1.0-alpha-3:instrument (default) @ core ---
> Downloading: http://repository.jboss.org/nexus/content/groups/public/emma/emma/2.0.122...
> Downloading: http://repo.maven.apache.org/maven2/emma/emma/2.0.12224-adinn/emma-2.0.12...
> [WARNING] The POM for emma:emma:jar:2.0.12224-adinn is missing, no dependency information available
> Downloading: http://repository.jboss.org/nexus/content/groups/public/emma/emma/2.0.122...
> Downloading: http://repo.maven.apache.org/maven2/emma/emma/2.0.12224-adinn/emma-2.0.12...
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 4.095s
> [INFO] Finished at: Sun Jun 09 15:31:51 BST 2013
> [INFO] Final Memory: 23M/207M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument (default) on project core: Execution default of goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument failed: Plugin org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3 or one of its dependencies could not be resolved: Could not find artifact emma:emma:jar:2.0.12224-adinn in jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
--
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
12 years, 10 months
[JBoss JIRA] (JBTM-1772) Cannot build with emma as dependency on adinn.jar?
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1772?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-1772:
----------------------------------------
The workaround is:
mvn install:install-file -Dfile=/home/mmusgrov/source/forks/narayana/narayana/ext/emma.jar -DgroupId=emma -DartifactId=emma -Dversion=2.0.12224-adinn -Dpackaging=jar
> Cannot build with emma as dependency on adinn.jar?
> --------------------------------------------------
>
> Key: JBTM-1772
> URL: https://issues.jboss.org/browse/JBTM-1772
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System, Testing
> Affects Versions: 5.0.0.M4
> Environment: Mac OS 10.7
> Reporter: Mark Little
> Assignee: Tom Jenkinson
> Priority: Blocker
>
> When trying to build STM with emma as per 1766 instructions, I get the following build time error:
> /Users/marklittle/github/narayana/tools/maven/bin/mvn -s tools/maven/conf/settings.xml -Dorson.jar.location=/Users/marklittle/github/narayana/ext/ -Demma.jar.location=/Users/marklittle/github/narayana/ext/emma.jar clean install -PcodeCoverage -pl STM
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Narayana: STM 5.0.0.M4-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /Users/marklittle/github/narayana/STM/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
> [INFO] Compiling 40 source files to /Users/marklittle/github/narayana/STM/target/classes
> [INFO]
> [INFO] --- emma-maven-plugin:1.0-alpha-3:instrument (default) @ core ---
> Downloading: http://repository.jboss.org/nexus/content/groups/public/emma/emma/2.0.122...
> Downloading: http://repo.maven.apache.org/maven2/emma/emma/2.0.12224-adinn/emma-2.0.12...
> [WARNING] The POM for emma:emma:jar:2.0.12224-adinn is missing, no dependency information available
> Downloading: http://repository.jboss.org/nexus/content/groups/public/emma/emma/2.0.122...
> Downloading: http://repo.maven.apache.org/maven2/emma/emma/2.0.12224-adinn/emma-2.0.12...
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 4.095s
> [INFO] Finished at: Sun Jun 09 15:31:51 BST 2013
> [INFO] Final Memory: 23M/207M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument (default) on project core: Execution default of goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument failed: Plugin org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3 or one of its dependencies could not be resolved: Could not find artifact emma:emma:jar:2.0.12224-adinn in jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
--
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
12 years, 10 months
[JBoss JIRA] (JBTM-1770) Fix up pretty-printing of success/failures in build
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1770?page=com.atlassian.jira.plugin.... ]
Michael Musgrove resolved JBTM-1770.
------------------------------------
Resolution: Done
Shorted to simply <name>Narayana: rest-tx tx</name>
> Fix up pretty-printing of success/failures in build
> ---------------------------------------------------
>
> Key: JBTM-1770
> URL: https://issues.jboss.org/browse/JBTM-1770
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: 5.0.0.M4
> Reporter: Mark Little
> Assignee: Michael Musgrove
> Priority: Trivial
>
> TS jtax .......................... SUCCESS [1:02.017s]
> [INFO] Narayana: ArjuntaJTS narayana-jts-jacorb .......... SUCCESS [7.963s]
> [INFO] Narayana: ArjunaJTS integration ................... SUCCESS [33.609s]
> [INFO] Narayana: rest-tx ................................. SUCCESS [0.009s]
> [INFO] Narayana: rest-tx util ............................ SUCCESS [2.646s]
> [INFO] Narayana: rest-tx tx (RESTful API for Atomic Transactions) SUCCESS [34.522s]
> [INFO] Narayana: rest-tx webservice ...................... SUCCESS [0.720s]
> [INFO] Narayana: rest-tx integration ..................... SUCCESS [4.862s]
> [INFO] Narayana: txbridge ................................ SUCCESS [3.460s]
> [INFO] Narayana: fileio .................................. SUCCESS [1.089s]
> [INFO] Narayana: STM ..................................... SUCCESS [29.172s]
> [INFO] Narayana: txframework ............................. SUCCESS [2.526s]
> [INFO] Narayana: narayana-full ........................... SUCCESS [13.753s]
> Maybe remove the (RESTful API for Atomic Transactions) text, or shorten it.
--
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
12 years, 10 months
[JBoss JIRA] (JBTM-1772) Cannot build with emma as dependency on adinn.jar?
by Mark Little (JIRA)
Mark Little created JBTM-1772:
---------------------------------
Summary: Cannot build with emma as dependency on adinn.jar?
Key: JBTM-1772
URL: https://issues.jboss.org/browse/JBTM-1772
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Build System, Testing
Affects Versions: 5.0.0.M4
Environment: Mac OS 10.7
Reporter: Mark Little
Assignee: Tom Jenkinson
Priority: Blocker
When trying to build STM with emma as per 1766 instructions, I get the following build time error:
/Users/marklittle/github/narayana/tools/maven/bin/mvn -s tools/maven/conf/settings.xml -Dorson.jar.location=/Users/marklittle/github/narayana/ext/ -Demma.jar.location=/Users/marklittle/github/narayana/ext/emma.jar clean install -PcodeCoverage -pl STM
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Narayana: STM 5.0.0.M4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/marklittle/github/narayana/STM/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
[INFO] Compiling 40 source files to /Users/marklittle/github/narayana/STM/target/classes
[INFO]
[INFO] --- emma-maven-plugin:1.0-alpha-3:instrument (default) @ core ---
Downloading: http://repository.jboss.org/nexus/content/groups/public/emma/emma/2.0.122...
Downloading: http://repo.maven.apache.org/maven2/emma/emma/2.0.12224-adinn/emma-2.0.12...
[WARNING] The POM for emma:emma:jar:2.0.12224-adinn is missing, no dependency information available
Downloading: http://repository.jboss.org/nexus/content/groups/public/emma/emma/2.0.122...
Downloading: http://repo.maven.apache.org/maven2/emma/emma/2.0.12224-adinn/emma-2.0.12...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.095s
[INFO] Finished at: Sun Jun 09 15:31:51 BST 2013
[INFO] Final Memory: 23M/207M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument (default) on project core: Execution default of goal org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:instrument failed: Plugin org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3 or one of its dependencies could not be resolved: Could not find artifact emma:emma:jar:2.0.12224-adinn in jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
--
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
12 years, 10 months
[JBoss JIRA] (JBTM-1770) Fix up pretty-printing of success/failures in build
by Mark Little (JIRA)
[ https://issues.jboss.org/browse/JBTM-1770?page=com.atlassian.jira.plugin.... ]
Mark Little reassigned JBTM-1770:
---------------------------------
Assignee: Michael Musgrove (was: Tom Jenkinson)
> Fix up pretty-printing of success/failures in build
> ---------------------------------------------------
>
> Key: JBTM-1770
> URL: https://issues.jboss.org/browse/JBTM-1770
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: 5.0.0.M4
> Reporter: Mark Little
> Assignee: Michael Musgrove
> Priority: Trivial
>
> TS jtax .......................... SUCCESS [1:02.017s]
> [INFO] Narayana: ArjuntaJTS narayana-jts-jacorb .......... SUCCESS [7.963s]
> [INFO] Narayana: ArjunaJTS integration ................... SUCCESS [33.609s]
> [INFO] Narayana: rest-tx ................................. SUCCESS [0.009s]
> [INFO] Narayana: rest-tx util ............................ SUCCESS [2.646s]
> [INFO] Narayana: rest-tx tx (RESTful API for Atomic Transactions) SUCCESS [34.522s]
> [INFO] Narayana: rest-tx webservice ...................... SUCCESS [0.720s]
> [INFO] Narayana: rest-tx integration ..................... SUCCESS [4.862s]
> [INFO] Narayana: txbridge ................................ SUCCESS [3.460s]
> [INFO] Narayana: fileio .................................. SUCCESS [1.089s]
> [INFO] Narayana: STM ..................................... SUCCESS [29.172s]
> [INFO] Narayana: txframework ............................. SUCCESS [2.526s]
> [INFO] Narayana: narayana-full ........................... SUCCESS [13.753s]
> Maybe remove the (RESTful API for Atomic Transactions) text, or shorten it.
--
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
12 years, 10 months
[JBoss JIRA] (JBTM-1771) Source directory names of the rest-tx modules need improving
by Michael Musgrove (JIRA)
Michael Musgrove created JBTM-1771:
--------------------------------------
Summary: Source directory names of the rest-tx modules need improving
Key: JBTM-1771
URL: https://issues.jboss.org/browse/JBTM-1771
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: REST
Affects Versions: 5.0.0.M3
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 5.0.0.M4
The source directory names of the REST modules is confusing and does not accurately reflect what they are for. Currently we have:
{noformat}
rest-tx
tx
integration
util
webservice
{noformat}
which I'd like to rationalize to:
{noformat}
rts (RESTful Transaction Service)
at (Atomic Transactions)
tx (the JAX-RS service that implements the spec)
integration (simple API for writing Java based participants)
util (various utility methods for making it easy to conform to the spec)
webservice (bundles tx as a deployable war)
{noformat}
(and later on we'll add jdi at the same level as at).
--
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
12 years, 10 months