I have a class I wrote that does some command line processing (the idea
was to make it easier to define switches and expand file names for
command line programs). It probably isn't the most elegant or powerful
bit of code in the world, but if whoever might look at this problem is
interested, I'd be happy to provide the code (either on this list or
directly to your email).

Colin

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Brian
Davis
Sent: Wednesday, December 11, 2002 11:47 AM
To: [EMAIL PROTECTED]
Subject: [nant-dev] Command line parsing bug


New user to nant - not at the stage of trying to fix bugs myself yet, so
for 
now I'll just report it as instructed :)

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

Probably worth catching errors like the one pasted below...
(I was attempting to avoid typing the full name of the build file)


D:\Temp>nant -buildfile:mybuildfile*
INTERNAL ERROR
System.ArgumentException: Illegal characters in path.
   at System.Security.Permissions.FileIOPermission.HasIllegalCha
   at System.Security.Permissions.FileIOPermission.AddPathList(F
h)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOP
   at System.IO.Path.GetFullPath(String path)
   at SourceForge.NAnt.Location.Init(String fileName, Int32 line
   at SourceForge.NAnt.Location..ctor(String fileName)
   at SourceForge.NAnt.Project.LoadBuildFile(String source)
   at SourceForge.NAnt.Project..ctor(String source)
   at SourceForge.NAnt.NAnt.Main(String[] args)

Please send bug report to [EMAIL PROTECTED]





_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Nant-developers mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to