Re: [nant-dev] nant 0.8.3 release - bug in documentation

2003-11-23 Thread Gert Driesen
Dmitry,

This is fixed in recent nightly builds.

Thanks for the report,

Gert

- Original Message - 
From: "Dmitry Sapunov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 7:54 PM
Subject: [nant-dev] nant 0.8.3 release - bug in documentation


> Documentation file "\doc\help\tasks\csctask.html" contain error: the
> "output" attribute of the csc task means not "Output directory for the
> compilation target." but "Name of the output file". It became clear only
> when debug information is included into output DLL - file named with
> "directory" name and ".pdb" extension is created in the project's root
> directory and compilation fails with CS0016 error - access denied.
> When "output" parameter defined as file name - everything is working fine.
>
> wbr, dMitry.
>
>
>
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] nant 0.8.3 release - bug.

2003-11-23 Thread Clayton Harbour
Hi Dmitry,

Thanks for the error report.  The problem is occuring because the cvs
root parser is looking for a [EMAIL PROTECTED] expression and is not
finding it.  In addition to this the local protocol is not supported.

Please note I have forwarded this on to the sharpcvslib developers list
and I will submit a bug report there as well.


Thanks,


Clayton

-Original Message-
From:   Dmitry Sapunov
Sent:   Mon 11/10/2003 9:10 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:[nant-dev] nant 0.8.3 release - bug.
Following exception is outprinted executing following task:



where  cvs.root  is  :local:v:/cvsrep  . and modulename is PROJ or
PROJ/SUB.
Of course these directories are exists in the V:/cvsrep directory.

Same exception ifs thrown when module name do not match existing in CVS
in
your sample tag.


BUILD FAILED

INTERNAL ERROR

System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
   at System.String.Substring(Int32 startIndex, Int32 length)
   at ICSharpCode.SharpCvsLib.Misc.CvsRoot..ctor(String cvsroot)
   at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

wbr, dMitry.




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers



<>