Ok, so just ing it wouldnt be enough.
But where to get the "old" version? From , , ... ?
Jan
>-Ursprüngliche Nachricht-
>Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 16. November 2005 21:02
>An: Ant Users List
>Betreff: Re: uncopy -- custom task supporting mappe
>> i am using the ant that comes with eclipse 3.1.1 sdk
>You'd better try with a standalone ant version outside eclipse.
Since Eclipse 3.1 there is a standard Ant distro inside in
ECLIPSE_HOME/plugins/org.apache.ant_1.6.5 - only without the manual.
See
https://bugs.eclipse.org/bugs/show_bug.cg
Puts back the old version of course. With infinite levels of undo, too.
:)
-Original Message-
From: "Matt Benson" <[EMAIL PROTECTED]>
Sent: Wednesday, November 16, 2005 2:50 pm
To: "Ant Users List"
Subject: Re: uncopy -- custom task supporting mapper
--- Brian Kuhn <[EMAIL PROTECTED]>
There's no "automatic" label which corresponds to head, if that's what
you mean. May I ask what you're trying to accomplish?
/axl
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Karr, David
> Sent: den 16 november 2005 00:04
> To: [EMAIL PROTECTED
Hello,
--- Kapta Ulo <[EMAIL PROTECTED]> wrote:
> i'm trying to get ant sign a jar but am having
> problems,
What is the exact error message you are getting and
what is the build script you are trying to execute?
> i am using the ant that comes with eclipse 3.1.1 sdk
You'd better try with a stan
i'm trying to get ant sign a jar but am having problems, i am using the ant
that comes with eclipse 3.1.1 sdk
heres the error i get with the -diagnostics flag, any idea's what it could
be?
--- Ant diagnostics report ---
Apache Ant version 1.6.5 compiled on June 2 2005
--- Brian Kuhn <[EMAIL PROTECTED]> wrote:
[SNIP]
> I'm currently using the copy task to copy a fileset
> from one directory to
> another.
[SNIP]
> I'd like to somehow reverse (undo) this operation in
> my clean target. My
> first thought is something like this:
>
>
> from="${dir-b}/LAYER/com/myc
Hi all,
I'm currently using the copy task to copy a fileset from one directory to
another.
I'd like to somehow reverse (undo) this operation in my clean target. My
first thought is something like this:
I've never created a custom task that supports mapper. Does anyone know of a
resource
Hello David,
try //...#head
Cheers,
Antoine
> --- Ursprüngliche Nachricht ---
> Von: "Karr, David" <[EMAIL PROTECTED]>
> An: <[EMAIL PROTECTED]>, "Ant Users List"
> Betreff: Selecting between sync to head and sync to label with Ant
> "p4sync" task
> Datum: Tue, 15 Nov 2005 15:04:16 -0800
>
> If