> On Wednesday 17 March 2004 13:15, Adam R. B. Jack wrote: > > but don't worry, I added everything (except avalon.xml) that was > > project/avalon-*.xml to profile/gump.xml. > > Don't I need to add "<module>" to all the project/avalon-*.xml files as well?
Sorry, that is what I did when I said I added it: <!-- Apache.Avalon --> <module href="project/avalon-components.xml"/> <module href="project/avalon-excalibur.xml"/> <module href="project/avalon-fortress-container.xml"/> <module href="project/avalon-fortress-examples.xml"/> <module href="project/avalon-fortress-tools.xml"/> <module href="project/avalon-framework.xml"/> <module href="project/avalon-logging.xml"/> <module href="project/avalon-logkit.xml"/> <module href="project/avalon-meta.xml"/> <module href="project/avalon-phoenix.xml"/> <module href="project/avalon-sandbox.xml"/> <module href="project/avalon-site.xml"/> > If so, is > > <module name="avalon/framework" > Not quite, needs the .xml -- and it is href (misnomer) not name. The href is followed, and the real module (with name) imported/merged in. > I DO notice that there is a profile/gump.xml, but also a > profile/apache-avalon.xml > > Is that old? It might be old, but it might just be somebody elses for a different purpose. I suspect (guess, too tired to look at code) a workspace could include multiple profiles, so it is a good way to 'group' things. Folks do run personal Gumps, so maybe this was once or is part of somebodies. regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
