You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Steve Loughran <st...@apache.org> on 2005/09/15 18:09:20 UTC

classpath to WEB-INF/lib via resources

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
     }

I should use the secret <copypath> task, I guess...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: classpath to WEB-INF/lib via resources

Posted by Steve Loughran <st...@apache.org>.
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 for 
resources? There isnt any "wait for changes to Ant" on my project plan, 
which already runs for some months past the demo date of October 4:

http://cvs.sourceforge.net/viewcvs.py/*checkout*/deployment/deployment/doc/steve/hpl_implementation.mpp

<copypath> it is, and it works very well. Its also good for working out 
exactly what the maven2 libraries stuff is adding to the path.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: classpath to WEB-INF/lib via resources

Posted by Matt Benson <gu...@yahoo.com>.
or you can demand that I quit crying and do the copy
implementation.  :)

-Matt

--- Steve Loughran <st...@apache.org> 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 (CVS image; this is @work) implementation of
> Copy:-
> 
>      public void add(ResourceCollection res) {
>      	//TODO: implement resources
>      }
> 
> I should use the secret <copypath> task, I guess...
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org