Build failed, fetch.xml not working

2011-05-30 Thread Arun
Hi, I have been trying to install ANT using the binary version but fetch.xml fails everytime. I am attaching my ant diagnostics report. I'm also attaching the log file for ant -f fetch.xml command. Any help would be appreciated. Regards, Arun --- Ant diagnostics report --- A

Re: Add yourself to mobchannel.com

2008-08-21 Thread Arun
Guys, sorry I posted to the mailing list. I just clicked add all contacts and send that. Just leave this message. Thanks Arun On Fri, Aug 22, 2008 at 6:54 AM, Scot P. Floess <[EMAIL PROTECTED]>wrote: > Agreed... I don't recognize this person's name... > > > On Fri,

Add yourself to mobchannel.com

2008-08-21 Thread Arun
, please add a profile and have fun. You can check for updates to the site almost on a weekly basis. Hope we all together can make it big. -- Thanks & Regards Arun George

Replacing tokens in file does not work!!

2008-06-02 Thread Arun
d.xml -- Thanks Arun George

RE: Ant Delete task - Deleting a file from a directory while comparing from another directory

2007-10-23 Thread Sangal, Arun
n the patch/unpatch script is as follows for doing the step 6c =or= 7th. Kindly help or let me know, in case you need more clarification. Thanks- Brgds, Arun Sangal SCM 1 - (303) 397 6059 [EMAIL PROTECTED] -Original Message- From

Re: Passing environment to cron

2007-10-21 Thread Arun
have tried the perl hack . Its working. Thanks for your time . On 10/22/07, Russell, Archie <[EMAIL PROTECTED]> wrote: > > > Hi Arun, > > Sourcing your .bashrc from inside your perl script won't have the effect > you want. Have you tried Scott's advice?

Re: Passing environment to cron

2007-10-20 Thread Arun
Scot, Ok, yes a crontab calls the perl script and executes the ant script. The line `ant -logfile build.log` executes the ant. But I sourced the bashrc in perl. But still the same. Any ideas.? On 10/20/07, Scot P. Floess <[EMAIL PROTECTED]> wrote: > > Arun: > > Sorry I d

Re: Passing environment to cron

2007-10-20 Thread Arun
Sorry for putting in to, I just cliked reply and gmail added you too in reply list. On 10/20/07, Arun <[EMAIL PROTECTED]> wrote: > > Scot, > Thanks a lot for the reply. You are correct. I was not sourcing it . But > When I echo the variable CATALINA_HOME from perl script it is

Re: Passing environment to cron

2007-10-20 Thread Arun
`; } print " Sending mail.\n"; chdir '/home/build/mobchannel/mobchannelWEB'; `/home/build/mobchannel/sendMail.pl $checkoutcvs $clean`; On 10/20/07, Scot P. Floess <[EMAIL PROTECTED]> wrote: > > Sorry, by script I mean something that resembles the cron ent

Passing environment to cron

2007-10-20 Thread Arun
perlscript as a cron job. How can I pass the environment to ant. I have my CATALIN_HOME entry in ~/.bashrc. And When I echo in console I can see that too. -- Thanks Arun George

XmlProperty caching values

2006-03-24 Thread Arun Gupta
rom warehouse-client-binding.xml is displayed in both the targets. Seems like only the first invocation of xmlproperty is cached and results are returned. Any ideas what is wrong ? -Arun - To unsubscribe, e-mail: [EMAIL PROTE

RE: Deriving from MatchingTask

2005-03-03 Thread Arun Gupta
tDirectoryScanner in that case: DirectoryScanner ds = getDirectoryScanner(new File(); -Arun > MatchingTasks is that they seem to end up containing > MORE code tasks that simply deal with nested > filesets, > for the reason that they tend to deal with both. > The > alternativ

RE: Deriving from MatchingTask

2005-03-03 Thread Arun Gupta
t; That much better than />? > > I personally don't think so. I often give my nested It's less code but nested fileset seems to convey the intention better. Is that the only reason or there is more to it ? I just want to have better understanding

RE: Deriving from MatchingTask

2005-03-03 Thread Arun Gupta
To put it > another > way, please do not derive from MatchingTask! Can you share the reasoning behind this opinion ? Lets say I'm a lazy programmer and dont want to specify nested elements in my task for only one set of files that needs to be inclu

Deriving from MatchingTask

2005-03-03 Thread Arun Gupta
I'm writing a custom task that require to support "includes" attribute and nested fileset elements to specify the location of source files. The source file list should be a union of files specified in the "includes" attribute and those specified in the nested fileset element (is that a correct expe