Re: Wierd archive deployed?

2012-09-13 Thread Chris Graham
:-) [Trying...too...resist...the...urge...to...say...use...eclipse...] But seriously, a Zip file has "directory" entries in it. They can be a File entry, that points to a file's contents, or a Directory entry. If the (empty) directory entries are not there, then most archive tools simply go ahead

Re: Release of Maven Indexer 5.0

2012-09-13 Thread Chris Graham
On Thu, Sep 13, 2012 at 11:52 PM, Mark H. Wood wrote: > On Wed, Sep 12, 2012 at 09:04:09PM -0700, Manfred Moser wrote: > > On Wed, September 12, 2012 6:06 pm, Chris Graham wrote: > > > On Wed, Sep 12, 2012 at 9:46 PM, Anders Hammar > wrote: > > > > > >> I fully agree with you and I'm actually of

Re: Release of Maven Indexer 5.0

2012-09-13 Thread Chris Graham
On Thu, Sep 13, 2012 at 2:04 PM, Manfred Moser wrote: > On Wed, September 12, 2012 6:06 pm, Chris Graham wrote: > > On Wed, Sep 12, 2012 at 9:46 PM, Anders Hammar > wrote: > > > >> I fully agree with you and I'm actually of the opinion that the Java > >> community has a responsibility to provide

excludepackages versus other things in the javadoc plugin

2012-09-13 Thread Benson Margulies
I'm working on MJAVADOC-350. I've discovered that the implementation does not bother to inventory the individual file names of the source files if there are any excluded packages. Anyone know why? - To unsubscribe, e-mail: dev-u

Re: [VOTE] Move Maven projects sources to git

2012-09-13 Thread Mark Struberg
Yes, that works fine already. I've already used it for releasing Apache DeltaSpike where we do not have the pom directly under the root folder but in a ./deltaspike/ folder (in parallel to docs, etc) LieGrue, strub > > From: Olivier Lamy >To: Maven Developer

Re: [VOTE] Move Maven projects sources to git

2012-09-13 Thread Olivier Lamy
2012/9/13 Mark Derricutt : > Whilst it "may work" it's also rather horrible, unless every module in said > repository shares the same version number and gets released at the same time. > > If however it's planned to go this route of a single repository, but separate > release cadences for modules

Re: [VOTE] Release Maven Indexer version 5.0.0

2012-09-13 Thread Hervé BOUTEMY
+1 but there is no site? Regards, Hervé Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit : > Hi, > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187 > 22 > > There are still a couple of issues left in JIRA: > http://jira.codehau

Re: [VOTE] Move Maven projects sources to git

2012-09-13 Thread Mark Derricutt
Is this not where the use of Review Board ( or preferably, Gerrit IMHO ) comes into play, any patch/commit goes thru the code review system prior to being accepted, and part of that review process is a required signoff that committer X has a contribution license for the project. On 12/09/2012,

Re: [VOTE] Move Maven projects sources to git

2012-09-13 Thread Mark Derricutt
Whilst it "may work" it's also rather horrible, unless every module in said repository shares the same version number and gets released at the same time. If however it's planned to go this route of a single repository, but separate release cadences for modules, some rework and new releases of th

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Kristian Rosenvold
IntelliJ would work very happily with just a pom file aggregating pom; which in this case would be just a modules list. The only problem reaIly is that I have to put it in a subfolder, since "there can be only one" (Highlander). I'm sure we could generate multiple output formats for the aggregati

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Kristian Rosenvold
We will definitely be using the scm locations from the POM, combined with some dark magics on resolving where the project is located (think maven-plugins with multiple projects sharing the same root). Mark has tried explaining this algorithm on irc several times, but my eyes go watery every time. T

Wierd archive deployed?

2012-09-13 Thread Benson Margulies
I had trouble working on the javadoc plugin in IntelliJ, and this response came back from their support person. What's special about this artifact? Should I see if making a new release will fix it? Quote starts here: This issue occurs because ...\.m2\repository\org\apache\maven\maven-toolchain\

Re: Release of Maven Indexer 5.0

2012-09-13 Thread Manfred Moser
On Thu, September 13, 2012 6:52 am, Mark H. Wood wrote: > On Wed, Sep 12, 2012 at 09:04:09PM -0700, Manfred Moser wrote: >> I think that the cost is only so high because companies keep waiting >> until >> it is too painful. If you constantly keep upgrading a bit here and there >> and stay up to da

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Jason van Zyl
You may want to look at PSF files in Eclipse if you want to leverage an existing format. http://wiki.eclipse.org/PSF On Sep 13, 2012, at 7:43 AM, Olivier Lamy wrote: > Hi, > This idea looks nice :-). > I imagine you will retrieve scm locations of dependencies from their poms. > In such case dep

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Olivier Lamy
Hi, This idea looks nice :-). I imagine you will retrieve scm locations of dependencies from their poms. In such case dependencies can be a mix of scm (git, svn, hg etc..) So I would prefer we try to do something more generic to provide such features for all scms we support with maven scm (hey we h

Re: Release of Maven Indexer 5.0

2012-09-13 Thread Aleksandar Kurtakov
When one thinks of Linux distros and Java you would better consider Fedora - Maven 3 is there for the last 1.5 years. Alexander Kurtakov Red Hat Eclipse team - Original Message - > From: "Mark H. Wood" > To: dev@maven.apache.org > Sent: Thursday, September 13, 2012 4:52:39 PM > Subject

Proposal for new git-workspace-plugin

2012-09-13 Thread Kristian Rosenvold
I have just added wiki document to discuss the design of a totally new plugin I have dubbed the "git-workspace-plugin". The idea is to change the way we work with layered multi-module projects in git that will make it a whole lot easier for anyone wishing to make a change to do so. The page is at

Re: Release of Maven Indexer 5.0

2012-09-13 Thread Mark H. Wood
On Wed, Sep 12, 2012 at 09:04:09PM -0700, Manfred Moser wrote: > On Wed, September 12, 2012 6:06 pm, Chris Graham wrote: > > On Wed, Sep 12, 2012 at 9:46 PM, Anders Hammar wrote: > > > >> I fully agree with you and I'm actually of the opinion that the Java > >> community has a responsibility to pr

Re: [VOTE] Move Maven projects sources to git

2012-09-13 Thread Vincent Siveton
+1 Vincent 2012/9/5 Olivier Lamy : > Hi, > This vote is to decide moving our source tree currently located in one > svn repository to git (multiple git repositories). > First, we need to have at least 3 volunteers to help on Apache infra > for this move and more generally on git Apache infrastruc

Re: Plan for git migration

2012-09-13 Thread Mark Derricutt
I see mention of the current git-mirros of the svn tree. I recommended caution in just using these, or just looking at these as currently they're not used for releases, and there's well known issues with maven/git releases ( single tag/branch repository wide, maven releases only from the root et

Re: Plan for git migration

2012-09-13 Thread Baptiste MATHUS
Hi, Don't know if we need more complete verifications, but here's what I just found for the release repo at git://git.apache.org/maven-release.git: Using my current box (m3.0.4 / jdk 1.6.0_33), I wrote a simple script and ran it on the maven-release repo. Summary:

Re: [VOTE] Release Maven Indexer version 5.0.0

2012-09-13 Thread Olivier Lamy
+1 2012/9/12 Milos Kleint : > +1 > > basic testing inside netbeans codebase, all seems to work. > > Milos > > On Wed, Sep 12, 2012 at 8:20 PM, Tamás Cservenák wrote: >> Hi, >> >> We solved 6 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18722 >> >> There are