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:
---
> -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
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
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
# [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
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
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
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