RE: API for non-Mojo consumers

2007-07-14 Thread Timothy Reilly
> Alexander Horn wrote: > However, what do I need to do to determine the local file > system location of an artifact from outside a Mojo (i.e. a Just IMO, it would be better if your TestCase's had no knowledge of Maven or the execution environment they're running in. Personally, I would locate

API for non-Mojo consumers

2007-07-14 Thread Alexander Horn
In a Mojo developer cookbook [1] I found the snippet of code that shows how to get the path of an artifact in the local repository. Namely, Set artifacts = project.getDependencyArtifacts(); for (Iterator artifactIterator = artifacts.iterator(); artifactIterator.hasNext();) { Artifact artifact =

RE: [vote] Move the maven-antlr-plugin to the mojo project

2007-07-14 Thread Brian E. Fox
+1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Siveton Sent: Saturday, July 14, 2007 11:33 AM To: Maven Developers List Subject: [vote] Move the maven-antlr-plugin to the mojo project Hi, The last release (beta) of maven-antlr-plugin was more

Re: Introducing eclipse:configure-workspace goal

2007-07-14 Thread Dan Tran
Correct. In the patch, i introduce a new writer, workspace writer, to handle common workspace settings. -D On 7/14/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: On 7/14/07, Dan Tran <[EMAIL PROTECTED]> wrote: > Any one?, no thumb down seems to be good to go. I will go ahead the commit > in

Re: [vote] Move the maven-antlr-plugin to the mojo project

2007-07-14 Thread Jason van Zyl
+1 On 14 Jul 07, at 8:33 AM 14 Jul 07, Vincent Siveton wrote: Hi, The last release (beta) of maven-antlr-plugin was more than two years ago. We did some small enhancements. http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&pid=11123&fixfor=12931 A release could be done shortly

[vote] Move the maven-antlr-plugin to the mojo project

2007-07-14 Thread Vincent Siveton
Hi, The last release (beta) of maven-antlr-plugin was more than two years ago. We did some small enhancements. http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11123&fixfor=12931 A release could be done shortly but I would like to move the maven-antlr-plugin and maven-antlr3-pl

Re: Introducing eclipse:configure-workspace goal

2007-07-14 Thread Barrie Treloar
On 7/14/07, Dan Tran <[EMAIL PROTECTED]> wrote: Any one?, no thumb down seems to be good to go. I will go ahead the commit in the next day or so. I wanted to fiddle with 3.3 before I posted. I thought they added instance configurations so I could have settings that werent lost because I chang

Re: Introducing eclipse:configure-workspace goal

2007-07-14 Thread Dan Tran
Any one?, no thumb down seems to be good to go. I will go ahead the commit in the next day or so. On 7/12/07, Dan Tran <[EMAIL PROTECTED]> wrote: Hi Mark, Thanks for the feedback. Let first have it configured thru the workspace, as more users asking for per project code style, we can add

Re: Forrestdoc and Maven JXR

2007-07-14 Thread Lukas Theussl
Vincent Siveton wrote: Hi, 2007/7/13, Lukas Theussl <[EMAIL PROTECTED]>: Could you clarify a bit your intentions, I don't know if I missed that in the discussion so far. For the log and AFAIK, here is a brief history of the Maven JXR project. o The orignal JXR code was merged in 2004 with