lint4j in build.xml

2008-01-24 Thread venkata prasad
Hi All, Can any one tell me how to integrate lint4j in build.xml? If any one have same plz send sample scripts. Thanks in adavnce, Prasad.

lint4j in build.xml

2008-01-23 Thread venkata prasad
Hi All, Can any one tell me how to integrate lint4j in build.xml? If any one have same plz send sample scripts. Thanks in adavnce, Prasad.

java.lang.ClassNotFoundException" when running junit task

2007-12-05 Thread venkata prasad
Hi All, I am getting the below error while execting junit task. Testsuite: BaseServiceCommunicationManagerTest Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec Caused an ERROR BaseServiceCommunicationManagerTest java.lang.ClassNotFoundException: BaseServiceCommunicatio

Delete files in remote machine

2007-10-24 Thread venkata prasad
Hi All, How to delete files/folder which are located in remote machine ( UNIX ) from Ant build script? Cheers, Prasad.

Re: SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
Hi, With your syntax, it is giving the below error. /* */ /usr/bin/scp: can't execute binary file. i am using bash shell. On 10/24/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > Hi, > > -Original Message----- > From: venkata pr

Re: SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
Hi Gilbert, But i am missing time stamp for some of the files and folders. Is it possible to know what are the files added/modified since last copy? Cheers Venkat. On 10/24/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > Hi, > > > -Original Message- > F

Re: SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
folders but not for all. Cheers Prasad. On 10/24/07, Bizard Nicolas (KIRO 41) <[EMAIL PROTECTED]> wrote: > > Hi > can you describe a bit more, show some code (the fileset part for > instance) ? > Cheers > > -Original Message- > From: venkata prasad [m

SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
Hi All, I have a requirement like when ever i do build, i need to copy all database files/folders from build machine to UNIX machine. Right now i am uasing SCP Ant task for secure copy. But it is not preserving time stamp for all files and folder. So i went for 'scp' unix command in exec -an