Jon Stevens wrote:
> 
> on 8/21/01 4:21 PM, "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote:
> 
> >   <jjar package="veltag"
> >         onlydependencies="true"
> >         verifyignore="true"
> >         localrepository="${local.repository}"
> >         pathrefid="jjarclasspath"  >
> >   </jjar>
> >
> >   <javac  srcdir="${source.home}/java"
> >           destdir="${build.home}/classes"
> >           debug="${compile.debug}"
> >           deprecation="${compile.deprecation}"
> >           optimize="${compile.optimize}">
> >       <classpath refid="jjarclasspath"/>
> >   </javac>
> 
> What if you have multiple <jjar>'s that you need to define? Can <jjar>'s
> pathrefid= attribute be additive so that the classpath gets appended to
> jjarclasspath every time it is referenced?
> 
> Am I making sense?

Yep.  It doesn't do that at the moment but will early next week.  I just
wanted to get this going so we can test the use-case.

-- 
Geir Magnusson Jr.                           [EMAIL PROTECTED]
System and Software Consulting
Developing for the web?  See http://jakarta.apache.org/velocity/
Well done is better than well said - New England Proverb

Reply via email to