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:
Log file and build file sample is given below.Log
file:\\
[javac] Using modern
compiler\\
[ja
, 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]
\
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
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
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
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