2016-01-16 22:48 GMT+03:00 Dominik Stadler <cen...@apache.org>:
> Hi,
>
> while looking at some failures/warnings of the gump-build, I found that
> quite a list of defined projects is not actually included in the default
> profile/gump.xml file.
>
> Is this on purpose? Some of these are defined at least as optional
> dependencies on some projects...
>
> Thanks... Dominik.
>
>
> $ for i in project/*.xml;do grep -q project/`basename $i` profile/gump.xml
> || echo "Not found: $i"; done
> Not found: project/anakia.xml
> Not found: project/freemarker.xml
> Not found: project/httpcomponents.xml
> Not found: project/jaas.xml
> Not found: project/jena.xml
> Not found: project/jmxremote.xml
> Not found: project/jndi.xml
> Not found: project/jsse.xml
> Not found: project/junit3.xml
> Not found: project/ldap.xml
> Not found: project/mockito.xml
> Not found: project/packaged-bcel.xml
> Not found: project/rhino.xml
> Not found: project/velocity-anakia.xml
> Not found: project/velocity-dvsl.xml
> Not found: project/velocity-engine2.xml
> Not found: project/velocity-engine.xml
> Not found: project/velocity-maven.xml
> Not found: project/velocity-texen.xml
> Not found: project/velocity-tools.xml
> Not found: project/xml-xmlbeans.xml

See svn history of profile/gump.xml
E.g. anakia was removed in this commit:
http://svn.apache.org/viewvc?view=revision&revision=1512820
of 2013-08-10

My guess is that somebody forgot to remove project/anakia.xml (among
~170 files removed in that commit) for some trivial reason, being
confused by something.

(Theoretically one may say that you also need to search other
profiles, though only profile/gump.xml is used by the current running
instance.)

July-August 2013 was when Stefan reached out to other projects asking
whether they find Gump useful and removed a number of unneeded
projects. See the archives.

http://mail-archives.apache.org/mod_mbox/gump-general/201307.mbox/%3C87a9lg77tm.fsf%40v35516.1blu.de%3E

http://mail-archives.apache.org/mod_mbox/gump-general/201308.mbox/%3C87fvuh9yq9.fsf%40v35516.1blu.de%3E

Best regards,
Konstantin Kolinko

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

Reply via email to