Re: Re :Re: classpath issue in task

2007-06-01 Thread Peter Reilly
Please try to configure your email client not to send html encoded line noise Peter On 1 Jun 2007 12:49:01 -, query <[EMAIL PROTECTED]> wrote: Log file and build file sample is given below.Log file:

Re: Ant sshexec random failures

2007-06-01 Thread Atsuhiko Yamanaka
Hi, 2007/6/1, ken77 <[EMAIL PROTECTED]>: I am having the same exactly problem with the sshexec, the same script sometimes works, sometimes it gives me "Remote command failed with exit status -1" , I was wondering if you have found the reason for this and a possible solution ? May I ask you to

hotswap target

2007-06-01 Thread David Kavanagh
This has been around for a few years now, but I've just moved this project over to google code, so I thought I'd share it again. http://code.google.com/p/hotswap/ This target allows you to swap classes on a running JVM. This is much the same as you'd get with eclipse, but now I can do this from

Re: Ant sshexec random failures

2007-06-01 Thread Andrew Goktepe
Same problem for me too. We have been experiencing this intermittently for the past few months. It started happening for me again yesterday, and I am sure that the remote script is exiting with 0 status. This seems like a JSch bug to me. I have been running JSch 0.1.31 but I just upgraded to the n

Re :Re: classpath issue in task

2007-06-01 Thread query
Log file and build file sample is given below.Log file:\\ [javac] Using modern compiler\\    [ja

RE: Re: classpath issue in task

2007-06-01 Thread Saurabh Dave
I you want to some additional classpath In your javac reference then you can use Step1: first make the classpath reference Mail me if this works Regards Saurabh -Original Message- From: query [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007

Issue with recursive source files in task

2007-06-01 Thread query
While compiling java source files, it will scan recursively for the source files in a given directory. If we don\'t want to compile subfolders, we have to specifically mention them by using task. But as the numbers of subfolders are large, it will be difficult to mention them exclusive

Re :Re: classpath issue in task

2007-06-01 Thread query
Below is the sample log file and build fileLog file: [javac] Using modern compiler    [javac] Compilation arguments:    [javac] \'-d\'    [javac] \'E:\\samplebuild\\eg\\eg2\\classfiles\'    [javac] \'-classpath\'    [javac] \'E:\\samplebuild\\eg\\eg2\\classfiles;C:\\PROGRA~1\\jdk1.5;E:\\sampleb

Re: classpath issue in task

2007-06-01 Thread David Weintraub
You didn't include a code snippet, so it is hard to see what you did. There is a nested element in the task where you can specify a classpath either through a "fileset" or via a reference. You can also use the "classpath=" parameter to specify the classpath. However, if you do not specify eith

Classpath issue in task

2007-06-01 Thread query
I have created classpath in a build file and using it in the same build file for compiling java source files. When I checked the log file I found that classfile destination folder(absolute path of class.dest) was also included in the classpath though I had not specified it in eg.class.pathAs a r

Re :Re: Re :Re: Building Dependent targets

2007-06-01 Thread query
Thanks for reformatting the mail.I tried with task. It works better.On Mon, 28 May 2007 19:32:21 -0400 \"Ant Users List\" wroteIt was a bit hard to read your email. Please set your email to sendonly text formated emails to this list. Otherwise, they get munged andit\'s hard to see what

classpath issue in task

2007-06-01 Thread query
I have created classpath in a build file and using it in the same build file for compiling java source files. When I checked the log file I found that classfile destination folder(absolute path of class.dest) was also included in the classpath though I had not specified in eg.class.pathAs a res