On 3/14/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: > I should actually have asked where the lexical analysis is happening? I'm > interested in where the file's text is broken up into tokens, as that's > where escaping usually happens.
I believe this is done with Velocity: http://jakarta.apache.org/velocity/ So far, I'm just getting warnings during archetype:create, but it still works: [WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template = archetype-resources/pom.xml [line 82,column 34] : ${project.build.dir ectory} is not a valid reference. There might be a JIRA issue already, it sounds familiar. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
