Re: [m2] release plugin removes all comments from pom.xml

2006-05-08 Thread ian . d . stewart
I may be smoking crack (if I am, don't hesitate to let me know), but it is
my understanding that whitespace (including line breaks) within a tag
should not alter how the tag is handled.

For example:



should be parsed the same as



I know that I've encountered issues with Cocoon where it generates
TextNodes for whitespace-only content between elements.  Perhaps this is an
issue with Xalan?

It's better to be hated for who you are
than loved for who you are not

Ian D. Stewart
Appl Dev Analyst-Advisory, DCS Automation
JPMorganChase Global Technology Infrastructure
Phone: (614) 244-2564
Pager: (888) 260-0078


   
  "Brett Porter"   
  <[EMAIL PROTECTED]To:   "Maven Users List" 

  il.com>  cc: 
               Subject:  Re: [m2] release 
plugin removes all comments from pom.xml
  05/08/2006 10:24 
  AM   
  Please respond to
  "Maven Users 
  List"
   




I thought I was working around this as well, but you should find that
if you remove the line breaks in the  wrote:
> Yes it - almost - works.
>
> Our pom´s should include some kind of documentation in the header.
> Unf. this comments get removed from the pom during the release.
> I´m not sure but maybe this is jdom related - a "well formed" xml
document should only have 1 root node but our ones have 2 (project +
comment).
>
>
> [original pom.xml]
> 
> 
> http://maven.apache.org/POM/4.0.0";
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
> 4.0.0
> ...
>
> [transformed pom.xml]
> http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd
">
>     4.0.0
> ...
>
> -----Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 08, 2006 4:08 PM
> To: Maven Users List
> Subject: Re: [m2] release plugin removes all comments from pom.xml
>
> http://jira.codehaus.org/browse/MRELEASE-45
>
> It is fixed in svn, please test.
>
> -D
>
>
> On 5/8/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
> >
> > Yes, I added one, but it was a duplicate of an existing one already.
> > Forgot the id though.
> >
> > Jens Zastrow wrote:
> > > Is tehre any technical issue why the release plugin needs to remove
> > > all the comments and to reformat the whole pom.xml?
> > >
> > > Thanks
> > > Jens Zastrow
> >
> > --
> > With kind regards,
> > Geoffrey De Smet
> >
> >
> > -
> > 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]
>
>

-
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]



Re: [m2] release plugin removes all comments from pom.xml

2006-05-08 Thread Brett Porter

I thought I was working around this as well, but you should find that
if you remove the line breaks in the  wrote:

Yes it - almost - works.

Our pom´s should include some kind of documentation in the header.
Unf. this comments get removed from the pom during the release.
I´m not sure but maybe this is jdom related - a "well formed" xml document 
should only have 1 root node but our ones have 2 (project + comment).


[original pom.xml]


http://maven.apache.org/POM/4.0.0";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
...

[transformed pom.xml]
http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
...

-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED]
Sent: Monday, May 08, 2006 4:08 PM
To: Maven Users List
Subject: Re: [m2] release plugin removes all comments from pom.xml

http://jira.codehaus.org/browse/MRELEASE-45

It is fixed in svn, please test.

-D


On 5/8/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
>
> Yes, I added one, but it was a duplicate of an existing one already.
> Forgot the id though.
>
> Jens Zastrow wrote:
> > Is tehre any technical issue why the release plugin needs to remove
> > all the comments and to reformat the whole pom.xml?
> >
> > Thanks
> > Jens Zastrow
>
> --
> With kind regards,
> Geoffrey De Smet
>
>
> -
> 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]




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



RE: [m2] release plugin removes all comments from pom.xml

2006-05-08 Thread Jens Zastrow
Yes it - almost - works.

Our pom´s should include some kind of documentation in the header.
Unf. this comments get removed from the pom during the release.
I´m not sure but maybe this is jdom related - a "well formed" xml document 
should only have 1 root node but our ones have 2 (project + comment).


[original pom.xml]

 
http://maven.apache.org/POM/4.0.0"; 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
...

[transformed pom.xml]
http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
...

-Original Message-
From: dan tran [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 08, 2006 4:08 PM
To: Maven Users List
Subject: Re: [m2] release plugin removes all comments from pom.xml

http://jira.codehaus.org/browse/MRELEASE-45

It is fixed in svn, please test.

-D


On 5/8/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
>
> Yes, I added one, but it was a duplicate of an existing one already.
> Forgot the id though.
>
> Jens Zastrow wrote:
> > Is tehre any technical issue why the release plugin needs to remove 
> > all the comments and to reformat the whole pom.xml?
> >
> > Thanks
> > Jens Zastrow
>
> --
> With kind regards,
> Geoffrey De Smet
>
>
> -
> 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]



Re: [m2] release plugin removes all comments from pom.xml

2006-05-08 Thread dan tran

http://jira.codehaus.org/browse/MRELEASE-45

It is fixed in svn, please test.

-D


On 5/8/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:


Yes, I added one, but it was a duplicate of an existing one already.
Forgot the id though.

Jens Zastrow wrote:
> Is tehre any technical issue why the release plugin needs to remove all
> the comments and to reformat the whole pom.xml?
>
> Thanks
> Jens Zastrow

--
With kind regards,
Geoffrey De Smet


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




Re: [m2] release plugin removes all comments from pom.xml

2006-05-08 Thread Geoffrey De Smet

Yes, I added one, but it was a duplicate of an existing one already.
Forgot the id though.

Jens Zastrow wrote:

Is tehre any technical issue why the release plugin needs to remove all
the comments and to reformat the whole pom.xml?

Thanks
Jens Zastrow


--
With kind regards,
Geoffrey De Smet


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



[m2] release plugin removes all comments from pom.xml

2006-05-08 Thread Jens Zastrow
Is tehre any technical issue why the release plugin needs to remove all
the comments and to reformat the whole pom.xml?

Thanks
Jens Zastrow

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