santhosh-tekuri/jlibs

daily build breaks

GoogleCodeExporter opened this issue · 2 comments

What steps will reproduce the problem?
1. mvn clean install on jlibs

What is the expected output? What do you see instead?
I expect that the project (and its subproject all compile)
However, I have to explicitly ignore the test cases (using 
-Dmaven.test.skip=true) since some tests fail.
Furthermore, some files are missing the mandatory header (
jlibs-read-only\core\src\main\java\jlibs\core\io\EncodingDetector.java
jlibs-read-only\jdbc\src\main\java\jlibs\jdbc\JDBCTask.java
jlibs-read-only\xmldog\src\main\java\jlibs\xml\sax\dog\path\tests\LocalName.java
)
which also causes the build to fail.

What version of the product are you using? On what operating system?
I am using the latest version of the code archive.

Original issue reported on code.google.com by Pierre.v...@gmail.com on 3 Dec 2013 at 12:46

earlier i was using maven. but moved to gradle.

anyway i will check why it is not building with maven

meanwhile you can use gradle to build as below:
simply type "gradle release" in jlibs directory (ofcourse you must have gradle 
installed)

Original comment by santhosh.tekuri@gmail.com on 4 Dec 2013 at 3:04

FIXED in r1778

Original comment by santhosh.tekuri@gmail.com on 5 Dec 2013 at 10:45

  • Changed state: Fixed