RE: Extracting values from a line of a file

2007-04-10 Thread Rebhan, Gilbert
Hi, -Original Message- From: Maninder Singh (GR/EIL) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 6:47 AM To: user@ant.apache.org Subject: Extracting values from a line of a file /* Hi, I am trying to figure out a way to extract the values from a line in a file.

Extracting values from a line of a file

2007-04-10 Thread Maninder Singh \(GR/EIL\)
Hi, I am trying to figure out a way to extract the values from a line in a file. To be more precise; there is a file that contains lines containing the following fields (separated by spaces / tabs): NameAge Contact_Number I want to search for a particular name in

Re: Ant

2007-04-10 Thread Martin Gainty
It means the Zip file Cannot find the file If you look at the input specification for Zip operation at line 56 you'll locate the file its attempting to find Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom t

Ant

2007-04-10 Thread Great Man
I am running ant on some project and seeing following. Now I can not figure it out where is this exception coming from ? How can I see the stack trace for this exception. The section in build file is doing wsdl2java task. Any help is really reall yappreciated. I am now desperate :-( BUILD FAIL

Re: javadoc

2007-04-10 Thread Scot P. Floess
Res: Yeah you do...that's why I recommended the Ant way :) Scot Res Pons wrote: Thanks for all your help. Be it in Dos/Batch or Linux/Shell, it looks like you have to traverse through dirs and subdirs as javadoc clearly does not understand recursing by itself. One of our engineers had conf

Re: javadoc

2007-04-10 Thread Res Pons
Thanks for all your help. Be it in Dos/Batch or Linux/Shell, it looks like you have to traverse through dirs and subdirs as javadoc clearly does not understand recursing by itself. One of our engineers had confused me by saying that java doc should be able to recurse by itself w/o me telling i

Re: Trying to override old definition of datatype resources

2007-04-10 Thread Andrew Goktepe
I have seen this before with global taskdefs during antcalls between targets in the same build file. You probably have something defined globally that is being loaded multiple times. If you have an init target that gets run at the beginning and then never again during the same execution, you could

RE: Problem with condition selection property; Help needed

2007-04-10 Thread bill
Sorry abut that last empty post. You might want to look at AntForm, http://antforms.sourceforge.net/ . With it you can show a UI window where the user can pick the component to deploy by clicking check boxes. Each checkbox can set a different property that you can test to see if you want to procee

RE: Problem with condition selection property; Help needed

2007-04-10 Thread bill
-Original Message- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 8:13 AM To: Ant Users List Subject: Re: Problem with condition selection property; Help needed actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So, it circum

Re: Problem with condition selection property; Help needed

2007-04-10 Thread Shailesh Sharma
actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So, it circumstantial. Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, You are setting a property to a value (n | y) in your [input] task. As soon as you set a property it keeps that value for the whole buil

Re: tasks for cl,rc,mc

2007-04-10 Thread Dominique Devienne
> Currently , I am using Visuall C++ [...] ANT by using task 1. ant-contrib.sf.net has a task that wraps cl, link gcc, etc. http://ant-contrib.sourceforge.net/cc.html "Java Development with Ant" has a chapter on this topic, so find someone who has a copy and borrow it (*). is very good, bu

Re: tasks for cl,rc,mc

2007-04-10 Thread Steve Loughran
query wrote: Hi, Currently , I am using Visuall C++ cl.exe, rc.exe amd mc.exe commands in ANT by using task and running them directly. Are there any tasks similar to these commands in ANT? 1. ant-contrib.sf.net has a task that wraps cl, link gcc, etc. http://ant-contrib.sourceforge.net/c

Re: creating clearcase view

2007-04-10 Thread Steve Loughran
Alexey N. Solofnenko wrote: Last two commands should be cleartool endview -server build-view cleartool rmview -force -tag build-view I admire your skill in the cleartool commands, and am filled with the memories of the pain of using it in a production project. When it works, CC is the best ev

Trying to override old definition of datatype resources

2007-04-10 Thread wolverine my
The following message always displayed when I execute Ant, ant backup Buildfile: build.xml Trying to override old definition of datatype resources init: backup: [tar] Nothing to do: C:\... BUILD SUCCESSFUL Total time: 0 seconds What does this really means? What should we do to resolve