Re: Telnet to AS400

2006-09-13 Thread Antoine Levy-Lambert
Hi, I advise against using telnet, it is not practical to automate deployments. Using ssh instead of telnet would be the first step I would recommend you. A quick search in Google tells me that there are ssh servers implementations for AS400. In a second step, to automate WebSphere deployment

Telnet to AS400

2006-09-13 Thread Ben Corpus
Hi All, I am using Apache Ant 1.6.5. I want to use its Telnet task to automate Java deployments to WAS (Websphere Application Server) server running on the AS400. The problem I encounter is in the nested tag (line 6) - it hangs on that line of execution. Here's the target code: 1

Re: Ant Dojo Compression

2006-09-13 Thread JM
Diego, Have you downloaded the latest custom rhino jar from DOJO? The only think I can think of is that you are using an old version that doesn't have the right compressScript method signature used by the custom ant task. JM Diego Chagastelles wrote: > > JM, the last problem I solved. Now, I

RE: Need Help With Task

2006-09-13 Thread Robert Pepersack
Thanks everybody for the quick and accurate responses! I got it working. Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 09/13/2006 1:24 PM >>> You need to use the fileset nested element to do this:

RE: Need Help With Task

2006-09-13 Thread Kenneth McKnight
You need to use the fileset nested element to do this: Here's what you get (I used some dummy files so you can see that it works on subdirs as well): $ jar tvf mia_gui.jar 0 Wed Sep 13 10:22:10 PST 2006 META-INF/ 106 Wed Sep 13 10:22:08 PST 200

RE: Need Help With Task

2006-09-13 Thread Stephen McConnell
> -Original Message- > From: Robert Pepersack [mailto:[EMAIL PROTECTED] > Sent: Thursday, 14 September 2006 2:27 AM > To: user@ant.apache.org > Subject: Need Help With Task > > Hi all, > > I'm a to Ant. I have some Java classes in a single directory > tree that has two child direct

Re: Need Help With Task

2006-09-13 Thread Matt Benson
--- Robert Pepersack <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a to Ant. I have some Java classes in a single > directory tree that > has two child directories (i.e. mia/gui and > mia/middleware). I need to > create two .jar files, one that contains the classes > in the mia.gui > package and

Re: Need Help With Task

2006-09-13 Thread Peter Reilly
Hi all, I'm a to Ant. I have some Java classes in a single directory tree that has two child directories (i.e. mia/gui and mia/middleware). I need to create two .jar files, one that contains the classes in the mia.gui package and the other that contains the classes in mia.middleware.

Need Help With Task

2006-09-13 Thread Robert Pepersack
Hi all, I'm a to Ant. I have some Java classes in a single directory tree that has two child directories (i.e. mia/gui and mia/middleware). I need to create two .jar files, one that contains the classes in the mia.gui package and the other that contains the classes in mia.middleware. When I use

Re: How to call the export command in LINUX using Ant element.

2006-09-13 Thread Alexey N. Solofnenko
If you really need it, specify it in inside . I myself prefer to set all environment variables before starting ANT - in that case all child processes will get them automatically. - Alexey. Nagender Malik wrote: Hi, How to call the export command in LINUX using Ant element. Regards, Nagend

AW: Antcall task and inheriting Filters

2006-09-13 Thread Jan.Materne
Have you tried to give the filters IDs and set inheritRef=true? Jan >-Ursprüngliche Nachricht- >Von: Hussein Badakhchani [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 13. September 2006 11:02 >An: user@ant.apache.org >Betreff: Antcall task and inheriting Filters > >Hello, > >I was wond

AW: How to call the export command in LINUX using Ant element.

2006-09-13 Thread Jan.Materne
simply as each other script BUT: Ant starts a new instance of the command interpreter and AFIAK the export statement would not have any effect for the machine (only for that process). Jan >-Ursprüngliche Nachricht- >Von: Nagender Malik >[mailto:[EMAIL PROTECTED] >Gesendet: Mittw

How to call the export command in LINUX using Ant element.

2006-09-13 Thread Nagender Malik
Hi, How to call the export command in LINUX using Ant element. Regards, Nagender

Antcall task and inheriting Filters

2006-09-13 Thread Hussein Badakhchani
Hello, I was wondering if there are any plans to extend the AntCall task to allow inheriting of Filters. In my build I use a Jython script to convert all my properties to filters which works well, however it seems I have to call this script from every task I call from my AntCall tasks in order to