History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-786
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: David L. Whitehurst
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

XML Files modified by appfuse:full-source have Windows line endings

Created: 30/May/07 10:52 AM   Updated: 27/Aug/07 08:06 PM
Component/s: Tools - AMP
Affects Version/s: 2.0-M5
Fix Version/s: 2.0-RC1


 Description  « Hide
To reproduce, run "appfuse:full-source" in Cygwin or on OS X and vi pom.xml when it's done.

 All   Comments   Change History   FishEye      Sort Order:
David L. Whitehurst - 27/Aug/07 08:06 PM
Fixed by checking if os.name starts with Linux or Mac ... replace \r with "" if matched.