Oh, I see. Forgive my ignorance of the various capabilities of
Retroweaver. In that case, I've added (rev667213) the necessary entries
to the Gump descriptor. You see, Gump is special. It doesn't just use
the bundled dependencies but always takes the newly created builds from
the projects FOP depends on. It only takes a specific JAR if you specify
it explicitely. That's what I added:

    <!-- Build-time-only dependencies: -->
    <!-- Retroweaver: -->
    <work nested="lib/build/retroweaver-2.0.5.jar"/>
    <work nested="lib/build/retroweaver-rt-2.0.5.jar"/>
    <work nested="lib/build/asm-3.1.jar"/>
    <work nested="lib/build/asm-commons-3.1.jar"/>
    <work nested="lib/build/asm-util-3.1.jar"/>
    <work nested="lib/build/backport-util-concurrent-3.1.jar"/>

Let's hope it runs again now.

On 12.06.2008 17:38:51 Max Berger wrote:
> Jeremias,
> 
> I've removed the reference to retroweaver to fix this bug.
> 
> What I tried to do was to add the "verify" task of retroweaver, not  
> the "weave" task. Verify will check if all the classes are available  
> in 1.4, which is something we should definitely to, even for the  
> current trunk. It was not my intention to do any actual weaving.
> 
> My mistake here was not to remove the reference, this happend because  
> I was doing these changes offline. In the build-file, as submitted,  
> the task was not actually used, just defined.
> 
> My main issue here is that I cannot replicate the error message: I've  
> tried JDK 1.4, 1.5, and 1.6, and never got this error message. Which  
> JDK / ant version does gump run with?
> 
> Max
> 
> Am 12.06.2008 um 15:16 schrieb Jeremias Maerki:
> 
> > That's obviously Retroweaver that causes the failure here. The fix in
> > [1] is easy but: Max, why did you add retroweaver to Trunk while we  
> > were
> > not yet in agreement if the experiment should be done in a branch or  
> > not?
> > I clearly stated my preference.
> >
> > [1] https://svn.apache.org/repos/asf/gump/metadata/project/xml-fop.xml
> >
> > On 11.06.2008 17:24:11 Jeremias Maerki wrote:
> >> To whom it may engage...
> >>
> >> This is an automated request, but not an unsolicited one. For
> >> more information please visit http://gump.apache.org/nagged.html,
> >> and/or contact the folk at [EMAIL PROTECTED]
> >>
> >> Project xml-fop has an issue affecting its community integration.
> >> This issue affects 1 projects,
> >> and has been outstanding for 33 runs.
> >> The current state of this project is 'Failed', with reason 'Build  
> >> Failed'.
> >> For reference only, the following projects are affected by this:
> >>    - xml-fop :  XSL-FO (Formatting Objects) processor
> >>
> > <snip/>
> >> BUILD FAILED
> >> /srv/gump/public/workspace/xml-fop/build.xml:460: taskdef class  
> >> net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found
> > <snip/>
> >
> >
> > Jeremias Maerki
> >
> 




Jeremias Maerki

Reply via email to