Bugs item #1081430, was opened at 2004-12-08 11:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1081430&group_id=54790

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Stéphane Bouchard (sbouchard)
Assigned to: Nobody/Anonymous (nobody)
Summary: Force in p4sync: syntax error

Initial Comment:
p4sync.build:
<project name="Test p4sync">
     <p4sync force="true" view=" //depot/projects/..." />
</project>

result:
NAnt 0.85 (Build 0.85.1793.0; rc1; 2004/11/28)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/_ws/p4.build

   [p4sync] Usage: sync [-f -n] [files...]
   [p4sync] Invalid option: -//depot/projects/....

BUILD FAILED - 0 non-fatal error(s), 2 warning(s)

The error is in the file P4Sync.cs when you add the -f 
flag the space is in the wrong side.

         arguments.Append( " -f");
should be

          arguments.Append( "-f ");

Thanks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1081430&group_id=54790


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to