Re: Whats the best syntax to use for a directory copy?

2007-06-15 Thread yitzle
On 6/14/07, Jim C. <[EMAIL PROTECTED]> wrote: I have directory X and I want to copy it such that the copy becomes a subdirectory of directory Y. What's the easiest way to accomplish this? I suggest:

Re: Make a 'fake' attachment

2007-06-05 Thread yitzle
On 6/5/07, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi all, I need to create a file of around 25mb during a build for use as a test attachment for the task Is there a simple way to do this or do I have to consider something with extra dependencies (script, shell etc) Kev Maybe just have a f

Re: ant project building problem when one project depend upon another project.

2007-06-03 Thread yitzle
You can make a task 'depend' on another. On 6/4/07, Karamjit <[EMAIL PROTECTED]> wrote: Hi All, I have one problem in ant build file. Actually i'm compiling and build two projects A and B with single build file. As in eclipse configuration i made A project depend upon the jar file of B

Re: scripting and cygwin

2007-05-31 Thread yitzle
I apologize and would like to recall my last message. It sort of "leaked" (I entered the wrong email address) from the CygWin mailing list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: scripting and cygwin

2007-05-31 Thread yitzle
seems to be agreeing with something other than what I said. PS There ought to be a comma between "yes" and "you". On 5/31/07, John <[EMAIL PROTECTED]> wrote: yes you are stupid. yitzle wrote: > On 5/31/07, John <[EMAIL PROTECTED]> wrote: >> hee hee, &g

Re: Running another target - can it be done?

2007-05-30 Thread yitzle
That looks like what I want. Thanks! When you are self taught multiple tools, frameworks, etc on the job its hard to look through all the components, especially something like Ant, where, as long as it works, I'm pretty happy. I did look at the list of tasks, but some of the names are not self-ex

Running another target - can it be done?

2007-05-30 Thread yitzle
I know. This is not something that you would usually want to do. But I'm sure there is at least 3 valid cases where this would be correct. 1: 2: ... 3: 4: 5: 6: ... 7:**** 8: 9: 10: I want to basically replace lin

Re: zipfileset dir vs src

2007-05-30 Thread yitzle
Thanks. I had misinterpreted it. That clears it up! On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Wed, 30 May 2007, <[EMAIL PROTECTED]> wrote: > On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: >> > I am trying to add a single fi

Re: zipfileset dir vs src

2007-05-29 Thread yitzle
On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: > I am trying to add a single file to a jar. Where is the file? Inside a ZIP/JAR/WAR archive or in a plain directory on your disk? You use src for the former and dir in the directory case. >

zipfileset dir vs src

2007-05-29 Thread yitzle
I am trying to add a single file to a jar. This works: This gives an error about not being able to access the file: Am I doing something wrong with the src? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands