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
