Hi,
One way of getting around it was to rename my .rpt and corresponding
.cs files to have the filepath/namespace prefix.
Example:
my dir structure
MyProject.Name
\Reports
Renamed File
MyProject.Name\Reports\myreport.rpt
MyProject.Name\Reports\myreport.cs
To
MyProject.Name\Reports\MyProje
Also I was only able to fix the problem by
moving up the .RPT files to the root directory where the project solution file
existed, this way NANT would not add in the subdirectory path erroneously into
the namepace of the resource in the manifest. Please respond. Thanks.
-Original