On 11/14/06, David Whitehurst <[EMAIL PROTECTED]> wrote:
I'm creating an archetype for a rather large web application architecture. This architecture contains various technologies. It would be very useful if e.g. one archetype could be created and after the archetype:create command was issued, the user could be prompted to provide a selection. Is this possible? And if a selection was given, could the content of the archetype coming from the repository be controlled by the archetype developer?
I'm sure you could build something on top of archetypes, but as it stands they're fairly limited. You can create a single module and it will get hooked into the surrounding build (the right <parent>, added to that parent's <modules>, etc.) Anything past that (such as a multi-module archetype) is hard to do. I'm not sure if that's intentional, or just "not finished yet." I'd like to hear what the developers have in mind for it. Meanwhile, have you looked at AppFuse? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
