Re: https://jira.codehaus.org/browse/MNG-1304

2012-11-14 Thread Rex Hoffman
I had created a hack of the clirr plugin at a prior employer to compute the next version number a few years ago (rejected by the mojo project, as the owners didn't want to start breaking builds with clirr) We had 50-60 jars and 20+ developers with a range of skill/java knowledge, some remote.

Re: Maven cucumber plugin - was Maven Enforcer Plugin DependencyConvergence

2012-07-25 Thread Rex Hoffman
On Jul 23, 2012, at 1:52 AM, Mark Derricutt wrote: > On 16/07/12 4:10 PM, Rex Hoffman wrote: >> Losing most of my time to cucumber-jvm maven plugins (most of today), and to >> the project in general... >> Don't think maven land (proper) will see much love until I n

Re: Maven Enforcer Plugin DependencyConvergence annoying logging (was Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2))

2012-07-15 Thread Rex Hoffman
wrote: > On Thu, Jul 12, 2012 at 6:54 PM, Barrie Treloar wrote: >> On Thu, Jul 12, 2012 at 2:12 PM, Rex Hoffman wrote: >>> Just a quick mention that there is an annoying bit of logging that is >>> showing up now in the dependencyConvergence enforcer rule, since the last &g

Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

2012-07-11 Thread Rex Hoffman
Just a quick mention that there is an annoying bit of logging that is showing up now in the dependencyConvergence enforcer rule, since the last release... I haven't looked up if I initially added it or not, I suspect if came in with the Upper bound dependency checker, but don't really have the tim

Re: Random errors in parallely executed tests

2011-07-31 Thread Rex Hoffman
That's correct, but you'll then have to query the content handler object for it's currently running port. I'm going to keep pimping out this solution I built for some clients and open sourced a while back. In one project I have an api for starting up a jetty application server either off of the ec

Re: On better testing for webapps in maven....

2011-07-19 Thread Rex Hoffman
onatype.org/display/M2ECLIPSE/Integration+with+Maven+WAR+Plugin > > On Jul 19, 2011, at 3:11 PM, Rex Hoffman wrote: > > > On peripherally maven-dev related, but as thought leaders, I hope you > guys > > would take interest. > > > > > > So I've been aggra

On better testing for webapps in maven....

