Re: convert ascii to ebcdic files using ant

2005-04-11 Thread Dave Brosius
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 -

Re: Change in text output from 1.5 to 1.6

2005-04-11 Thread Matt Benson
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. > > > > >

Change in text output from 1.5 to 1.6

2005-04-11 Thread Michele Brissette
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:

Re: convert ascii to ebcdic files using ant

2005-04-11 Thread Matt Benson
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? >

Re: convert ascii to ebcdic files using ant

2005-04-11 Thread Mark Lybarger
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 > -- >

RE: convert ascii to ebcdic files using ant

2005-04-11 Thread Jeffrey E Care
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

RE: convert ascii to ebcdic files using ant

2005-04-11 Thread Matt Benson
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

RE: convert ascii to ebcdic files using ant

2005-04-11 Thread Dominique Devienne
> 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

convert ascii to ebcdic files using ant

2005-04-11 Thread Mark Lybarger
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

RE: Classpath reference

2005-04-11 Thread Singh, Arti
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

Re: Inverting the selection of a patternset?

2005-04-11 Thread Milton Leis
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

Re: Inverting the selection of a patternset?

2005-04-11 Thread Matt Benson
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

RE: Classpath reference

2005-04-11 Thread Kajsa.Anderson
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

Inverting the selection of a patternset?

2005-04-11 Thread Milton Leis
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? > ???

RE: Classpath reference

2005-04-11 Thread Singh, Arti
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

RE: Classpath reference

2005-04-11 Thread Dominique Devienne
> 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

Error output from javac compiles being blocked

2005-04-11 Thread Asfand Yar Qazi
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

RE: Classpath reference

2005-04-11 Thread Mark Harris
>> >> >> >> >> > >> >> >> > >> > location="/myadditionaljar.jar"/> >> >> ... etc... > >Fore more information on reusing paths using refid see >[1]. This was half the solution. The other h

AW: make a dir into a war file.

2005-04-11 Thread Jan . Materne
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

make a dir into a war file.

2005-04-11 Thread Rodolfo García Esteban/CYII
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