soi-toolkit / soi-toolkit-google-code

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Source generator should use native EOL when generating files #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When generating property files on windows EOL LF is used, but it should be 
CRLF. When editing the file on windows there might be mixed EOL with both LF 
and CRLF that confuses subversion and aborts svn commits and svn add

What is the expected output? What do you see instead?
-

What version of the product are you using? On what operating system?
0.5.0

Please provide any additional information below.
Use for example System.getProperty("line.separator");

Original issue reported on code.google.com by par.wena...@gmail.com on 27 Apr 2012 at 7:25

GoogleCodeExporter commented 9 years ago
Goal: code should be generated with the current platforms line endings (LF for 
*nix, CR + LF for win).

Original comment by hakan.dahl@gmail.com on 8 Jun 2012 at 12:50

GoogleCodeExporter commented 9 years ago
Move open v0.5.1 issues to v0.6.0, since the next release will be v0.6.0 and 
not v0.5.1.

Original comment by magnus.l...@gmail.com on 26 Jul 2012 at 4:34

GoogleCodeExporter commented 9 years ago
Let's move it to 0.6.1.

Original comment by magnus.l...@gmail.com on 31 Aug 2012 at 1:21

GoogleCodeExporter commented 9 years ago
Back into 0.6.0.

Original comment by hakan.dahl@gmail.com on 3 Sep 2012 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by hakan.dahl@gmail.com on 3 Sep 2012 at 6:45

GoogleCodeExporter commented 9 years ago
Classes where EOL-transformation is needed:
project: soitoolkit-generator
------------------------
GeneratorUtil
XmlNamespaceModel
XmlFileUtil
MiscUtil
RequestResponseServiceGenerator

Original comment by hakan.dahl@gmail.com on 8 Sep 2012 at 7:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1718.

Original comment by hakan.dahl@gmail.com on 8 Sep 2012 at 8:02

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1719.

Adding missing files for SourceFormatterUtil.

Original comment by hakan.dahl@gmail.com on 8 Sep 2012 at 8:04