legsem / legstar

Automatically exported from code.google.com/p/legstar
0 stars 2 forks source link

Maven builds fail on Linux #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are a number of dependencies on Windows in the build processes. For 
instance:

- some tests assume a CRLF termination on files (\r\n)
- launch of ant scripts sometimes uses the platform dependent exec task:

        <exec dir="${test.dir}" executable="cmd" failonerror="true">
            <arg value="/c"/>
            <arg value="run"/>
        </exec>
- etc..

Original issue reported on code.google.com by fady.mou...@gmail.com on 11 Apr 2011 at 7:50

GoogleCodeExporter commented 9 years ago
- Also sources with special characters should be encoded in UTF-8 5otherwise 
they are CP1252 encoded by default en windows)

- Comparing result files to references should neutralize CR and part of the 
line separator sequence

Original comment by fady.mou...@gmail.com on 11 Apr 2011 at 11:38

GoogleCodeExporter commented 9 years ago
legstar-core now builds on linux fine

Original comment by fady.mou...@gmail.com on 15 Jul 2011 at 3:56

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 13 Jul 2014 at 4:05