AW: Question using @ in exec/arg

2007-04-12 Thread Jan.Materne
H a simple @ works for me ... In you have to mask the @ sign because it's starting the reference to an attribute name. @{foo} prints value of attribute foo @@ prints simple at-sign Jan >-Ursprüngliche Nachricht- >Von: Rebhan

AW: task for IdlToClsCompiler.exe

2007-04-12 Thread Jan.Materne
Not knowing what that exe does but I think we dont have any wrapper task. So you could use . Jan >-Ursprüngliche Nachricht- >Von: Martin Gainty [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 12. April 2007 22:08 >An: Ant Users List; query >Betreff: Re: task for IdlToClsCompiler.

RE: Question using @ in exec/arg

2007-04-12 Thread Rebhan, Gilbert
Hi, -Original Message- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 7:47 PM To: Ant Users List Subject: Question using @ in exec/arg /* I'm going to use p4 sync @labelname and I was wondering if the @ sign will work in the following task. [ ... ] Do I ha

Re: dynamically reading a property file

2007-04-12 Thread Jacob Kjome
What exactly are you trying to achieve here? In your example, you reference the name of the property you set the environment to ${myprop.${env}.abc} Why do you have the ".abc" there? I would think your goal would be to define each "env" value as a property,eg.. abc=123, def=456, then

Re: task for IdlToClsCompiler.exe

2007-04-12 Thread Martin Gainty
what does Idl2ClsCompiler.exe do? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone

Question using @ in exec/arg

2007-04-12 Thread Bret Kumler
I'm going to use p4 sync @labelname and I was wondering if the @ sign will work in the following task. Do I have to single quote the @ sign? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.3.

Re: Running ant from a windows batch file

2007-04-12 Thread James Carr
Thanks! On 4/12/07, Hariharasudhan R <[EMAIL PROTECTED]> wrote: Hi James, When u invoke one batch file from another the remaining of the batch file will not execute. This isnt anything related to ant. Its just a characteristic of windows batch files.. To make the remaining of the batch file ex

Re: Running ant from a windows batch file

2007-04-12 Thread Hariharasudhan R
Hi James, When u invoke one batch file from another the remaining of the batch file will not execute. This isnt anything related to ant. Its just a characteristic of windows batch files.. To make the remaining of the batch file execure instead of directly invoking ant use call ant.. e..g Instea

Running ant from a windows batch file

2007-04-12 Thread James Carr
Hi All, I am running ant from a windows batch file, and I am having a strange problem. The ant script completes successfully, but the rest of the batch file (which doesnt depend on anything the ant script does) does not run after the batch file runs. Any ideas? let me know if you need further de

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-12 Thread Anil Philip
I am using scp programmatically, but I found this task here with wildcards, in the examples documentation - Anil . Copy a set of files to a directory --- Anil Philip <[EMAIL PROTECTED]> wrote: > Thank you for replying. > Is there an example I can look at for

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-12 Thread Anil Philip
I am using scp programmatically, but I found this task here with wildcards, in the examples documentation - Anil . Copy a set of files to a directory --- Anil Philip <[EMAIL PROTECTED]> wrote: > Thank you for replying. > Is there an example I can look at for

task for IdlToClsCompiler.exe

2007-04-12 Thread query
  Hi, Is there any ANT task for IdlToClsCompiler.exe?

Re: Need clarifications about the Core Ant Task (javac)

2007-04-12 Thread Kevin Jackson
Maybe the Tutorial "Hello World with Ant" [1] would also help. If you need more information in that tutorial, let me know ;-) Actually I think the original poster has a point, the manual for states that "The source and destination directory will be recursively scanned for Java source files to

AW: File Filter for Write Permission.

2007-04-12 Thread Jan.Materne
Havent found any, but would help. self.setSelected( file.canWrite() ); Jan >-Ursprüngliche Nachricht- >Von: DBD [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 24. März 2007 04:30 >An: [EMAIL PROTECTED] >Betreff: File Filter for Write Permission. > > >Is there any buil

AW: JPP - Preprocessor for Java, HTML, XML, text files and others

2007-04-12 Thread Jan.Materne
done - rev 527828 Jan >-Ursprüngliche Nachricht- >Von: Java Preprocessor [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 24. März 2007 17:04 >An: [EMAIL PROTECTED] >Betreff: JPP - Preprocessor for Java, HTML, XML, text files and others > >Hi, > >I would like the following task to be added

AW: Need clarifications about the Core Ant Task (javac)

2007-04-12 Thread Jan.Materne
Maybe the Tutorial "Hello World with Ant" [1] would also help. If you need more information in that tutorial, let me know ;-) Jan [1] http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html >-Ursprüngliche Nachricht- >Von: Martin Gainty [mailto:[EMAIL PROTECTED] >Gesendet: Frei

Problem finding file path through CruiseControl

2007-04-12 Thread vivek payala
We have an ANT build file which works on our windows machines, but when trying to run it on our build server (on linux) using cruisecontrol we face a problem. However when this build script is run manually on the build server it finds the configuration file on that path. The problem is for a part