RE: Zvi_Q: know the number of token in a file

2003-07-22 Thread Jan . Materne
Manual http://ant-contrib.sourceforge.net/tasks/propertyregex.html Sourcen http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ant-contrib/ant-contrib/src/n et/sf/antcontrib/property/RegexTask.java?rev=HEAD&content-type=text/vnd.view cvs-markup Jan > -Original Message- > From: Rahamim, Zvi (

Have you imported a source file into Visual Age for Java

2003-07-22 Thread Bui Dinh Chien
Hi all, Now I am trying to import a source file into VAJ but I can not. My VAJ repository is local repository and my build file has followed lines And when I run Ant, this exception occured BUILD FAILED java.lang.NullPointerException at org.apache.tools.ant.DirectoryScanner.g

RE: Zvi_Q: know the number of token in a file

2003-07-22 Thread peter reilly
It not not in the current released build. You need to follow the links in Jan's e-mail Peter On Tue, 2003-07-22 at 13:28, Rahamim, Zvi (Zvi) ** CTR ** wrote: > I cna't see this task, or any that relates to regexp. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: Zvi_Q: know the number of token in a file

2003-07-22 Thread Rahamim, Zvi (Zvi) ** CTR **
I cna't see this task, or any that relates to regexp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: RE: Zvi_Q: know the number of token in a file Part of AntContrib. Ant-Contrib: Homepage: ht

RE: Zvi_Q: know the number of token in a file

2003-07-22 Thread Jan . Materne
Part of AntContrib. Ant-Contrib: Homepage: http://sourceforge.net/projects/ant-contrib/ CVS-Source: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ant-contrib/ant-contrib/src/n et/sf/antcontrib/ CVS-Manual: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ant-contrib/ant-contrib/manua l/ind

RE: Zvi_Q: know the number of token in a file

2003-07-22 Thread Rahamim, Zvi (Zvi) ** CTR **
Thanks, where can I find the propertyregex task? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 2:41 PM To: [EMAIL PROTECTED] Subject: RE: Zvi_Q: know the number of token in a file I did a quick hack using AntContrib:

RE: Zvi_Q: know the number of token in a file

2003-07-22 Thread Jan . Materne
I did a quick hack using AntContrib: First I read the whole content of the file into a property (prerequisite for the next step). The I use the same regexp which you use for your in . copies the result of the regexp matching in

Zvi_Q: know the number of token in a file

2003-07-22 Thread Rahamim, Zvi (Zvi) ** CTR **
Hi! I want to use the replace task to replace tokens. But... I also want that if no token is found, the build fails. Can you help me? Thanks!!! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR