Page 1 of 1

Environment CDATA grows empty lines

Posted: Tue Sep 27, 2011 8:02 am
by tankist02
For some reason after a workspace is loaded and rebuilt the following section in .project files gets a new empty line:

<Environment EnvVarSetName="<Use Workspace Settings>" DbgSetName="<Use Global Settings>">
<![CDATA[

--->>> empty lines go here

]]>

I tried first to remove all empty lines manually in an editor and then just deleted the whole <Environment> element - didn't help.

Re: Environment CDATA grows empty lines

Posted: Tue Sep 27, 2011 4:32 pm
by eranif
I noticed that as well. This bug was introduced in v3.0

Fixed in trunk

Eran

Re: Environment CDATA grows empty lines

Posted: Tue Sep 27, 2011 9:44 pm
by tankist02
Nice! Let me try again...

Re: Environment CDATA grows empty lines

Posted: Wed Nov 16, 2011 5:16 am
by tankist02
I noticed this bug is back on revision 5275. It happens when project build order is updated.

Re: Environment CDATA grows empty lines

Posted: Fri Jan 13, 2012 10:58 pm
by josee
The newest version v.3.5.5375 on Ubuntu 11.04 still shows this behaviour.

Adding or deleting files to a project adds also empty lines to CDATA sections.

I'm removing these lines by use of git version control system with "git checkout -p ..."
but it is not a real solution.

Jörg