Re: Using as a resource collection in

2011-04-08 Thread Steele, Richard
Hi Matt no need to apologize for the delay. I have mixed feelings about re-purposing the "id" attribute to use as the resource name. To me they're different things: I might want to use the id for internal use and therefore want to conform to some kind of naming convention, but I need a different

Re: Using as a resource collection in

2011-04-05 Thread Matt Benson
On Fri, Apr 1, 2011 at 6:43 AM, Steele, Richard wrote: > I'm trying to use as a resource collection in a and found > that it doesn't work so well. > > First, an example: > > >   >       >   > > > This creates a zip file with multiple entries named "concat (C:", not a > single entry containin

Using as a resource collection in

2011-04-01 Thread Steele, Richard
I'm trying to use as a resource collection in a and found that it doesn't work so well. First, an example: This creates a zip file with multiple entries named "concat (C:", not a single entry containing the CHANGES.txt file. (The reason I'm playing with as a resource collect