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 :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
, 2007 6:08 PM To: user@ant.apache.org Subject: Re :Re: classpath issue in task 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] \&#x

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

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