Hello,
unfortunately, I've lost the track of the current development of nant
and now I just can't catch up (I haven't had the e-mail in september,
thus I've missed lots of things which were going on since the 0.8.3).
I'm using nant-0.8.3 and waiting for the next stable version to join
the development.
I'm not sure if the bug I'm describing is present in "current" version
of nant, but in 0.8.3 I have it. The problem is in the <solution>
task, which doesn't analyse the "link" attribute in the .csproj file.
I have an example:
I have a project which needs to compile with the .cs file which is
placed outside of the project folder. It's was a real challenge to
find out, what I have to do in vs2003 to avoid copying of that file to
the project folder. But when I did, the nant build failed. This is an
extract of what vs2003 writes into .csproj to refer to the files from
outside:
<VisualStudioProject>
<CSHARP
.....
<Files>
<Include>
<File
RelPath = "VersionInfo.cs"
Link = "..\VersionInfo.cs"
BuildAction = "Compile"
/>
<File
RelPath = "DBUpdate.cs"
SubType = "Code"
BuildAction = "Compile"
/>
....
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
The problem is that <solution> task analises only RelPath, thus it
cannot find VersionInfo.cs (as you can see, it is really located one
folder "above").
PS: I would really appreciate if somebody told me about the plans of
the development (approx release date and development tasks for the
release), and how to help the development in its current stage.
--
Best regards,
Ivan mailto:[EMAIL PROTECTED]
* Everything put together falls apart sooner or later.
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers