[mojo-dev] [jira] Created: (MEXEC-58) Parameter for stdin

2008-09-29 Thread Andrew Goktepe (JIRA)
Parameter for stdin --- Key: MEXEC-58 URL: http://jira.codehaus.org/browse/MEXEC-58 Project: Maven 2.x Exec Plugin Issue Type: Wish Components: exec Affects Versions: 1.1 Reporter: Andrew Goktepe

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Stephen Connolly
And yet to force dependencies you need to use pluginManagement! Mad! 2008/9/29 Benjamin Bentmann <[EMAIL PROTECTED]> > Stephen Connolly wrote: > > * I have the checkstyle checks working from mvn checkstyle:checkstyle >> >> * Still don't have the checkstyle checks working from mvn site >> > > I t

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Benjamin Bentmann
Stephen Connolly wrote: * I have the checkstyle checks working from mvn checkstyle:checkstyle * Still don't have the checkstyle checks working from mvn site I took the freedom to move the configuration for the Checkstyle plugin into the section. This config applies to both the default life

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Stephen Connolly
OK, The good news: * I have the project license working * I have the checkstyle checks working from mvn checkstyle:checkstyle The bad news: * Still don't have the checkstyle checks working from mvn site 2008/9/29 Rémy Sanlaville <[EMAIL PROTECTED]> > Hi, > > The scm-changelog-plugin uses als

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Benjamin Bentmann
Jason Dillon wrote: I'm gonna start using it FYI: I was planning to have the 2.5-SNAPSHOT hanging around for a week or two and then call a vote for its release. Benjamin - To unsubscribe from this list, please visit:

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Benjamin Bentmann
Jason Dillon wrote: Seems to be working :-) Cool. BTW, do you just hack on this plugin or do you actually have javacc parser syntax guru-ism? I'm sorry, but I have no clue about all these parser grammars. We have two (rather simplistic) grammars at my work written by co-workers and I mer

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Jason Dillon
Seems to be working :-) BTW, do you just hack on this plugin or do you actually have javacc parser syntax guru-ism? I could really use some help (by someone) to make the GShell syntax parser more robust and full of features. I only dabble in parser generators, enough to make GShell work,

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Benjamin Bentmann
Jason Dillon wrote: 2.5-SNAPSHOT na? Yep, sorry, I should have mentioned that. Benjamin - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Jason Dillon
2.5-SNAPSHOT na? --jason On Sep 30, 2008, at 2:27 AM, Benjamin Bentmann wrote: Jason Dillon wrote: Okay, so I looked into this a little bit more, and the main reason why I implemented my own version of the javacc-maven-plugin, was that the plugin at the time (and still) does not know to

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Jason Dillon
I will give it a short :-) --jason On Sep 30, 2008, at 2:27 AM, Benjamin Bentmann wrote: Jason Dillon wrote: Okay, so I looked into this a little bit more, and the main reason why I implemented my own version of the javacc-maven-plugin, was that the plugin at the time (and still) does no

[mojo-dev] [jira] Commented: (MJAVACC-87) Allow customized parser sources to reside in src/main/java

2008-09-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/MJAVACC-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149304#action_149304 ] Benjamin Bentmann commented on MJAVACC-87: -- Just to be explicit: The deprecated goals {{jjtr

Re: [mojo-dev] JavaCC Maven Plugin at Geronimo

2008-09-29 Thread Benjamin Bentmann
Jason Dillon wrote: Okay, so I looked into this a little bit more, and the main reason why I implemented my own version of the javacc-maven-plugin, was that the plugin at the time (and still) does not know to omit classes which already exist in the src/main/java tree for overridden nodes. I

[mojo-dev] [jira] Closed: (MJAVACC-87) Allow customized parser sources to reside in src/main/java

2008-09-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/MJAVACC-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Bentmann closed MJAVACC-87. Assignee: Benjamin Bentmann Resolution: Fixed Fix Version/s: 2.5 Done in [r7754|h

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Rémy Sanlaville
Hi, The scm-changelog-plugin uses also the MIT license : http://mojo.codehaus.org/scmchangelog-maven-plugin/license.html You can use the maven-2-license-plugin (cf. http://java.dzone.com/announcements/maven-2-license-plugin) in order to manage the licence for your project. It's a nice plugin. Ré

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Stephen Connolly
Cool... though you have not figured out how to get the checkstyles working... at least the project license is working... a starting point 2008/9/29 Kaare Nilsen <[EMAIL PROTECTED]> > > On Sep 29, 2008, at 9:51 AM, Stephen Connolly wrote: > > OK, >> >> On the codehaus site for submitting a plugin

[mojo-dev] [jira] Commented: (MOJO-1236) Jupiter Maven Plugin

2008-09-29 Thread Rolf Kulemann (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149285#action_149285 ] Rolf Kulemann commented on MOJO-1236: - Oh, yeah, thank you very much for the last two hints. I wil

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Kaare Nilsen
On Sep 29, 2008, at 9:51 AM, Stephen Connolly wrote: OK, On the codehaus site for submitting a plugin it says that the recommended license is the MIT license. I cannot find a plugin on mojo that uses MIT and correctly includes the text of the license on the project site The aspectJ plu

[mojo-dev] [jira] Commented: (MOJO-1236) Jupiter Maven Plugin

2008-09-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149282#action_149282 ] Benjamin Bentmann commented on MOJO-1236: - Some further notes: - The plugin seems to assume th

[mojo-dev] [jira] Updated: (MXMLBEANS-42) plugin does not parse wsdl files

2008-09-29 Thread Romain Buquet (JIRA)
[ http://jira.codehaus.org/browse/MXMLBEANS-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Buquet updated MXMLBEANS-42: --- Attachment: xmlbeans-42-patched.patch Hi ! I downloaded the source and applied the patch provided

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1236) Jupiter Maven Plugin

2008-09-29 Thread Rolf Kulemann (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149278#action_149278 ] roku edited comment on MOJO-1236 at 9/29/08 9:45 AM: -- Thanks for the hint

[mojo-dev] [jira] Commented: (MOJO-1236) Jupiter Maven Plugin

2008-09-29 Thread Rolf Kulemann (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149278#action_149278 ] Rolf Kulemann commented on MOJO-1236: - Thanks for the hint. Will try that tomorrow. I'm curious if

[mojo-dev] [jira] Commented: (MOJO-1236) Jupiter Maven Plugin

2008-09-29 Thread Benjamin Bentmann (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149275#action_149275 ] Benjamin Bentmann commented on MOJO-1236: - Instead of unit tests, you could also consider to c

[mojo-dev] [jira] Created: (MOJO-1236) Jupiter Maven Plugin

2008-09-29 Thread Rolf Kulemann (JIRA)
Jupiter Maven Plugin Key: MOJO-1236 URL: http://jira.codehaus.org/browse/MOJO-1236 Project: Mojo Issue Type: Wish Components: _Plugin Submission Environment: Maven2 Reporter: Rolf Kulemann

[mojo-dev] [jira] Commented: (MOJO-798) A Maven 2 plugin for the SchemaSpy

2008-09-29 Thread Krystian Nowak (JIRA)
[ http://jira.codehaus.org/browse/MOJO-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149271#action_149271 ] Krystian Nowak commented on MOJO-798: - And here it is - SchemaSpy 4.0.0 from 19.09.2008 - http://s

[mojo-dev] [jira] Commented: (MOJO-1135) The PluginDescriptor for the plugin Plugin [emma:maven-emma-plugin] was not found.

2008-09-29 Thread Alexandre ROMAN (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149264#action_149264 ] Alexandre ROMAN commented on MOJO-1135: --- The plugin documentation is outdated: an updated versio

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Stephen Connolly
Well I guess the question then goes to Alexandre (and everyone else in general... but he wrote this code), before I go playing with the pom to get the MIT license header check working and the site including the text correctly any objections to re-licensing under ASL? If you have them, I'll go f

Re: [mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Jason Dillon
I think most plugins use the ASL license actually. I think the mojo site states that the MIT license is preferred, because the Codehaus states that the MIT license is preferred. But I believe you are free to use any valid open-source license which the Codehaus will accept. --jason On Se

[mojo-dev] Checkstyle, MIT License & Header check rule and emma-maven-plugin

2008-09-29 Thread Stephen Connolly
OK, On the codehaus site for submitting a plugin it says that the recommended license is the MIT license. I cannot find a plugin on mojo that uses MIT and correctly includes the text of the license on the project site Also, i'm looking for an example checkstyle config for the mit header any poi