Hi Martijn- >If you are able to turn in it into a maven assembly, or an ant build, >it would become quite less cumbersome :).
We already have an Ant build, which is actually why I'm asking the question. Our SVN repository is laid out in such a way that our Ant script can easily build from it. In other words, it is optimized for Pivot *developers*. Our source artifact is laid out such that it is easily browsable by Pivot *users*, who may be interested in looking at the source, but not necessarily building it (for example, I have often looked at the source code for the JDK, but I have never attempted to build it). We see these as two very distinct use cases, so we have structured our release artifacts accordingly. >There is one thing to take into consideration: source jars also need >to be signed an contain the incubator disclaimer. You are referring to the PGP signature, as opposed to Java code signing, correct? Greg
