Re: AW: outputproperty problem?

2008-12-23 Thread sankar.gorthi
Hi jaki, In case you're still facing the same problem, I was able to resolve this by forking the java execution in the ant script. Adding the fork="true" option to the java execution task in ant set the property correctly. FYI, I was executing the ant task from a maven-antrun-plugin. Hope that

Re: How to write a file to console?

2008-12-23 Thread Brian Stephenson
Load and echo.. ${mytext} Brian Stephenson ThorTech Solutions www.thortech-solutions.com (914) 302-7638 [work] (914) 302-7641 [fax] On Dec 23, 2008, at 1:18 PM, Ghadi Mahmoudi wrote: Hallo, how can I print a file (text) to the console? of course with ant... thanks M.Sc. Ghadi M

Re: How to write a file to console?

2008-12-23 Thread Scot P. Floess
Well, you can certainly load the file using the loadfile target (store to a property) then echo the property... On Tue, 23 Dec 2008, Ghadi Mahmoudi wrote: Hallo, how can I print a file (text) to the console? of course with ant... thanks M.Sc. Ghadi Mahmoudi System Engineer COSENS GmbH

How to write a file to console?

2008-12-23 Thread Ghadi Mahmoudi
Hallo, how can I print a file (text) to the console? of course with ant... thanks M.Sc. Ghadi Mahmoudi System Engineer COSENS GmbH Lerchenkamp 11 31137 Hildesheim Tel.: +49 5121 17750-43 Fax: +49 5121 17750-49 E-Mail: ghadi.mahmo...@cosens.de

AW: how to convert path composed of absolute paths to fileset?

2008-12-23 Thread Ghadi Mahmoudi
I interested in a similar task, which is able to compile java sources and then build a jar form the resulted classes (in addition to other optional resources). The class path filed of the manifest should be also automatically generated I there a solution? M.Sc. Ghadi Mahmoudi System Engineer

how to convert path composed of absolute paths to fileset?

2008-12-23 Thread Jake Beard
Hi all, I'm trying to do something which I think should be fairly simple, but after having spent hours looking for a solution, the closest thing I have found is to write a custom task. I feel that there must be a more idiomatic way to fulfill this. What I am trying to do is, after compiling a set

Re: Stripping revConstraint from delivered Ivy files

2008-12-23 Thread Maarten Coene
I don't think it is possible. Please open a feature request in jira. Maarten - Original Message From: Jeffrey Sinclair To: ivy-u...@ant.apache.org Sent: Monday, December 22, 2008 4:25:20 PM Subject: Re: Stripping revConstraint from delivered Ivy files Does anyone know if this is poss

Re: Ivy integration support with GWT

2008-12-23 Thread Maarten Coene
Please upgrade to the latest version of Ivy. If I'm not mistaken, this was added in ivy 2.0.0-rc1 Maarten - Original Message From: Kay Kay To: ivy-u...@ant.apache.org Sent: Tuesday, December 23, 2008 6:37:31 AM Subject: Re: Ivy integration support with GWT I did follow the instructi

Re: TeamCity dependency tracking

2008-12-23 Thread Maarten Coene
I don't think this is possible at the moment with Ivy. Please open a JIRA feature request Maarten - Original Message From: Tom Widmer To: ivy-u...@ant.apache.org Sent: Tuesday, December 23, 2008 10:50:09 AM Subject: TeamCity dependency tracking Hi all, I'm using a TeamCity build se

AW: AW: AW: Copying Folder

2008-12-23 Thread Jan.Materne
A fileset collects only existing files. It fails only if the "dir" directory doesnt exist. If the files "must" exist, you could - use a - check the existence with and a condition, like Jan >-Ursprüngliche Nachricht- >Von: blazingwolf7 [mailto:blazingwo...@gmail.com] >G

Re: AW: AW: Copying Folder

2008-12-23 Thread blazingwolf7
I gave up and decide just to used the copy to copy the files But here I faced another problem again...if one of the f