AW: Encryption?

2004-12-20 Thread Jan . Materne
See my answer to your first question http://marc.theaimsgroup.com/?l=ant-dev&m=110329678423602&w=2 Jan > -Ursprüngliche Nachricht- > Von: Conor MacNeill [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 21. Dezember 2004 00:40 > An: Ant Users List > Betreff: Re: Encryption? > > Magnus

Re: cvs task behind a firewall

2004-12-20 Thread Brian Kuhn
I'm pretty sure you cannot get the cvs command line to use a proxy. I'm sure the Ant cvs task could be reworked to use CvsGrab too though. I'll have to look into that... On Tue, 21 Dec 2004 10:49:48 +1100, Conor MacNeill <[EMAIL PROTECTED]> wrote: > > Brian Kuhn wrote: > > Does anyone know if

Re: cvs task behind a firewall

2004-12-20 Thread Conor MacNeill
Brian Kuhn wrote: Does anyone know if it's possible to get Ant's cvs task to use a proxy? I'm behind a corporate firewall. I've gotten Maven to use my proxy to download dependencies, but for some reason it doesn't pass the proxy configuration on to Ant's cvs task. I assume this is because it's n

Re: Encryption?

2004-12-20 Thread Conor MacNeill
Magnus Svensson (HF/EAB) wrote: Hi, I resend this question due to mail server problem: I have a question regarding encryption and export control. Does ANT include any SW encryption that restricts export (i.e. special ECCN code)? Magnus, None of Ant's code is subject to export restrictions, that I

RE: ant UI

2004-12-20 Thread Jacob, Anil - MWT
Instead of hardcoding the value of the Build_0402_0012, you can actually pass it as a commandline paramters -Ddev.build=Build_0402_0012. Then the build file would look like this When ant runs it picks up the value given on the commandline. For a UI. You can actually write a small perl script or

cvs task behind a firewall

2004-12-20 Thread Brian Kuhn
Does anyone know if it's possible to get Ant's cvs task to use a proxy? I'm behind a corporate firewall. I've gotten Maven to use my proxy to download dependencies, but for some reason it doesn't pass the proxy configuration on to Ant's cvs task. I assume this is because it's not possible. Can

RE: ant UI

2004-12-20 Thread Radha Sangal
Look at the bottom of the second link-ed page. I need to finally create such UI where we enter filename in a text box and get results. Meanwhile, what I am looking for is a way to build UI to connect to ant script for providing inputs to its properties. To make it clear: I have

Encryption?

2004-12-20 Thread Magnus Svensson (HF/EAB)
Hi, I resend this question due to mail server problem: I have a question regarding encryption and export control. Does ANT include any SW encryption that restricts export (i.e. special ECCN code)? Regards, Magnus Svensson - To

RE: classpath

2004-12-20 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. I have tried this already but this does not work. The issue here is to set that classpath at a top level and make sure it is a

RE: classpath

2004-12-20 Thread Radha Sangal
One problem I solved of class path in eclipse was to set it in Project-->Properties->java Build-->libraries... It might help! -Original Message- From: Rajiv Jaitly [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 10:17 AM To: [EMAIL PROTECTED] Subject: classpath +

classpath

2004-12-20 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I have defined an an ant target that does some work and while going through its tasks it generates a java class and comp

Re: open jar and replace string

2004-12-20 Thread Jeffrey E Care
Should be easy to: unzip the JAR file with use to do the string replacement zip the JAR back up with Exact implementation left as an exercise for the reader. See also the Ant Manual available here: http://ant.apache.org/manual JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT

RE: Is there a way of telling that ant is run in verbose mode?

2004-12-20 Thread Nir Geier
you can simply use: ex: -Original Message- From: Daniel Blaukopf [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 5:03 PM To: Ant Users List Subject: Is there a way of telling that ant is run in verbose mode? I invoke a makefile from ant, and would like to invoke it with diff

AW: open jar and replace string

2004-12-20 Thread Jan . Materne
There is no way for "in-jar-editing". So you have to - the archive - / what you have to and - re the archive Jan > -Ursprüngliche Nachricht- > Von: Radha Sangal [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 20. Dezember 2004 15:57 > An: Ant Users List > Betreff: open jar and replace

Is there a way of telling that ant is run in verbose mode?

2004-12-20 Thread Daniel Blaukopf
I invoke a makefile from ant, and would like to invoke it with different parameters when ant is run with -v or -d. Is there any property that is defined in verbose or debug mode, or any other way of finding out how ant was invoked? Thanks, Daniel

open jar and replace string

2004-12-20 Thread Radha Sangal
Does anyone has a sample code to open a jar file and replace a string within an xml in that jar? I need it real quick so if anyone could share some code... Thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: manually and externally defined fileset

2004-12-20 Thread Daniel Blaukopf
If the files are all in the same directory, you can do and then create a file "compiler-target.includes", which might contain something like this: myapp.exe,myapp.hlp Of course you could mess around with filter chains in loadfile to put the files on separate lines. This would probably also work e

EarExport inside WSAD

2004-12-20 Thread praful . aggarwal
Hi All, I'm using WebSphere Studio Application Developer 5.1 and trying to export an EAR using earExport. It's failing with the following error message : exception.InvocationTargetException:Error exporting EAR file. Any insights ? Here is the complete output from the build : - =

manually and externally defined fileset

2004-12-20 Thread lists
Hi all, My buildsystem needs to copy a manually defined set of files (compiler-output, I'm building C++ wit VisualStudio .net) from the compiler's target dir to my output dir where binary releases are submitted to my depot. Currently I have lots of single copy-tasks in a release-target but I wou

Deploy to remote jboss (or any AS)

2004-12-20 Thread Emmanouil Batsis
Is anyone using Ant to deploy on a *remote*JBoss instance (or any other AS)? I havent found any JBoss tasks for this so i was wondering if anyone has a generic solution. Thanks for your help! Manos - To unsubscribe, e-mail: [EMA