> but the patch download only contains the java source code, no class file. yes, patch files are (in standard diff format) differences between source files: a reference version (usually the last), and the current (with the changes).
> should i build the jar by myself? yes, but if you have all Pivot sources inside an IDE you can simple compile all Pivot subprojects, and if you have eclipse all is already set up. Or if you have ant (and junit in classpath) you can build all with a simple ant command, but you have to download even our ant build file (in root in our trunk). Otherwise maybe I could post somewhere an updated snapshot from latest trunk, but probably not before the beginning of next week, sorry. We already have a Continuous Build Server that makes nightly builds, but at the moment (mainly to not waste space on Apache servers) I haven't configured it to keep nightly builds artifacts ... I'll try to see if it makes sense to enable this, and where to store if could be useful. Tell me. Sandro
