Re: ReplaceRegExp with windows filenames

2005-08-27 Thread Neil Benn
Hello, Cracked it - I need to escape all the backslashes in the replace twice, once for Java and once for the regex. In addition, you need to escape the backslashes in teh nat file for java and the regex - that's a whol lot of backslashes:

Re: ReplaceRegExp with windows filenames

2005-08-27 Thread Neil Benn
Hello, Cheers for that - however that's not gonna work for me as I need to spit the data out into a text file which is used by another application to build a cab file for WindowsCE (different from a normal cab file). This text file requires backslashes, forward slashes won't work. I'm

Re: CVS TASK - login

2005-08-27 Thread Andrew Goktepe
Have you looked at the cvspass task? This still uses the .cvspass file, but it allows you to provide the password so that you can log in for the first time from the Ant script. http://ant.apache.org/manual/CoreTasks/cvspass.html If you're running on Windows, though, there's a known bug that is

CVS TASK - login

2005-08-27 Thread Minds Work
Hi Is there a way to login in a CVS repository with the CVS task passing the password as a String instead of passing it in a file (the .cvspass)? []s fred - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Retrieving a XML file generated by JavaScript ?

2005-08-27 Thread Nicolas Vervelle
Hi, I want to get the file that is see when I enter the following address in my browser : http://www.stolaf.edu/people/hansonr/jmol/docs/?xml I tried the task but it doesn't download what I need : it download the javascript that is used to generate the XML file, not the XML file itself. Is t