[Nant-users] has a bug when program file name has '.' char

2004-11-11 Thread red forks
A program filename has '.' chars (for example: aspose.obfuscator), ExecTask will consider it has directory part in filename, ExecTask will add basedir as prefix. Actually the aspose.obfuscator.exe is in path directory. Maybe below codes will handle this correctly: // ExecTask.cs ... public

Re: [Nant-users] What is project default dir?

2004-11-10 Thread red forks
Opps, expression not support in element. INTERNAL ERROR The given path's format is not supported. the build file: --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE

[Nant-users] Re: What is project default dir?

2004-11-09 Thread red forks
No one answer me? --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click ___

[Nant-users] What is project default dir?

2004-11-09 Thread red forks
In nant's help I found: "basedir The base directory from which all path calculations are done. The current directory is used by default. " (http://nant.sourceforge.net/nightly/help/fundamentals/projects.html). Following nant project file shows the default dir:

[Nant-users] The encoding of vs.net project files

2004-11-02 Thread red forks
The encoding of vs.net project files is ansi, not the xml default encoding 'utf-8'. When vs.net project file contains native chars, the "Solution" task will fail: BUILD FAILED Error checking whether 'C:\work\PinYinConverter\PinYinConv erter.csproj' is an enterprise template project. There is an