Re: classpath to WEB-INF/lib via resources

2005-09-16 Thread Steve Loughran
Matt Benson wrote: or you can demand that I quit crying and do the copy implementation. :) matt, right now I am saving XML graphs to string buffers and reparsing them as it was the easiest way to get Axis2 and xmlbeans to reliably integrate. Do you think I can wait for the elegant solution f

Re: classpath to WEB-INF/lib via resources

2005-09-15 Thread Matt Benson
or you can demand that I quit crying and do the copy implementation. :) -Matt --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > OK, I now have to use the resource stuff, to build > WEB-INF/lib from a path > > what is the tactic? I was thinking of doing a copy, > but then I see this > in my (

classpath to WEB-INF/lib via resources

2005-09-15 Thread Steve Loughran
OK, I now have to use the resource stuff, to build WEB-INF/lib from a path what is the tactic? I was thinking of doing a copy, but then I see this in my (CVS image; this is @work) implementation of Copy:- public void add(ResourceCollection res) { //TODO: implement resources }