FYI. I have posted comments against Bug Id 3219 giving what I believe is the
cause of the problem and it's resolution:
The createFolders(File) method in Pvcs.java needs to also recognise and
process lines (in Windows) that use a drive mapping rather than a UNC name.
e.g.
"V:\SML PVCS Projects D to
G\archives\eGI\Implementation\Iteration2\Java\startup\BatchTestHarness\Dummy
BatchManager.java-arc(c:\Development_Build\Implementation\Java\startup\Batch
TestHarness\DummyBatchManager.java)"
So the section of code that decides whether to continue processing the line
should look something like this:
if(line.startsWith("\"\\") ||
line.startsWith("\"/") ||
(line.length() > 3 &&
line.startsWith("\"") &&
Character.isLetter(line.charAt(1)) &&
String.valueOf(line.charAt(2)).equals(":") &&
String.valueOf(line.charAt(3)).equals("\\")
)) {
I compiled this code and put it into my copy of the
jakarta-ant-1.4-optional.jar and all the required directories were created
before the GETs were performed.
> David Corbett
> I.T. Customer & Distribution Systems, Suncorp-Metway Ltd
> Email: mailto:[EMAIL PROTECTED]
>
>
------------------------------------------------------------
The contents of this message are the views of the Author and
do not necessarily reflect the views of SUNCORP METWAY LTD.
ABN 66 010 831 722
http://www.suncorpmetway.com.au