2011-07-19 Thread Rex Hoffman
On peripherally maven-dev related, but as thought leaders, I hope you guys would take interest. So I've been aggravated that I've had to start a web app up before running a test in eclipse, given the way we typically run apps with things like the jetty-maven-plugin (the startup/shutdown pre/post

Re: Getting integration tests into eclipse

2011-07-11 Thread Rex Hoffman
*you're On Mon, Jul 11, 2011 at 9:01 AM, Rex Hoffman wrote: > Depends on what your running them with. Testng test groups? > > I modify them with an @Listener, it servers multiple purposes for us. > First it makes sure there are no misspelled groups, > then if eclipse-

Re: Getting integration tests into eclipse

2011-07-11 Thread Rex Hoffman
Depends on what your running them with. Testng test groups? I modify them with an @Listener, it servers multiple purposes for us. First it makes sure there are no misspelled groups, then if eclipse-testng jar is on the classpath, it runs all groups, ignoring the group configuration. We also us

Re: Solving SUREFIRE-141 ; pluggable providers

2010-11-19 Thread Rex Hoffman
github. I kind of like that kind of ecosystem, which > would give a freedom of choice that is not available currently. > > Kristian > > > > fr., 19.11.2010 kl. 12.13 -0800, skrev Rex Hoffman: > > I have a slight concern. > > > > It goes into testing portability (r

Re: Solving SUREFIRE-141 ; pluggable providers

2010-11-19 Thread Rex Hoffman
I have a slight concern. It goes into testing portability (running in maven, or eclipse, idea, netbeans, or via command line) In short, the smarter we make maven about running tests, the less easy it is for a developer to run that same test via IDE or something similar. I'll give two common examp

Re: Access to the raw list of dependencies - multiple versions of an artifact included

2010-11-19 Thread Rex Hoffman
painful if we rely on it directly. Looks like it has too much in it though, and a good number of implementation class. Which limits it's ability to be decouple parts of maven Rex On Fri, Nov 19, 2010 at 9:15 AM, Jesse Glick wrote: > On 11/18/2010 07:20 PM, Rex Hoffman wrote: > &

Re: Access to the raw list of dependencies - multiple versions of an artifact included

2010-11-18 Thread Rex Hoffman
it's pretty straight forward if you use some code provided by the dependencies library (part of the maven-dependencies-plugin) I wrote some code that uses it for the dependency convergence enforcer rule: http://svn.apache.org/viewvc/maven/enforcer/tags/enforcer-1.0/enforcer-rules/src/main/java/or

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Rex Hoffman
Rex On Tue, Nov 9, 2010 at 2:47 PM, Jesse Glick wrote: > On 11/09/2010 02:21 PM, Rex Hoffman wrote: > >> http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf >> > > Take note of the distinction made on pp. 5-6 between "interface" and > "packag

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Rex Hoffman
rt-Package constraint is "uses" or "implements" and > decides which segment of the version number to increment based on that. > > might be useful... > david jencks > > On Nov 9, 2010, at 4:58 AM, Jesse Glick wrote: > > > On 11/08/2010 02:21 AM

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Rex Hoffman
Sweet. Very much what I was looking for. May also create a set of java 5 annotations mirroring these. Rex On Tue, Nov 9, 2010 at 8:51 AM, Mark Hobson wrote: > On 9 November 2010 16:30, Rex Hoffman wrote: > > My thoughts exactly on the annotation ie. hosted in a generic contex

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Rex Hoffman
something like org.blah.ClientImplementsAllMethods false or org.blah.ClientMayNotImplementAllMethods true Where the annotation class is optional and as no default, and the clientsExpectedToImplementAllMethods is false. Rex On Tue, Nov 9, 2010 at 4:58 AM, Jes

Re: Auto apache version standard as an enforcer rule?

2010-11-07 Thread Rex Hoffman
which annotation to look for, rather than providing a default annotation? Weighing options, Looking for feedback, ideas to make it better, etc.... Thanks, Rex On Fri, Nov 5, 2010 at 2:07 PM, Rex Hoffman wrote: > Really, this is a question of how apache maven wants to approach the apache > ve

Re: Auto apache version standard as an enforcer rule?

2010-11-05 Thread Rex Hoffman
to do with failing the build), > clirr-m-p is the natural home of your extended functionality... > > if you are providing a clean patch which uses a helper method to > delegate to DefaultArtifactVersion, then I cannot see why this will > not be applied > > -Stephen > > On

Re: Auto apache version standard as an enforcer rule?

2010-11-05 Thread Rex Hoffman
5, 2010 at 3:32 AM, Mark Hobson wrote: > On 4 November 2010 18:28, Rex Hoffman wrote: > > Seems reasonable, build a helper library to run clirr and analyze it's > > results, allow the clirr plugin to use it in it's existing manner, or by > an > > enforcer rul

Re: Auto apache version standard as an enforcer rule?

2010-11-04 Thread Rex Hoffman
Nov 4, 2010 4:26 PM, "Brian Fox" wrote: Nah, i'll just release it again. On Thu, Nov 4, 2010 at 2:31 PM, Rex Hoffman wrote: > On Thu, Nov 4, 2010 at 11:...

Re: Auto apache version standard as an enforcer rule?

2010-11-04 Thread Rex Hoffman
On Thu, Nov 4, 2010 at 11:28 AM, Rex Hoffman wrote: > Seems reasonable, build a helper library to run clirr and analyze it's > results, allow the clirr plugin to use it in it's existing manner, or by an > enforcer rule. > > That fact that it's clirr under the hood

Re: Auto apache version standard as an enforcer rule?

2010-11-04 Thread Rex Hoffman
Seems reasonable, build a helper library to run clirr and analyze it's results, allow the clirr plugin to use it in it's existing manner, or by an enforcer rule. That fact that it's clirr under the hood of that enforcer rule will be completely abstracted. This will be a rule to enforce apache ver

Auto apache version standard as an enforcer rule?

2010-11-02 Thread Rex Hoffman
So I have a desire to have maven check prior versions of an artifact and determine if the apache version standard is being followed. I had implemented a patch against the clirr plugin in the mojo project to do this. http://jira.codehaus.org/browse/MCLIRR-33 It's been several months and this doesn'

Re: [vote] release maven enforcer plugin 1.0

2010-11-02 Thread Rex Hoffman
t; On Tue, Nov 2, 2010 at 3:53 PM, Rex Hoffman wrote: >> I just created a JIRA issue against a standard rule, with a patch: >> >> http://jira.codehaus.org/browse/MENFORCER-109 >> >> Obviously I am not an apache member, but I contributed >> dependency-convergence

Re: [vote] release maven enforcer plugin 1.0

2010-11-02 Thread Rex Hoffman
@maven.apache.org >> For additional commands, e-mail: dev-h...@maven.apache.org >> > > > > -- > Tony Chemit > > tél: +33 (0) 2 40 50 29 28 > email: che...@codelutin.com > http://www.codelutin.com > > - > To unsubscribe, e-mail: dev-

Re: Dependency policies

2010-10-01 Thread Rex Hoffman
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Rex Hoffman (415) 273-9438 415-2REXGET http://www.e-hoffman.org -

Re: Filling in a few gaps with enforcer rules

2010-09-13 Thread Rex Hoffman
hey're raised then > I'll track it from there. > > Thanks and happy time off! > > Mark > > On 8 September 2010 18:41, Rex Hoffman wrote: >> I haven't opened it yet as I still have to separate out functionality, >> and write up some info for the s

Re: Filling in a few gaps with enforcer rules

2010-09-08 Thread Rex Hoffman
I haven't opened it yet as I still have to separate out functionality, and write up some info for the site report. Already have the integration test done. I just quit my job and have two weeks off until I start my next, last day, yay! So really good news for you! I expect to have this split out

Re: Filling in a few gaps with enforcer rules

2010-08-26 Thread Rex Hoffman
aven do it. All transitive dependency conflicts are displayed when the rules detects that it has been violated. Seems like 2 and 3 are unique enough to make it in as rules? Rex On Thu, Aug 26, 2010 at 12:52 AM, Baptiste MATHUS wrote: > 2010/8/25 Rex Hoffman > >> So I felt there are fe

Re: Filling in a few gaps with enforcer rules

2010-08-25 Thread Rex Hoffman
(some) duplicated code. Rex On Wed, Aug 25, 2010 at 3:01 PM, Stephen Connolly wrote: > IMHO, if you can separate the rules by function and file enhancement JIRAs > with the appropriate patches attached to each, that would probably be the > best way > > -Stephen > > On 25 August 2010