this unit test shows what was expected (the comments inside explain it), and
the exact thing I was trying to warn everybody
= it shows that when you use the bad code "new FileReader(File)", wrong
encoding is used: you have to replace it
with "ReaderFactory.newXmlReader(File)"
One thing to under
I took a stab at the low hanging fruit and knocked the list down to 13 now
(plus several are all related to encoding). If you can write an IT for 2123
using the link I sent on how to make an IT, then it will drastically increase
the chances it makes it in.
-Original Message-
From: Willi
Fair cop.
I wasn't having a whine.
It just seemed like there a rush on to push 2.0.8 out the door as soon as the
encoding problem was resolved and I didn't want to see an issue that can be a
real pain in the arse get left out, especially when it has a patch.
William
-Original Message
On 16 Oct 07, at 5:27 PM 16 Oct 07, William Ferguson wrote:
Could we at least resolve those issues that have patches waiting to
be applied?
Like http://jira.codehaus.org/browse/MNG-2123
It's really is not as simple as applying a patch. They need testing,
and verification and validating
Herve,
Can you take a look at mng2025? I already applied the unit test patch for
maven-project to 2.0.x and trunk, but the unit tests from the patch in
maven-model are failing. Is it possible you missed an encoding fix?
Thanks,
Brian
-Original Message-
From: Hervé BOUTEMY [mailto:[EMAIL
Can we get an IT test for this?
http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test
-Original Message-
From: William Ferguson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 8:27 PM
To: Maven Developers List
Subject: RE: Maven 2.0.8 - any updates?
Could we
The Encoding IT test passes now.
-Original Message-
From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 6:27 PM
To: Maven Developers List
Subject: Re: Maven 2.0.8 - any updates?
work done:
- r585265 for trunk
- r585268 for 2.0.x branch
I didn't add the integrat
Could we at least resolve those issues that have patches waiting to be applied?
Like http://jira.codehaus.org/browse/MNG-2123
William
-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 17 October 2007 9:14 AM
To: Maven Developers List
Subject: [***POSSIBL
On 16 Oct 07, at 4:13 PM 16 Oct 07, Brian E. Fox wrote:
Yes, I've looked at it as recently as Sunday. I think we need to
draw the line and push out a release as it's unlikely that all 17
issues will be fixed very soon. We're getting too far away from the
release early/ release often mantra
agreed
On 10/16/07, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> Yes, I've looked at it as recently as Sunday. I think we need to draw the
> line and push out a release as it's unlikely that all 17 issues will be fixed
> very soon. We're getting too far away from the release early/ release often
>
Yes, I've looked at it as recently as Sunday. I think we need to draw the line
and push out a release as it's unlikely that all 17 issues will be fixed very
soon. We're getting too far away from the release early/ release often mantra
we try to follow.
-Original Message-
From: William
Looks like there are still 17 open issues scheduled for 2.0.8.
See
http://jira.codehaus.org/secure/IssueNavigator.jspa?fixfor=13139&sorter/field=priority&mode=hide&reset=true&pid=10500&sorter/order=ASC
William
-Original Message-
From: Mark Hobson [mailto:[EMAIL PROTECTED]
Sent: Tuesda
Hi,
plexus-utils version 1.4.7 done.
I have updated the maven-war-plugin pom to use released version.
Stephane : maybe you can call the vote on thursday ?
--
Olivier
2007/10/16, Stephane Nicoll <[EMAIL PROTECTED] >:
>
> On 10/15/07, Tomasz Pik <[EMAIL PROTECTED] > wrote:
> > PS Now I need to l
Thanks Herve. I already added the integration test to the core tests last week.
I can build maven and give it a whirl, hopefully tonight.
-Original Message-
From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 6:27 PM
To: Maven Developers List
Subject: Re: Maven
seems that the integration tests are not passing, check the continuum
mails to the mailing list
On 10/16/07, Hervé BOUTEMY <[EMAIL PROTECTED]> wrote:
> work done:
> - r585265 for trunk
> - r585268 for 2.0.x branch
>
> I didn't add the integration-test attached to MNG-2254: Brian, if you can take
>
work done:
- r585265 for trunk
- r585268 for 2.0.x branch
I didn't add the integration-test attached to MNG-2254: Brian, if you can take
a look at it, please.
More explanations about these encoding fixes can be found at
http://docs.codehaus.org/display/MAVENUSER/XML+encoding in the "Technical
On 16 Oct 07, at 6:29 AM 16 Oct 07, Brian E. Fox wrote:
I think we're just aiming to fix the encoding.
Herve is working on that now, and then we'll release it.
-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 4:02 AM
To: Maven Develop
It works great now !
Thank you very much Nico for your very appreciated
help.
I was really getting stuck here.
--- nicolas de loof <[EMAIL PROTECTED]> a écrit
:
> Yes, plexus will inject any dependency for common
> maven components.
>
> If you need an ArtifactResolutionResult, you should
> us
Yes, plexus will inject any dependency for common maven components.
If you need an ArtifactResolutionResult, you should use
ArtifactResolver and copy surefire plugin
resolveArtifact() method.
Nico
2007/10/16, Adrian Gonzalez <[EMAIL PROTECTED]>:
>
> Thanks nicolas,
>
> I've took a look at suref
Thanks nicolas,
I've took a look at surefire plugin, all I need to do
is this ?
/**
* @parameter expression="${localRepository}"
* @required
* @readonly
*/
private ArtifactRepository localRepository;
--- nicolas de loof <[EMAIL PROTECTED]> a écrit
:
> Why not use an ArtifactResolver as th
Why not use an ArtifactResolver as the surefire plugin does ?
2007/10/16, Adrian Gonzalez <[EMAIL PROTECTED]>:
>
> Hello,
>
> I need to access localRepository from the
> maven-war-plugin in order to get
> artifactResolutionResult.
>
> Could someone point me at how can I achieve this
> please ?
>
>
Hello,
I need to access localRepository from the
maven-war-plugin in order to get
artifactResolutionResult.
Could someone point me at how can I achieve this
please ?
Thank you
_
Ne gardez plus qu'une seule adre
I think we're just aiming to fix the encoding.
-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 4:02 AM
To: Maven Developers List
Subject: Maven 2.0.8 - any updates?
Folks,
are there any updates for Maven 2.0.8? What's left to finalize the
Hi guys - it's been 6 months since the last maven-assembly-plugin release.
2.2-beta-2 upgrades plexus-archiver and should fix PLX-344 which is a
particularly niggly issue.
Is there any plan to release a new version anytime?
Hi Jörg,
I'd like to get a fix for MNG-3089 in 2.0.8:
http://jira.codehaus.org/browse/MNG-3089
It still needs some work as described in the issue, but it is
currently blocking filtering by scope in dependency:tree. I'm
certainly up for an imminent release though.
Cheers,
Mark
On 16/10/2007,
Folks,
are there any updates for Maven 2.0.8? What's left to finalize the release?
We're still stuck at M205 due to regressions in M206+M207. All of this has been
solved months ago. I face meanwhile quite daily people dropping by in my office
with Maven problems where I have to say, it is solve
On 10/15/07, Tomasz Pik <[EMAIL PROTECTED]> wrote:
> PS Now I need to lobby for plexus-utils release I guess...
Hehe :)
Stéphane
--
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge
-
To
27 matches
Mail list logo