RE: AW: Jarpend.jar

2005-06-06 Thread S I
Thank you. I got them to work. Yeah my Winzip 7.0 was not behaving the way it should. Everything's good now. Thank you for your reply. :) Original Message Follows From: Jeffrey E Care <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: AW: Jarpend.jar Da

RE: AW: Jarpend.jar

2005-06-06 Thread Jeffrey E Care
I know this is orthogonal to your question, but you might get more milage out of real UNIX tools instead of winzip. Check out cygwin: http://cygwin.com/ -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.

RE: Ant for non-java development+addition

2005-06-06 Thread Jeffrey E Care
Whether Ant is a "reasonable" solution for non-Java code is not really possible to answer in a vacuum. At IBM, we build WebSphere Application Server for both zOS, os400 and distributed platforms (Linux, Windows, AIX, etc.) using Ant plus our custom extensions, including the native (i.e. C) code

RE: How to open URL from ANT.

2005-06-06 Thread James Abley
If you're doing it to reload the context of an application in Tomcat, is there any reason why you can't use the Tomcat ant tasks? These support the basic authentication that I assume you have in place. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/catalina/docs/api/index.html James -Ori

RE: Ant for non-java development+addition(2)

2005-06-06 Thread hind.lwahhabi
Hmm I 've just seen the ant-contrib project which afford many useful additional tasks(cc tasks for instance). Well any wise advise still welcome:) I have always used ant for java build/deploy and this is the first time I cross "the border" , reason why I am scared! Hind Lwahhabi. Accenture Belg

RE: Ant for non-java development+addition

2005-06-06 Thread hind.lwahhabi
Thank you guys for all your answers.It is great to see your responsivenes! I am trying to be more precise here: has anyone used ant for building c applications on mainframe for instance?And is it a reasonable solution for such a purpose? Thank you again for any help or guidelines. Hind Lwahhab

Can you tell test error from test failure with ?

2005-06-06 Thread Tony Lam
Hi, I wonder if it is possible to tell junit test error apart from test failure with task. I have a case where an unit test timed out, it was a junit test error, but both errorProperty and failureProperty were set to true. This made it impossible to tell test error from test failure. Any help is

RE: Connection Failures On SSHExec Task

2005-06-06 Thread Anderson, Rob (Global Trade)
In this case yes, but that should not matter. -Rob A > -Original Message- > From: Bill Winspur [mailto:[EMAIL PROTECTED] > Sent: Friday, June 03, 2005 8:27 PM > To: Ant Users List > Subject: Re: Connection Failures On SSHExec Task > > > Rob, > Admittedly, this is an off the wall question

Re: Ant for non-java development

2005-06-06 Thread Henrik Gemal
I use ant to build my Mozilla extensions Launchy and Linky Ant build files (build.xml and build.properties and build.apps.properties) here: http://mozdev.org/source/browse/launchy/source/ [EMAIL PROTECTED] wrote: Can ant be used to build non-java applications?If so, how ?And does anyone tried

Re: FW: Connection Failures On SSHExec Task

2005-06-06 Thread Atsuhiko Yamanaka
Hi, +-From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> -- |_Date: Fri, 3 Jun 2005 10:16:53 -0700 __ | |> > > [sshexec] Connecting to xxx.com:22 |> > > [sshexec] root |> > > [sshexec] Connecting to xxx.com:22 |> > > [sshexec] Connecting t

RE: Ant for non-java development

2005-06-06 Thread ed . wittmann
I use it for startup scripting for BEA weblogic - I setup the classpath, environment variables, passwords, etc. This makes replicating my environment vars between machines (and between windows and unix) pretty easy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sen

RE: Ant for non-java development

2005-06-06 Thread CLAVIER Remi RD-CORE-LAN
I use ant to automatize the analyse of Request For Proposal (Call for tender). I use no specific java topics but only xslt transform, specific tools (exec,...)Ant allows an automatisation, securisation and optimisation of the process. Result is very usefull... -Message d'origine- De

Re: Ant for non-java development

2005-06-06 Thread Emmanouil Batsis
[EMAIL PROTECTED] wrote: Can ant be used to build non-java applications?If so, how ?And does anyone tried this on this list? Well, if you are familiar with Ant, you may find it convinient to use for non-Java projects... all of it's functionality is relevant with the exception of the javac

Re: Ant for non-java development

2005-06-06 Thread Frank W. Zammetti
I used Ant to build a C library that was to be used from a Java app... since they were interrelated, it kind of made sense to have them build together. I don't know if there are pre-existing tasks to do it, but I just wrote my own using Exec to call the C compiler, after doing some minor setups fo

Ant for non-java development

2005-06-06 Thread hind.lwahhabi
Can ant be used to build non-java applications?If so, how ?And does anyone tried this on this list? Thx for any help:) This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify

Re: Replacing (Overwriting) a file in a war?

2005-06-06 Thread Frank W. Zammetti
I do this in one script I wrote... it's doing it to a JAR, but I believe the same works for the war task... Basically, I have a directory /org under what ${classes} points to, which contains some class files to be updated. That seems to be all there is to it. -- Frank W. Zammetti Founder

Re: Replacing (Overwriting) a file in a war?

2005-06-06 Thread Yayo
I think that could be done unwar-ing the war file in a temp dir, ovewrite the file and then war the resulting tree :P Just an idea! :P 2005/6/6, Bryan Mishkin <[EMAIL PROTECTED]>: > Does anyone have any suggestions for replacing a file within a war with > another copy of the same file? I'm havin

Replacing (Overwriting) a file in a war?

2005-06-06 Thread Bryan Mishkin
Does anyone have any suggestions for replacing a file within a war with another copy of the same file? I'm having a heck of a time accomplishing this and I've tried but it doesn't overwrite the file already in the war. The log4j.xml file is the one in question. I want to replace it with a ver

AW: built-in property for the invoking target?

2005-06-06 Thread Jan.Materne
Hhm seems to rely on a newer Ant version. Doesnt work with 1.6.3 ("self" is not defined.) but with 1.7alpha. Jan -Ursprüngliche Nachricht- Von: Dick, Brian E. [mailto:[EMAIL PROTECTED] Gesendet: Montag, 6. Juni 2005 13:56 An: Ant Users List Betreff: RE: built-in property for the invoki

RE: built-in property for the invoking target?

2005-06-06 Thread Dick, Brian E.
I get the following error when trying the code from your reference. BUILD FAILED C:\build.xml:77: ReferenceError: "self" is not defined. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 4:37 AM To: user@ant.apache.org Subject: AW: built-in

AW: built-in property for the invoking target?

2005-06-06 Thread Jan.Materne
Maybe http://marc.theaimsgroup.com/?l=ant-user&m=110077914931555&w=2 could be interisting for you. Jan -Ursprüngliche Nachricht- Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 3. Juni 2005 20:53 An: Ant Users List Betreff: Re: built-in property for the invoking ta