Page 1 of 1

Obtain src in JAR or ZIP

PostPosted: Wed Nov 17, 2010 2:44 pm
by ashario
Hi all

I notice you can use svn to somehow download the latest source.

I'm not really familiar with this product. Is there a place somewhere where I can download the docx4j 2.5 source as a JAR or ZIP file?

Re: Obtain src in JAR or ZIP

PostPosted: Wed Nov 17, 2010 5:10 pm
by jason
I'd encourage you to try svn. If you are on Windows, just download http://tortoisesvn.tigris.org/

Alternatively, svn can be integrated into your IDE. For Eclipse, see http://subclipse.tigris.org/

The advantage that svn gives you is that you can easily see the history of a file; you can easily get the latest updates (or a particular release); and you can generate patches if you change something.

All that being said, I've planning to post a release candidate in the next day or so, so I'll make one with source code then.