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.
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.
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
Hi All,
How to delete files/folder which are located in remote machine ( UNIX )
from Ant build script?
Cheers,
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
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
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
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