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

2013-10-23 Thread Антон Мацюк
Hi. You really need to make two different versions of .jar-files which can be downloaded from site. One is a uberjar like it is now. It still be quite easy to use for new users. And other one is a .jar with only-JOD-classes. I have a problem now with used jars in our corporative desktop app. App

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

2013-10-23 Thread Антон Мацюк
> > 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: > > >> dist.init: > > [mkdir] Created dir: >> /home/denixx/NetBeansProjects/jOpenDocu

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

2013-10-24 Thread Антон Мацюк
> > denixx@denixxwork:~> java -version > > java version "1.7.0_45" > > Java(TM) SE Runtime Environment (build 1.7.0_45-b18) > > Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) > > denixx@denixxwork:~> /home/denixx/soft/apache-ant-1.9.2/bin/ant -version > > Apache Ant(TM) version 1.

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

2013-10-24 Thread Антон Мацюк
> > > > > > > > Use "encoding" argument in "javac"-tag. Ant tries to read sources in system encoding (cp1251 for Russian Windows) if this attribute not present. -- --- You received this message because you are subscribed to the Google Groups "jOpenDocument" group. To unsubscribe fro

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 j

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 { > Byt

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 jopendocument+unsubscr

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

2014-03-01 Thread Антон Мацюк
Hi guys. Please examine this: https://github.com/denixx/jOpenDocument-1.3 Let me know if something is wrong. -- --- 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

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. F

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

2014-03-01 Thread Антон Мацюк
And sorry for this period of inactivity - I was doing my job ;) -- --- 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-02 Thread Антон Мацюк
on. > Maven fans will appreciate :) > > Best regards, > > Guillaume > > > 2014-03-01 19:36 GMT+01:00 Антон Мацюк > > : > >> And sorry for this period of inactivity - I was doing my job ;) >> >> -- >> >> --- >> You receive

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

2014-03-03 Thread Антон Мацюк
GMT+02:00 Sylvain Cuaz : > Le 02/03/2014 16:37, Антон Мацюк a écrit : > > 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 >> > > The locale must be France sin

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 Антон Мацюк : > If I leave Locale.FRANCE I get this: > > testDays(org.jopendocument.dom.style.data.DataStyleTest) Time elapsed: >