Martin Gainty wrote:
> 
> i think you have located a failing corner-case for antcallback
> as a workaround instead of invoking antcallback
> <antcallback target="get-local" return="plugin-found">
> 
> try using the depends attribute
>  <target name="testCallback" description="Test CallBack" depends="get-local">
> http://ant-contrib.sourceforge.net/tasks/tasks/antcallback_task.html

Thanks. The Forrest build system utilises that in a number of
different places. Rather than disrupting that at this stage,
i intend to try a different approach for getting Gump to exercise
our stuff.

Thanks again for your assistance.

-David

> Martin  
> ______________________________________________ 
> > Date: Fri, 21 Dec 2012 23:45:59 +1100
> > From: cross...@apache.org
> > To: general@gump.apache.org
> > Subject: help with "forrest-test" gump run
> > 
> > Help please with working out why the "forrest-test" run of Gump is broken.
> > http://vmgump.apache.org/gump/public/forrest/forrest-test/
> > 
> > In a local build, this works fine (cd main; ./build.sh test -v).
> > However, with the Gump run, it skips over a certain step which causes
> > later things to fail.
> > 
> > In the Project build output, search for Ant target 
> > "fetch-local-unversioned-plugin".
> > (The run is in verbose mode.)
> > 
> > At this target, after that "echo" it is supposed to be then doing the target
> > "get-local" via an "antcallback" [1] around line # 70. This is coming from
> > the "fetch-plugin" target via a sequential "antfetch" [2] around line # 349.
> > 
> > [1] 
> > https://svn.apache.org/repos/asf/forrest/trunk/main/var/pluginlist2fetch.xsl
> > [2] https://svn.apache.org/repos/asf/forrest/trunk/main/targets/plugins.xml
> > 
> > That all works properly at the local build. However running via Gump,
> > it completely misses that "get-local" target, with no error message.
> > 
> > Can anyone see what is wrong for Gump please?
> > 
> > FOR-1235
> > 
> > -David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

Reply via email to