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