[jira] (MTOOLCHAINS-14) Toolchains should support architecture definition

2014-12-16 Thread Gordon Pettey (JIRA)

 [ 
https://jira.codehaus.org/browse/MTOOLCHAINS-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gordon Pettey closed MTOOLCHAINS-14.


Resolution: Not A Bug

Sorry, thIs was PEBKAC. It works as it should when I don't have spurious 
characters in my file.

 Toolchains should support architecture definition
 -

 Key: MTOOLCHAINS-14
 URL: https://jira.codehaus.org/browse/MTOOLCHAINS-14
 Project: Maven Toolchains Plugin
  Issue Type: Improvement
Reporter: Gordon Pettey
Priority: Minor

 Toolchains should support an arch element in provides to allow defining 
 multiple architecture JVMs of the same version. This would help support 
 simple testing of native library code that needs a matching JVM. Possible 
 workaround is to specify a different version for each additional arch, but 
 the extra element would be nicer.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MTOOLCHAINS-14) Toolchains should support architecture definition

2014-12-15 Thread Gordon Pettey (JIRA)
Gordon Pettey created MTOOLCHAINS-14:


 Summary: Toolchains should support architecture definition
 Key: MTOOLCHAINS-14
 URL: https://jira.codehaus.org/browse/MTOOLCHAINS-14
 Project: Maven Toolchains Plugin
  Issue Type: Improvement
Reporter: Gordon Pettey
Priority: Minor


Toolchains should support an arch element in provides to allow defining 
multiple architecture JVMs of the same version. This would help support simple 
testing of native library code that needs a matching JVM. Possible workaround 
is to specify a different version for each additional arch, but the extra 
element would be nicer.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MTOOLCHAINS-14) Toolchains should support architecture definition

2014-12-15 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MTOOLCHAINS-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=359125#comment-359125
 ] 

Robert Scholte commented on MTOOLCHAINS-14:
---

This is actually already supported. What happens is that the 
{{maven-toolchain-plugin}} searches for a match based on the 
configuration-elements. Right now it does String matching for all elements, 
except for {{version/}} (so it can decide which is the closest matching 
version).
So you can add your own elements if you like for the matching.
However, if the {{arch}}-value should be used depends on the plugin using 
toolchains, e.g. the {{maven-compiler-plugin}}.

 Toolchains should support architecture definition
 -

 Key: MTOOLCHAINS-14
 URL: https://jira.codehaus.org/browse/MTOOLCHAINS-14
 Project: Maven Toolchains Plugin
  Issue Type: Improvement
Reporter: Gordon Pettey
Priority: Minor

 Toolchains should support an arch element in provides to allow defining 
 multiple architecture JVMs of the same version. This would help support 
 simple testing of native library code that needs a matching JVM. Possible 
 workaround is to specify a different version for each additional arch, but 
 the extra element would be nicer.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MTOOLCHAINS-14) Toolchains should support architecture definition

2014-12-15 Thread Gordon Pettey (JIRA)

[ 
https://jira.codehaus.org/browse/MTOOLCHAINS-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=359130#comment-359130
 ] 

Gordon Pettey commented on MTOOLCHAINS-14:
--

That is what I tried, but it did not work. It does work right now on my home 
machine, though, with the same maven version. I will try to reproduce tomorrow 
and update this bug.

 Toolchains should support architecture definition
 -

 Key: MTOOLCHAINS-14
 URL: https://jira.codehaus.org/browse/MTOOLCHAINS-14
 Project: Maven Toolchains Plugin
  Issue Type: Improvement
Reporter: Gordon Pettey
Priority: Minor

 Toolchains should support an arch element in provides to allow defining 
 multiple architecture JVMs of the same version. This would help support 
 simple testing of native library code that needs a matching JVM. Possible 
 workaround is to specify a different version for each additional arch, but 
 the extra element would be nicer.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)