It very well could have been but I don't think it has propagated
downstream into a proper release yet.

Thanks for taking the time to explain anyways.  I'm sure it will be
helpful at some point in the future.

Side note: is there a way to get Outlook 2003 to quote like below (with
> indents) rather than pushing the original message down?  It would
certainly make interleaving replies easier.

-----Original Message-----
From: Kenney Westerhof [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 10, 2006 1:27 PM
To: Maven Developers List
Subject: Re: Commit MJAR-38

On Sat, 10 Jun 2006, Mike Perham wrote:

> This is a patch against 2.0.x maven-archiver which allows the user to 
> override the default manifest entries placed by Maven and also cleans 
> all manifest entries of linebreaks so invalid manifests with 
> linebreaks are not created.  We will also need to push this down to 
> the jar plugin but do we want to release a jar plugin which requires 
> 2.0.5?  Should this be deferred to 2.1?

Wasn't the line ending stuff fixed in plexus-archiver a long time ago?

>
> Side note: I don't use Subversion daily - what's the command(s) to 
> merge a change from the 2.0.x branch to the 2.1 trunk?

Usually you should commit on trunk first and then merge with the branch,
but technically it doesn't matter.

You do:
$ cd path/to/branch;
$ svn commit;
remember revision number: X
$ cd path/to/trunk;
$ svn merge -rX-1:X https://svn.apache.org/..../branch-2.0.x .
(if X = 3000 then it's  -r2999:3000)
test, and commit, and mention you've merged revision X from trunk to
branch so we can do merge tracking.

> I need someone else to (hopefully coderead and) commit this as I don't

> have commit rights to components.

ah, so i've explained this for nothing.. ;)

-- Kenney

> http://jira.codehaus.org/browse/MJAR-38
>
> mike
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to