Re: Ivy Roundup Fork at GitHub

2010-06-25 Thread Archie Cobbs
No hurry. Thanks for offering to help! -Archie On Fri, Jun 25, 2010 at 7:37 PM, Robert Buck wrote: > I'd kindly provide diffs for the major portions: platform support and > java.io.tmpdir. > > I do have a few other priorities I have to address first, namely > getting a personal product ready for

Re: Ivy Roundup Fork at GitHub

2010-06-25 Thread Robert Buck
I'd kindly provide diffs for the major portions: platform support and java.io.tmpdir. I do have a few other priorities I have to address first, namely getting a personal product ready for release, and ramping up on the new Product Owner position at my full-time job, but I will get back to this. C

Re: How to retrieve directory name

2010-06-25 Thread Andy2008
yeah, I tried it like below. It gave me the directory name but only the first directory. The value does not change for all the subsequent directories. Do you have any ideas? @{soa.project.dir} : ${dirName} David Weintraub wrote: > > Have you tried the task? > > On Fri, Jun 25, 2010

Re: Ivy Roundup Fork at GitHub

2010-06-25 Thread Archie Cobbs
Thanks for the run-down. I'd like to handle this in small chunks to minimize the disruption at each step (and make it easier to verify everything still works after the change). One general note: the primary goal of Ivy RoundUp is to be an online public repository. The goal of being able to generat

Re: How to retrieve directory name

2010-06-25 Thread David Weintraub
Have you tried the task? On Fri, Jun 25, 2010 at 6:29 PM, Andy2008 wrote: > > I'm looping thru a directory that contains a lot of sub directories.  I want > to get the name of each sub directory.  Below is my code > > >   >       >         >             >             >     >   > >  @{soa.p

How to retrieve directory name

2010-06-25 Thread Andy2008
I'm looping thru a directory that contains a lot of sub directories. I want to get the name of each sub directory. Below is my code @{soa.project.dir} Right now it outputs the whole path such as "c:\abc\def" which is good since I

Re: resolve ignoring [version] attribute

2010-06-25 Thread Robert Buck
Forget it. I found the problem. NGINX was not enabling directory listing. Had to add "autoindex on;". Thanks, On Fri, Jun 25, 2010 at 5:28 PM, Robert Buck wrote: > With the following ivy xml settings content: > >     >       pattern="http://localhost:37373/ivyrep/modules/[organisation]/[module]/

resolve ignoring [version] attribute

2010-06-25 Thread Robert Buck
With the following ivy xml settings content: http://localhost:37373/ivyrep/modules/[organisation]/[module]/[revision]/ivy.xml"/> http://localhost:37373/ivyrep/modules/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> http://localhost:37373/ivyrep/modules/[organi

RE: Namespaces and rules with modules like commons-lang and log4j

2010-06-25 Thread Bailey, Darragh
> -Original Message- > From: Maarten Coene [mailto:maarten_co...@yahoo.com] > Sent: 24 June 2010 21:36 > To: ivy-u...@ant.apache.org > Subject: Re: Namespaces and rules with modules like > commons-lang and log4j > > Thanks, > > I'll try to take a look at them within the next coming we

Re: Copying a static list of files

2010-06-25 Thread Matt Benson
On Jun 25, 2010, at 9:48 AM, Stefan Bodewig wrote: On 2010-06-25, Patrick Martin wrote: I tried that but then, copy (verbose="true") tells me something like: [copy] //host/share/dir1/dir2/one file.txt omitted as //host/share/dir1/dir2/one file.txt is up to date. So it means copy actually tr

Re: Copying a static list of files

2010-06-25 Thread Stefan Bodewig
On 2010-06-25, Patrick Martin wrote: > I tried that but then, copy (verbose="true") tells me something like: > [copy] //host/share/dir1/dir2/one file.txt omitted as > //host/share/dir1/dir2/one file.txt is up to date. > So it means copy actually tried to copy the files over themselves ? It > did

Re: Copying a static list of files

2010-06-25 Thread Stefan Bodewig
On 2010-06-25, Patrick Martin wrote: > I still don't get how will know which basedir to take from the > source files in order to recreate the correct folder structure in the > "todir" folder. > Let's say that my file list contains the full path: > //host/share/dir1/dir2/one file.txt > //host/sha

Re: Copying a static list of files

2010-06-25 Thread Patrick Martin
I tried that but then, copy (verbose="true") tells me something like: [copy] //host/share/dir1/dir2/one file.txt omitted as //host/share/dir1/dir2/one file.txt is up to date. So it means copy actually tried to copy the files over themselves ? It did not take its "todir" attribute into account ? O

Re: Copying a static list of files

2010-06-25 Thread Patrick Martin
I still don't get how will know which basedir to take from the source files in order to recreate the correct folder structure in the "todir" folder. Let's say that my file list contains the full path: //host/share/dir1/dir2/one file.txt //host/share/dir1/dir2/two files.txt //host/share/dir1/three

Re: Copying a static list of files

2010-06-25 Thread Stefan Bodewig
On 2010-06-25, Patrick Martin wrote: > This looks really promising! How do you use it with copy? is a resource collection, you can use it everywhere where Ant supports them. In particular you can use it as a nested element of di

Re: Copying a static list of files

2010-06-25 Thread Patrick Martin
This looks really promising! How do you use it with copy? where is the equivalent of the "dir" attribute of or ? On Fri, Jun 25, 2010 at 3:11 PM, Stefan Bodewig wrote: > On 2010-06-25, Michael Ludwig wrote: > >> Patrick Martin schrieb am 25.06.2010 um 09:06 (+0200): > >>> Using embedded would w

Re: Copying a static list of files

2010-06-25 Thread Stefan Bodewig
On 2010-06-25, Michael Ludwig wrote: > Patrick Martin schrieb am 25.06.2010 um 09:06 (+0200): >> Using embedded would work if i had the list of >> files upfront. But I only have it at runtime. > You could probably generate at runtime an Ant file filelist.xml > including all the you need and th

Re: Copying a static list of files

2010-06-25 Thread Michael Ludwig
Patrick Martin schrieb am 25.06.2010 um 09:06 (+0200): > Using embedded would work if i had the list of > files upfront. But I only have it at runtime. You could probably generate at runtime an Ant file filelist.xml including all the you need and then run a task to do what you want. But t

Re: Copying a static list of files

2010-06-25 Thread Patrick Martin
Hello, Thank you for your suggestions. Using embedded would work if i had the list of files upfront. But I only have it at runtime. I'll check if short filenames can help me. This can be tricky as I need to strip out the base directory with short file names from my file list... Thanks, On Thu,

AW: Need cross platform way of assigning users name to a property

2010-06-25 Thread Jan.Materne
http://ant.apache.org/manual/properties.html#built-in-props Jan >-Ursprüngliche Nachricht- >Von: Dean Schulze [mailto:dean_w_schu...@yahoo.com] >Gesendet: Donnerstag, 24. Juni 2010 19:47 >An: Ant Users List >Betreff: Re: Need cross platform way of assigning users name >to a property >