Bugs item #1238586, was opened at 2005-07-15 03:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1238586&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Schroeder (schroeder_mich)
Assigned to: Nobody/Anonymous (nobody)
Summary: parameter file (@-option) with blanks will be split up

Initial Comment:
If you have a parameter file where you e.g. try to set a 
property with a value that includes blanks, than the 
value will be split up at the blank and the remaining 
value will be interpreted as the next parameters.

This is because splitting the parameter file doesn't 
check for double quotes.

The same parameters directly at the command prompt 
are working.

Windows system.

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

Example:

nant.exe -D:TestProperty="This is a test!" --> OK!

Having a file testfile.answer with the following content:
-D:TestProperty="This is a test!"

and 

nant.exe @testfile.answer --> ERROR!



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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1238586&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to