Hmm, I don't see how any cruft can accumulate in there. Main and test classes are properly separated. jar-main only packs build/classes. Anyway, when Andreas moves ColorProfileUtil to XGC (or shall I, Andreas?), we need to update the JAR anyway.
On 01.02.2011 12:06:56 Simon Pepping wrote: > You are right. I got confused by various issues in my tools. > > The jar file was built by 'ant jar-main'. This target includes all > cruft that is present in the build directory. The build files could do > with an includes attribute in the jar task. > > Simon > > On Mon, Jan 31, 2011 at 09:12:10PM +0100, Jeremias Maerki wrote: > > Hi Simon > > > > Huh? What revision are you looking at? I've merged Trunk into Temp_Color > > on January 18 (http://svn.apache.org/viewvc?rev=1060241&view=rev) > > copying the XGC.jar unchanged from Trunk. Temp_Color is long working > > against java2d.color and is compiling just fine like that. Looking at > > the XGC.jar in Trunk OTOH, it contains some junk in the root directory > > and test classes further down the hierarchy. If anything we need to > > rebuild the XGC.jar from Trunk and do another merge into Temp_Color. > > Something must have gone wrong during the compilation of that JAR. > > > > http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Color/lib/xmlgraphics-commons-1.5svn.jar?view=log&pathrev=1060241 > > > > I'll look at your other points shortly. Thanks for the review. Jeremias Maerki
