[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2008-10-08 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=150278#action_150278 ] Milos Kleint commented on MNG-468: -- yes, I guess we can close it. ability to consistently apply a

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2008-10-08 Thread David Smiley (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=150300#action_150300 ] David Smiley commented on MNG-468: -- If this is closed then how do I use this feature? I found this:

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2008-10-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=150301#action_150301 ] Brett Porter commented on MNG-468: -- http://maven.apache.org/guides/mini/guide-using-toolchains.html As

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2008-10-07 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=150262#action_150262 ] Brett Porter commented on MNG-468: -- Milos, is there anything left to do on this, or should be close it

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-10-23 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_78282 ] John Casey commented on MNG-468: I'm assuming from the comments above that we're now planning to implement multi-language support through the toolchain now...I'm really not

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-10-23 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_78283 ] John Casey commented on MNG-468: One way to avoid locking this into the plugin api would be to make the Mojo interface extent ToolchainAware, then AbstractMojo could provide

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-09-27 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_75831 ] Jason van Zyl commented on MNG-468: --- We need to have a way to select the toolchain for a particular project, and what netbeans does is allow you to set the toolchain that

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-09-27 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_75832 ] Jason van Zyl commented on MNG-468: --- We also need to account for things like J2ME, where you really need to use the tools provided there so things will work at runtime.

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-09-27 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_75833 ] Jason van Zyl commented on MNG-468: --- We also need to account for things like .net as the Java only toolchains are obviously not going to work for .net. We also need to

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-09-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_75855 ] Brett Porter commented on MNG-468: -- re: j2me comment - I think that's actually the original inspiration for this in general, so agreed. re: selection - won't this be

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-09-24 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_75567 ] Jason van Zyl commented on MNG-468: --- build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-09-24 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_75570 ] Jason van Zyl commented on MNG-468: --- Milos and I will try a simple example this week but essentially it will consist of a Toolchain interface to describe everything in a

[jira] Commented: (MNG-468) ability to consistently apply a toolchain across plugins

2006-08-28 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/MNG-468?page=comments#action_73471 ] Milos Kleint commented on MNG-468: -- discussed on mailing list at http://www.nabble.com/-proposal--toolchain-support-for-Maven-2.1-tf1942937.html#a5325520 ability to