maven-eclipse-plugin 2.5 coming soon

View: New views
6 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Re: maven-eclipse-plugin 2.5 coming soon

by Benjamin Bentmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> If you produce a complete patch (code, doc, test) before this evening ....

Patch has been extended with unit test, please give it a try.

As for the doc: What exactly are you expecting? I mean, the plugin configuration did not change, the issue is just about complying with the URL spec.


Benjamin
(the other one)

Re: maven-eclipse-plugin 2.5 coming soon

by Arnaud HERITIER :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks nabcos and benjamin,

  I'll apply it before to launch the vote.
  In this case the documentation isn't necessary because it is a bug fix,
but I prefer to always ask for it ;-)

Thnaks

Arnaud

On Thu, Mar 13, 2008 at 7:38 PM, Benjamin Bentmann <
benjamin.bentmann@...> wrote:

>
> > If you produce a complete patch (code, doc, test) before this evening
> ....
>
> Patch has been extended with unit test, please give it a try.
>
> As for the doc: What exactly are you expecting? I mean, the plugin
> configuration did not change, the issue is just about complying with the
> URL
> spec.
>
>
> Benjamin
> (the other one)
> --
> View this message in context:
> http://www.nabble.com/maven-eclipse-plugin-2.5-coming-soon-tp15207954s177p16035084.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


--
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Re: maven-eclipse-plugin 2.5 coming soon

by Arnaud HERITIER :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benjamin,I applied your patch but I had to change a little bit the test case
to pass it on MacOS and I had to fix the project testcase #10
Can you test the build of the plugin and the plugin iself please ?
It's too late now to launch the release. It will be for tomorrow.

cheers

On Fri, Mar 14, 2008 at 12:44 AM, Arnaud HERITIER <aheritier@...>
wrote:

> Thanks nabcos and benjamin,
>
>   I'll apply it before to launch the vote.
>   In this case the documentation isn't necessary because it is a bug fix,
> but I prefer to always ask for it ;-)
>
> Thnaks
>
> Arnaud
>
> On Thu, Mar 13, 2008 at 7:38 PM, Benjamin Bentmann <
> benjamin.bentmann@...> wrote:
>
> >
> > > If you produce a complete patch (code, doc, test) before this evening
> > ....
> >
> > Patch has been extended with unit test, please give it a try.
> >
> > As for the doc: What exactly are you expecting? I mean, the plugin
> > configuration did not change, the issue is just about complying with the
> > URL
> > spec.
> >
> >
> > Benjamin
> > (the other one)
> > --
> > View this message in context:
> > http://www.nabble.com/maven-eclipse-plugin-2.5-coming-soon-tp15207954s177p16035084.html
> > Sent from the Maven - Users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>
>
> --
> ..........................................................
> Arnaud HERITIER
> ..........................................................
> OCTO Technology - aheritier AT octo DOT com
> www.octo.com | blog.octo.com
> ..........................................................
> ASF - aheritier AT apache DOT org
> www.apache.org | maven.apache.org
> ...........................................................
>



--
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Re: maven-eclipse-plugin 2.5 coming soon

by Benjamin Bentmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I had to fix the project testcase #10

Indeed, we have a tricky thing here: While "file:${M2_REPO}" will expand to a proper URI on Unix, it won't on Windows which would rather need "file:/${M2_REPO}".

I added some hackery to AbstractEclipsePluginTestCase.assertFileEquals() to fix the URI read from the expected ".classpath". Please verify the tests are passing on Unix, too.

The RadPluginTest.testProject6() is still failing for me because it does not account for XML attributes being unordered. But that's no failure of the plugin itself and shouldn't stop the release.


Benjamin

Re: maven-eclipse-plugin 2.5 coming soon

by Siarhei :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't think releasing anything with failing tests a good idea no matter
whether the problem is with the test or with the plugin.

Siarhei

On Fri, Mar 14, 2008 at 11:07 AM, Benjamin Bentmann <
benjamin.bentmann@...> wrote:

>
> > I had to fix the project testcase #10
>
> Indeed, we have a tricky thing here: While "file:${M2_REPO}" will expand
> to
> a proper URI on Unix, it won't on Windows which would rather need
> "file:/${M2_REPO}".
>
> I added some hackery to AbstractEclipsePluginTestCase.assertFileEquals()
> to
> fix the URI read from the expected ".classpath". Please verify the tests
> are
> passing on Unix, too.
>
> The RadPluginTest.testProject6() is still failing for me because it does
> not
> account for XML attributes being unordered. But that's no failure of the
> plugin itself and shouldn't stop the release.
>
>
> Benjamin
> --
> View this message in context:
> http://www.nabble.com/maven-eclipse-plugin-2.5-coming-soon-tp15207954s177p16047715.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>
IPROFS
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl

Re: maven-eclipse-plugin 2.5 coming soon

by Arnaud HERITIER :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benjamin,
  The fix is good.
  I can't reproduce your problem but I had it a long time ago. There's an
issue open for it. After the 2.5 I'll try to completly refactor the plugin
and I'll use xmlUnit to compare xml files instead of using line per line
checks.
  It's time to release !!! ;-)

Arnaud

On Fri, Mar 14, 2008 at 7:45 PM, Siarhei Dudzin <siarhei.dudzin@...>
wrote:

> I don't think releasing anything with failing tests a good idea no matter
> whether the problem is with the test or with the plugin.
>
> Siarhei
>
> On Fri, Mar 14, 2008 at 11:07 AM, Benjamin Bentmann <
> benjamin.bentmann@...> wrote:
>
> >
> > > I had to fix the project testcase #10
> >
> > Indeed, we have a tricky thing here: While "file:${M2_REPO}" will expand
> > to
> > a proper URI on Unix, it won't on Windows which would rather need
> > "file:/${M2_REPO}".
> >
> > I added some hackery to AbstractEclipsePluginTestCase.assertFileEquals()
> > to
> > fix the URI read from the expected ".classpath". Please verify the tests
> > are
> > passing on Unix, too.
> >
> > The RadPluginTest.testProject6() is still failing for me because it does
> > not
> > account for XML attributes being unordered. But that's no failure of the
> > plugin itself and shouldn't stop the release.
> >
> >
> > Benjamin
> > --
> > View this message in context:
> >
> http://www.nabble.com/maven-eclipse-plugin-2.5-coming-soon-tp15207954s177p16047715.html
> > Sent from the Maven - Users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>



--
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................
< Prev | 1 - 2 | Next >