You could always write a CharSetProvider for ebcdic if your jvm didn't
support it natively. They are pretty simple to write so long
as you are clear to how the encoding actually works. In fact i'd be
surprised if there wasn't a freely available one already available.
- Original Message -
Looks like you may want to try setting fixlastline to
true on concat.
-Matt
--- Michele Brissette <[EMAIL PROTECTED]> wrote:
> I have the following code that keeps a log of my
> builds. When I
> upgraded to Ant 1.6 from 1.5, the output of the
> following code changed.
>
>
>
>
>
I have the following
code that keeps a log of my builds. When I upgraded to Ant 1.6 from 1.5,
the output of the following code changed.
---
.
Ant 1.5 produced the
following output:
It's an encoding. You should be able to specify it
with the copy task, assuming your JRE supports it.
-Matt
--- Mark Lybarger <[EMAIL PROTECTED]> wrote:
> can i use an ant copy task and specify the encoding
> there?
>
> I'm not finding the Cp1047 that Matt suggested? Is
> this an ant task?
>
can i use an ant copy task and specify the encoding there?
I'm not finding the Cp1047 that Matt suggested? Is this an ant task?
On Apr 11, 2005 4:17 PM, Jeffrey E Care <[EMAIL PROTECTED]> wrote:
>
> If you're using an IBM JDK then it probably has support for cp1047
> encodings.
>
> JEC
> --
>
If you're using an IBM JDK then it probably has support for cp1047
encodings.
JEC
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere Build SWAT Team Lead
WebSphere Build Tooling Lead (Project Mantis)
https://w3.opensource.ibm.com/projects/mantis
"Dominique Devienne" <[EMAIL PROTECTED]> wrote on
Googling suggests that Cp1047 may work.
-Matt
--- Dominique Devienne <[EMAIL PROTECTED]> wrote:
> > From: Mark Lybarger [mailto:[EMAIL PROTECTED]
> >
> > is there a way using ant to convert a folder full
> of ascii text files
> into
> > ebcdic files? we're pulling cvs on a linux box and
> want t
> From: Mark Lybarger [mailto:[EMAIL PROTECTED]
>
> is there a way using ant to convert a folder full of ascii text files
into
> ebcdic files? we're pulling cvs on a linux box and want to be able to
> build
> the ear for deployment on zos. for some reason, some of the files
_have_
> to
> be ebcdic
is there a way using ant to convert a folder full of ascii text files into
ebcdic files? we're pulling cvs on a linux box and want to be able to build
the ear for deployment on zos. for some reason, some of the files _have_ to
be ebcdic encoded files. i think the issue is that the ebcdic files a
ok thanks.LOL:)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, April 11, 2005 12:37 PM
To: user@ant.apache.org
Subject: RE: Classpath reference
You will generally get a better response if you start a new thread for your
question (with a subject that s
Thanks Matt.
Matt Benson wrote:
The only possibility that springs to mind for current
versions of Ant is to define your patterns in lines of
a textfile, e.g. "foo", and then set up two
patternsets:
HTH,
Matt
--- Milton Leis <[EMAIL PROTECTED]> wrote:
Anyone help with the following puzzle. I have
The only possibility that springs to mind for current
versions of Ant is to define your patterns in lines of
a textfile, e.g. "foo", and then set up two
patternsets:
HTH,
Matt
--- Milton Leis <[EMAIL PROTECTED]> wrote:
> Anyone help with the following puzzle. I have a
> carefully crafted
> p
You will generally get a better response if you start a new thread for your
question (with a subject that somehow describes your question/problem), rather
than replying to someone else's question.
> -Original Message-
> From: Singh, Arti [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 1
Anyone help with the following puzzle. I have a carefully crafted
patternset, like this:
that I can use to ZIP the files like this:
How can I select all the files that are *not* in the same patternset?
> ???
hi all,
I am an ant newbie with a silly question.I have a set of jar
files that I need to get compiled.Should I unzip each jar file to compile
It??OR can I get ant to automatically unzip each jar while compile it
-Original Message-
From: Mark Harris [mailto:[EMAIL PROTECTED
> From: Mark Harris [mailto:[EMAIL PROTECTED]
>
> This was half the solution. The other half was to not use the id
> "classpath", but to call it something else, e.g. "compile.classpath".
Note that 'classpath' is not a reserved ID name. I've used it myself
many times. It's something else specific
Hi,
I like the little arrows beneath the snippets of java code that the
javac application provides (more compilers need to copy this behaviour
really). But unfortunately, ant blocks these!
For example, javac gives the following error:
sources/org/trainingforlife/elearning/User.java:27: illegal
c
>>
>>
>>
>>
>>
>
>>
>>
>>
>
>> > location="/myadditionaljar.jar"/>
>>
>> ... etc...
>
>Fore more information on reusing paths using refid see
>[1].
This was half the solution. The other h
If you running application needs a directory it should create
it for itself. So it doesnt depend on a deployer - who could forget
that.
Jan
> -Ursprüngliche Nachricht-
> Von: Rodolfo García Esteban/CYII [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 11. April 2005 09:01
> An: user@ant.a
Hi,
I´m using ant 1.6.2 with Windows2000. I need to make a dir for log into a
war file. I haven´t this directory in development, and Create, copy empty,
and delete I think isn't very elegant, and I haven't see any parameter or
clause to do this. Could somebody help me?
Best regards
Rodolfo
20 matches
Mail list logo