Re: p4 sync task, view with white spoaces

2006-06-12 Thread jacques couzteau
Great! That's quite obvious. Sometimes it's difficult to see the obvious though ;) Thank you jacques Am 13.06.2006 um 01:50 schrieb Antoine Levy-Lambert: Hello Jacques, try this : " is just the XML escape for ". Regards, Antoine jacques couzteau wrote: H

p4 sync task, view with white spoaces

2006-06-12 Thread jacques couzteau
Hello list, I have a presumeably simple problem that I cannot solve right now: I want to sync a p4 view that has white spaces in the path, i.e.: I always get an error that shows that ant tried to sync "//project". How do I work around this problem? thanks Jacques

Re: [genuine] Re: getUserProperty and getProperty

2004-11-12 Thread jacques couzteau
cool. it's working! -jacques Am 11.11.2004 um 20:09 schrieb Peter Reilly: [EMAIL PROTECTED] wrote: Peter, Thank you very much. This helps me a lot. Will properties I set with project.setNewProperty() persist, for the liftime of the build? So I can set my property in one target and derefereence it

passing data from java-task to ant-script

2004-08-27 Thread jacques couzteau
Hello folks, I have written a custom java task that compares files in a special way. I need the data my task collects in my ant-target to use as a comment for a filesubmission to sourcecontrol. I would like to pass the diff-data my task collects to ant one way or another. Can I set a property