Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Jesse Glick
On 11/08/2010 02:21 AM, Rex Hoffman wrote: project: java-version-delta By the way, you should look at https://sigtest.dev.java.net/ if you have not done so already. I'm not sure if the license feature set suits your needs but it would make a potentially useful alternate impl. This is the

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Mark Hobson
On 9 November 2010 16:30, Rex Hoffman r...@e-hoffman.org wrote: My thoughts exactly on the annotation ie. hosted in a generic context.  The concern I have is the number of useful open source projects that expose interfaces that clients are not required to implement.  Ultimately since this

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Jesse Glick
On 11/09/2010 11:30 AM, Rex Hoffman wrote: The only current problem is that it's not in the maven repo. True. Probably not hard to fix, if that is the only obstacle; take it off list if interested. I don't suppose your teams usage of it is based off on an open source ant task? Currently

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread David Jencks
The BND tool used in the (misnamed) felix maven-bundle-plugin has, in recent versions not yet used in the maven-bundle plugin, some logic to determine whether an Import-Package constraint is uses or implements and decides which segment of the version number to increment based on that. might

Possible regression in Assembly Plugin 2.2

2010-11-09 Thread Dennis Lundberg
Hi I created an issue in JIRA [1] for what I think is a regression in version 2.2 of the Assembly Plugin. When digging deeper in JIRA I found more related, but not identical, issues [2]. What I would like to know is whether the change was a deliberate or not. If it was deliberate then we need to

Re: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Dennis Lundberg
Hi I assume that you are using the Maven AntRun Plugin to run the snippet, but you didn't tell us which version of the plugin you are using. Different versions of the plugin uses/supports different versions of Ant. http://maven.apache.org/plugins/maven-antrun-plugin/ On 2010-11-09 19:50, Hahn,

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 markhob...@gmail.com wrote: On 9 November 2010 16:30, Rex Hoffman r...@e-hoffman.org wrote: My thoughts exactly on the annotation ie. hosted

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Rex Hoffman
Very cool. I'll have to check that out as well to determine how BND decided to calculate version numbers, though it's not directly applicable as osgi creates versions at the package level. Osgi semantic versioninghttp://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf seems to extend the

RE: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Hahn, Christopher (SAN DIEGO)
Hi, Thank you for getting back to me. I am seeing version 1.2 of the plugin. The weird thing is that the ant I used (1.8) was only installed, by me, in order to drive the ant only command line test. I could not find an ant install on this box, and am thinking that Maven is using its own

Re: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Dennis Lundberg
On 2010-11-09 20:23, Hahn, Christopher (SAN DIEGO) wrote: Hi, Thank you for getting back to me. I am seeing version 1.2 of the plugin. This is rather old. The latest version is 1.6. Please try that one. The weird thing is that the ant I used (1.8) was only installed, by me, in order to

[VOTE] Release Maven Linkcheck Plugin version 1.1 and Doxia Tools 1.2

2010-11-09 Thread Dennis Lundberg
Hi, We solved 6 + 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12100styleName=Htmlversion=16748 http://jira.codehaus.org/browse/DOXIA-410 http://jira.codehaus.org/browse/DOXIA-412 http://jira.codehaus.org/browse/DOXIA-414 There are still a couple of issues left in JIRA:

RE: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Hahn, Christopher (SAN DIEGO)
Hello, I will discuss upgrading our antrun plugin with my group, but some dependencies seem to be up to date Thank you for taking the time. Chris P.S. Here is the plugin config: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Jesse Glick
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 package. Without some special annotations, it is not possible for a tool to mechanically decide whether a given interface

Re: Auto apache version standard as an enforcer rule?

2010-11-09 Thread Rex Hoffman
Fully understood. A built in limitation of osgi is package level control, as opposed to class. I'm leaning to using the (javadoc) annotations Mark pointed out, They seem a better way to modify the default clirr/sigtest severity behavior.

Re: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Dennis Lundberg
On 2010-11-09 22:58, Hahn, Christopher (SAN DIEGO) wrote: Hello, I will discuss upgrading our antrun plugin with my group, but some dependencies seem to be up to date Thank you for taking the time. Chris P.S. Here is the plugin config: Hmm, I don't see any execution in here

Re: MSHADE-88

2010-11-09 Thread ant elder
Still no comments, is this the wrong mailing list to ask about the shade plugin? I'm thinking now of forking the plugin to add the fix and doing a release from Tuscany to get a fixed release of it that we can use, seems a hassle though, are there any alternatives anyone can suggest? ...ant