Mike
On Thu, Mar 25, 2010 at 1:09 AM, javahollic <javah...@gmail.com> wrote:
> Hi,
> I haven't seen anything in the docs to support wild-cards for the libs
> tag, I'm using proguard to process a library that has 30+ dependant
> jars, all with versions, all that will change over time. I really
> want to be able to use something like:
> <libs>
> <lib>${some.path}/**.jar</lib>
> </libs>
>
> This kind of thing would save much ongoing by-hand editing...
>
> Cheers,
> Andy
>
> --
> You received this message because you are subscribed to the Google Groups "pyx4me-users" group.
> To post to this group, send email to pyx4me...@googlegroups.com.
> To unsubscribe from this group, send email to pyx4me-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyx4me-users?hl=en.
>
>
On Thu, Mar 25, 2010 at 1:44 AM, Andy Brook <javah...@gmail.com> wrote:
> Bah! the maven way is regexp, I will not settle for manual file
> changes :) I'll see if I can grab the source, it ought not be too hard
> to add, probably.