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
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
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
___
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:
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