Re: classpath problem

2005-09-05 Thread luke
Hi. 05Sep2005 @ 10:11 Petar Tahchiev thusly spake > > Probably you have to enlose the tag in your tag like > this: > > > BLAH BLAH > > Thanks! Kind regards. Luke. -- ._.. .| .| |.|/.|_ . .|__.|_|.|\.|_ . :61 421 276 282: ---

RE: copy: "fileset dir" copies only file

2005-09-05 Thread Stephen McConnell
> -Original Message- > From: Mark Wiehland [mailto:[EMAIL PROTECTED] > Sent: Saturday, 3 September 2005 9:31 PM > To: user@ant.apache.org > Subject: copy: "fileset dir" copies only file > > Hello all, > > I don't get what I do wrong. The manual says: > > Copy a directory to another d

copy: "fileset dir" copies only file

2005-09-05 Thread Omar Abou Deif
Hello all, I don't get what I do wrong. The manual says: Copy a directory to another directory Here is my xml code: where ${distdir} = "./build/dist" ${imagedir}= "./resources/img", with a file "testimg.png" inside. But Ant just copies "testimg.png" to ./build/dist, not

RE: Javac does not display the files' names being compiled

2005-09-05 Thread Barak Yaish
Hello again, Can anyone tell me please whether is there exists any patch or workaround which displays the names of the files being compiled by the javac task? Thanks again, Barak. -Original Message- From: Barak Yaish Sent: ?? 01 ?? 2005 11:48? To: user@ant.apache.org Subject: Java

Re: ant 1.6.5, bsf 2.3.0, rhino 1.6R2 RC2

2005-09-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-09-05 09:53:26 +0100: > Roman Neuhauser wrote: > >http://ant.apache.org/manual/install.html says: > > > >"If you use Apache BSF 2.3.0-rc1, you must use rhino 1.5R3 - later > >versions of BSF work with 1.5R4 as well." > > > >but http://java2.5341.com/msg/81816.html suggest

RE: classpath problem

2005-09-05 Thread RADEMAKERS Tanguy
you closed your "javac" tag (xml empty tag syntax with a closing "/"), so your classpath isn't being passed. /t >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Saturday, September 03, 2005 9:36 AM >To: user@ant.apache.org >Subject: clas

Re: classpath problem

2005-09-05 Thread Petar Tahchiev
On 03/09/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi. > > I've searched for a solution on this list, faq and google. > It's probably very simple. I am a beginner with ant. > > I want to compile some files that are part of a webapp. > So they need the servlet-api.jar file. > > When I

Re: ant 1.6.5, bsf 2.3.0, rhino 1.6R2 RC2

2005-09-05 Thread Peter Reilly
Roman Neuhauser wrote: Hello, I'm hitting walls trying to use script tasks with javascript. Software: * FreeBSD-5.4-RELEASE-p6 i386 * (compiled) native Sun JDK SE 1.4.2_8 FreeBSD patch level 7 * (binary) Apache Ant 1.6.5 * (binary) Apache BSF 2.3.0 * (binary) Mozilla Rhino 1.6 R2 RC2, I'm se