Jar/Zip Update

2007-04-05 Thread Paul Selibas
Hello all... I have an apache ant script that is supposed to add a rar file to a jar file. Its a simple as that but it does not work. I have tried everything (except the right thing) and i have googled my brains out and read the archives. My script is as follows which gives me some sort of

RE: How to echo path?

2007-04-05 Thread Rebhan, Gilbert
Hi, -Original Message- From: Douglas McCarroll [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 11:07 PM To: Ant Users List Subject: How to echo path? /* I have a path that I'd like to output to the console. For example: path id=my.path.id pathelement

Pathname issue in cvs export command

2007-04-05 Thread query
  Hi, I am using cvs task to export modules. cvs dest=${temp} command=export cvsRoot=${CVSROOT} tag=${IMGS} package=java/gui/images/ Here, I want to export only gif files in java/gui/images to ${temp}by shortening the pathnames. But it is exorting gif files to ${temp}/java/gui/images.

RE: How to echo path?

2007-04-05 Thread Rebhan, Gilbert
Hi, Peter -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:03 AM To: Ant Users List Subject: Re: How to echo path? /* The use of ${toString: ...} is not documented and not recommended by the ant authorities as far as i remember. It is

Re: How to echo path?

2007-04-05 Thread Peter Reilly
On 4/5/07, Rebhan, Gilbert [EMAIL PROTECTED] wrote: Hi, -Original Message- From: Douglas McCarroll [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 11:07 PM To: Ant Users List Subject: How to echo path? /* I have a path that I'd like to output to the console. For example:

Padmaja Kunapareddy/Lexington/IBM is out of the office.

2007-04-05 Thread Padmaja Kunapareddy
I will be out of the office starting 04/05/2007 and will not return until 04/06/2007. For CQ Baltic Patches, please contact Edward L Hayes or Georgiy Petrov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: p4sync question

2007-04-05 Thread Bijan Vakili
Never mind regarding this issue. I resolved the problem myself (some property values, like the user name, had unwanted trailing spaces). Thanks. Bijan Vakili Senior Software Developer Cryptologic Inc. 55 St-Clair W, 3rd floor, Toronto, Ontario, M4V 2Y7 Phone 416.545-1455 Ext 5892 E-Mail:

Re: Pathname issue in cvs export command

2007-04-05 Thread Dominique Devienne
On 5 Apr 2007 06:14:33 -, query [EMAIL PROTECTED] wrote: Here, I want to export only gif files in java/gui/images to ${temp}by shortening the pathnames. But it is exorting gif files to ${temp}/java/gui/images. I don't know such a CVS option, but I'm no CVS expert. OTOH, you can do the

Re: Jar/Zip Update

2007-04-05 Thread Dominique Devienne
On 4/5/07, Paul Selibas [EMAIL PROTECTED] wrote: I have an apache ant script that is supposed to add a rar file to a jar file. jar destfile=c:/build/Myfile.jar basedir= update=yes zipgroupfileset dir=. includes=${rarfile} / /jar This is the closest i get and what it does is unzips the

forking ant

2007-04-05 Thread Res Pons
I'm writing a basic window's .bat file to cd into my working folder and run ant clean build. And when ant build is finished to return back to the original bat file and copy the war/ear files to my local jboss deploy directory. I've tried 2 things cd workingFolder ant clean build and start

RE: forking ant

2007-04-05 Thread Murray, Mike
Try: call ant clean build -Original Message- From: Res Pons [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 2:50 PM To: user@ant.apache.org Subject: forking ant I'm writing a basic window's .bat file to cd into my working folder and run ant clean build. And when ant

RE: forking ant

2007-04-05 Thread Res Pons
Something so simple and I couldn't even think of it :/ That worked, thank you for your help :) Original Message Follows From: Murray, Mike [EMAIL PROTECTED] Reply-To: Ant Users List user@ant.apache.org To: Ant Users List user@ant.apache.org Subject: RE: forking ant Date: Thu, 5 Apr 2007

Re: forking ant

2007-04-05 Thread Martin Gainty
Hi Ant exec the 1st arg will be cmd.exe args=/C FullpathNameOfBinaryToRun this will exec the FullpathNameOfBinaryToRun and then return back to invoking process.. Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to

Re: How to echo path?

2007-04-05 Thread Steve Loughran
Matt Benson wrote: -Matt P.S. You -could- also use echo${toString:my.path.id}/echo But that's technically unsupported. ah, its documented as of Ant1.7. therefore it exists - To unsubscribe, e-mail: [EMAIL PROTECTED] For

creating clearcase view

2007-04-05 Thread mmanir
Hi, Can any one please give me some ideas how to create clearcase dynamic view for build and after the build this view will get deleted. This way I will have a clean build. This view is tranparent to the user and only will get created when invoke the ant build script. I was trying to put

Re: How to echo path?

2007-04-05 Thread Matt Benson
--- Steve Loughran [EMAIL PROTECTED] wrote: Matt Benson wrote: -Matt P.S. You -could- also use echo${toString:my.path.id}/echo But that's technically unsupported. ah, its documented as of Ant1.7. therefore it exists Okay. It's still dirty IMHO. :) -Matt

Re: How to echo path?

2007-04-05 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran [EMAIL PROTECTED] wrote: Matt Benson wrote: -Matt P.S. You -could- also use echo${toString:my.path.id}/echo But that's technically unsupported. ah, its documented as of Ant1.7. therefore it exists Okay. It's still dirty IMHO. :) what,

Re: creating clearcase view

2007-04-05 Thread Alexey N. Solofnenko
Something like that: cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws cleartool mount -all cd z:\build-view\SOME-VOB cleartool setcs c:\path\toconfigspec call ant build-target set RC=%errorlevel% cd %~dp0 cleartool endview build-view cleartool rmview -force build-view

Re: creating clearcase view

2007-04-05 Thread Alexey N. Solofnenko
Last two commands should be cleartool endview -server build-view cleartool rmview -force -tag build-view - Alexey. Alexey N. Solofnenko wrote: Something like that: cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws cleartool mount -all cd z:\build-view\SOME-VOB

Who should I ask about script task problems?

2007-04-05 Thread Philip Swenson
I sent this out yesterday and got no response. I have also tried using BeanShell and am having similar problems. I'm guessing very few people use the script tag as it seems awfully flakey. Anyone have suggestions on where to get some help with Script tag issues? Thanks phil _

Doubt in use ANT or not.

2007-04-05 Thread Marcos Vilela
Hello experts, I'm doing a program that export webservices. In execution time I have to move some created files to a directory that has been choosen by the user, and clean the directory where all the files that have been moved were. Is ANT the correct tool to do this ? Is it correct to

javadoc

2007-04-05 Thread Res Pons
Almost wrong forum, I know...but... I would like to test and run javadoc at a DOS prompt before writing ant code for it but the problem is that when I cd into my project and execute the following, I get an error1 and nothing happens. c:\cd Builds\project1 C:\Builds\project1javadoc

RE: javadoc

2007-04-05 Thread Res Pons
correction: that's src and not src and just a typo in this email and not at the DOS prompt Original Message Follows From: Res Pons [EMAIL PROTECTED] Reply-To: Ant Users List user@ant.apache.org To: user@ant.apache.org Subject: javadoc Date: Thu, 05 Apr 2007 21:28:18 -0700 Almost wrong

Need clarifications about the Core Ant Task (javac)

2007-04-05 Thread Java aviator
Hi Friends, I am brand new to Ant though i have been working in Java for a while. Can anybody clarify me about these lines taken from Ant user manual. The source and destination directory will be recursively scanned for Java source files to compile To understand the above mentioned