Hi all,
I'm trying to create a client workspace without invoking the editor. So
first I define the settings for the workspace in a file and then I invoke p4
to create the workspace, but it is failing for the reason shown below:
[exec] Myos = Windows 2000
[exec] p4 client -i <
C:\DOCUME~1\mdunphy\LOCALS~1\Temp\p4clientworkspace.txt
Execute:Java13CommandLauncher: p4 client -i <
C:\DOCUME~1\mdunphy\LOCALS~1\Temp\p4_clientworkspace.txt
[exec] Usage: client -i [ -f ]
[exec] Unexpected arguments.
[exec] Result: 1
the exec task is shown below:
<exec executable="p4">
<arg line="client -i < ${p4.client.workspace}"/>
</exec>
Anybody have any ideas?
Thanks
Mick