Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2014-03-03 Thread Антон Мацюк
If I leave Locale.FRANCE I get this: testDays(org.jopendocument.dom.style.data.DataStyleTest) Time elapsed: 0.172 sec FAILURE! junit.framework.AssertionFailedError:

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2014-03-03 Thread Антон Мацюк
Do not look at DataStyleTest.java:87 - file contents in my IDE is not the same as in GitHub. 2014-03-03 16:36 GMT+02:00 Антон Мацюк denixx.bay...@gmail.com: If I leave Locale.FRANCE I get this: testDays(org.jopendocument.dom.style.data.DataStyleTest) Time elapsed: 0.172 sec FAILURE!

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2014-03-02 Thread Антон Мацюк
Though, take a look at this: https://github.com/denixx/jOpenDocument-1.3/blob/master/src/test/java/org/jopendocument/dom/style/data/DataStyleTest.java#L81 суббота, 1 марта 2014 г., 21:03:41 UTC+2 пользователь guillaume...@gmail.com написал: Hi, thank you for your contribution. Maven fans

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2014-03-01 Thread Антон Мацюк
This is a Maven-based project, which builds jar and uberjar. -- --- You received this message because you are subscribed to the Google Groups jOpenDocument group. To unsubscribe from this group and stop receiving emails from it, send an email to jopendocument+unsubscr...@googlegroups.com.

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2014-03-01 Thread Guillaume Maillard
Hi, thank you for your contribution. Maven fans will appreciate :) Best regards, Guillaume 2014-03-01 19:36 GMT+01:00 Антон Мацюк denixx.bay...@gmail.com: And sorry for this period of inactivity - I was doing my job ;) -- --- You received this message because you are subscribed to the

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2013-10-28 Thread Антон Мацюк
I have done rebuilding sources to maven. Will publish results to github at weekend. -- --- You received this message because you are subscribed to the Google Groups jOpenDocument group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2013-10-25 Thread Антон Мацюк
One more question: I am trying to run tests in jOD sources version 1.2. I've won in battle with RELAX NG, just used jing-2009 and changed JDOMUtils to public static String isValid(final Document doc, final String schemaLanguage, final URL schemaLocation) throws SAXException {

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2013-10-24 Thread Антон Мацюк
javac encoding=UTF-8 srcdir=src/ destdir=build compilerarg value=-Xlint:deprecation / compilerarg value=-Xlint:unchecked / classpath fileset dir=lib includes=**/*.jar / /classpath /javac Use encoding argument in javac-tag. Ant tries to read sources in system encoding (cp1251 for

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2013-10-24 Thread Антон Мацюк
Gotcha! I make stupid thing trying to compile soruces with jdk 1.7 :) With 1.6 it compiles successfully. -- --- You received this message because you are subscribed to the Google Groups jOpenDocument group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2013-10-23 Thread Guillaume Maillard
Hi, upgrade your JDK. Regards, Guillaume 2013/10/23 Антон Мацюк denixx.bay...@gmail.com denixx@denixxwork:~/NetBeansProjects/jOpenDocument-src-1.3 /home/denixx/soft/netbeans-7.3.1/java/ant/bin/ant Buildfile: /home/denixx/NetBeansProjects/jOpenDocument-src-1.3/build.xml init: