Re: renaming files

2010-10-19 Thread jpyork
disregard...I am a bit sick today..brain a bit slow..figured it out with: -- View this message in context: http://a

renaming files

2010-10-19 Thread jpyork
I am wondering if there is a way to take a bunch of files and change the name of them without having to do them one at a time. this is an example of what i want to do: example.jpg (could be html files, css files, etc) to example.1.jpg I am looking to have files match the build number. I know i

Re: smoke testing after ant?

2008-11-10 Thread jpyork
Gilbert Rebhan wrote: > > jpyork schrieb: >> I am just wondering if anyone does automated smoke testing after a build >> and >> if so...what program do they use and do they have ant triggering it? I >> am >> looking to do a very basic smoke test after my bu

smoke testing after ant?

2008-11-10 Thread jpyork
I am just wondering if anyone does automated smoke testing after a build and if so...what program do they use and do they have ant triggering it? I am looking to do a very basic smoke test after my builds and trigger it with ANT...so maybe a login and then hit some basic pages...that sort of thin

Re: ant and svn

2008-04-30 Thread jpyork
updates because those files > are already up to date. > > > On Wed, 2008-04-30 at 09:06 -0700, jpyork wrote: >> I must be doing something wrong because everytime I try to do one of the >> options posted here, I get this: >> >> svn: >> [exec] Skipped htt

RE: ant and svn

2008-04-30 Thread jpyork
> > > > > > > Or try this... > > > > > > > > > > > > > > > > > > > > > > > > > > > > Dan > > > > -Original Message- > From: jpyork [mailto:[EMAIL PROTECTED] > Sent: Tuesday, A

Re: ant and svn

2008-04-30 Thread jpyork
I must be doing something wrong because everytime I try to do one of the options posted here, I get this: svn: [exec] Skipped http://1.2.3.4/repos/address/I/want/updated [exec] Skipped location/on/computer/the/update/should/happen why is it "skipping" this step? jpyork wrote:

ant and svn

2008-04-29 Thread jpyork
Does anyone use the svn task in there ant scripts? I am trying to use svn update in my ant script and it just does not seem to work. this is what I have in my script: http://1.2.3.4/repos/address/I/want/updated"/> And this is what it says when the step is run: Svn

Re: IvyDE in eclispe issue

2008-04-17 Thread jpyork
I will try that and see what happens, but in the mean time, what plugin do you use? I know there are different plugins versions out there and I would like to have the same as you if you are not experiencing this issue. Xavier Hanin wrote: > > On Mon, Apr 14, 2008 at 4:45 PM, jpyork &

Inheriting tasks?

2008-02-19 Thread jpyork
I know you can inherit properties, but can you do this with tasks also? I am trying to make a generic script, so say I have 5 scripts that all do the task "init" that deletes a classes folder and recreates it. Is there a way I can create a master file and put this task in the master file and hav

Ant and Subversion

2008-01-29 Thread jpyork
Is it possible to create a task that creates a tag every time you do a build? -- View this message in context: http://www.nabble.com/Ant-and-Subversion-tp15162188p15162188.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Ant saving property file settings in memory?????

2008-01-25 Thread jpyork
Ok, I would like to say thanks to everyone who has helped with the last two postings I have had and hopefully this will be the last one for my issue. Below is what I have setup:

Re: Checking a property with ant

2008-01-25 Thread jpyork
fail. The issue is that when the buildresults is set to successful, the build still fails. Anyone see what I am doing wrong? jpyork wrote: > > I have tried a few things today and still can't figure this out. I have a > properties file with a setting of say test=successful and

Checking a property with ant

2008-01-23 Thread jpyork
I have tried a few things today and still can't figure this out. I have a properties file with a setting of say test=successful and I want ant to check the property test to make sure it is set to successful before going on. How do I do this? -- View this message in context: http://www.nabble.c

Re: Halt Ant script question

2008-01-22 Thread jpyork
ck Holzwarth > (804) 403-3478 (home) > (540) 335-3171 (cell) > > - Original Message > From: jpyork <[EMAIL PROTECTED]> > To: user@ant.apache.org > Sent: Monday, January 21, 2008 1:30:44 PM > Subject: RE: Halt Ant script question > > > > This is the st

Re: Halt Ant script question

2008-01-22 Thread jpyork
; append="true" > command="cd; So I changed the script to the above, I also moved the failonerror th the end of the sshexec tag and I am still getting failed on the 2nd script, but the overall script is still coming back succeseful...a

RE: Halt Ant script question

2008-01-21 Thread jpyork
This is the start of the target I use: mailto:[EMAIL PROTECTED] > Sent: Monday, January 21, 2008 11:58 AM > To: user@ant.apache.org > Subject: Halt Ant script question > > > > I am running 2 scripts and my problem i

Halt Ant script question

2008-01-21 Thread jpyork
I am running 2 scripts and my problem is when the first script runs and the calls the 2nd one, sometimes the 2nd one will fail and that does not cause my 1st one to fail. I am looking for a way to have my main script halt/fail if the 2nd script does not work. What is the task to do this? -- V