+1
--
Olivier
2008/7/1 Dennis Lundberg <[EMAIL PROTECTED]>:
> Ping.
>
> It's been 5 days now, and my vote is the only one so far...
>
> Dennis Lundberg wrote:
>>
>> Hi,
>>
>> We solved 23 issues:
>>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=13092
>>
Paul Gier wrote:
I was imagining this used during the
development cycle, so that any changes it causes would go through some
cycles of testing.
Maybe the first test could be performed by the POM Plugin itself, i.e.
have it calculate the transitive deps before the POM change and
afterwards a
Brian E. Fox wrote:
I understand your concerns, but the same issue can happen when adding or
removing a dependency, not just reordering. I would rather recommend that
people rely on dependency management to control transitive versions than rely on
the order in the pom. Then you should be able
Niall Pemberton wrote:
On Sun, Jun 29, 2008 at 3:42 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
Niall Pemberton wrote:
On Sat, Jun 28, 2008 at 5:56 PM, Ralph Goers <[EMAIL PROTECTED]>
wrote:
What does -X tell you?
Not alot that makes any sense to me, but thanks for the suggestion - I
ran i
Ping.
It's been 5 days now, and my vote is the only one so far...
Dennis Lundberg wrote:
Hi,
We solved 23 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=13092
There are still a lot of issues left in JIRA:
http://jira.codehaus.org/secure/Issu
When you reorder, you should be able to do a -DdryRun and let it produce for
you a "pom.xml.reorder" file.
And when you run the reordering for real, let it create a "pom.xml.backup"
Hey, doesn't this sound just like the philosophy of the release plugin? :-)
Paul
On Tue, Jul 1, 2008 at 11:26 AM,
>I understand your concerns, but the same issue can happen when adding or
>removing a dependency, not just reordering. I would rather recommend that
>people rely on dependency management to control transitive versions than rely
>on
>the order in the pom. Then you should be able to organize d
Hello,
> Can someone post a snippet of Ant file showing me how I can
> refer to these classpaths? In our Maven1 jelly setup, I found
> references like "maven.compile.classpath", but using this as
>
>
Eventually, I found out what was wrong with my code. It took me a
while... :-)
It seems one
> It's recent - I reported it on this list yesterday. If you take trunk back
> about a week, you should find that it works a bit better.
I'll wait it to be fixed.
> On the other hand, if you want a slightly easier way to get started - you
> might like to help correct these / vs \ issues on Window