[nant-dev] [ nant-Bugs-1165116 ] $(ProjectName) macro is not expanded

2005-03-31 Thread SourceForge.net
Bugs item #1165116, was opened at 2005-03-17 13:36 Message generated for change (Comment added) made by atrunov You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1165116group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5

[nant-dev] [ nant-Bugs-1170100 ] Bug in solution macro expansion

2005-03-31 Thread SourceForge.net
Bugs item #1170100, was opened at 2005-03-24 20:19 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1170100group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

[nant-dev] [ nant-Bugs-1124296 ] C++ Solution task does not link against Project Dependencies

2005-03-31 Thread SourceForge.net
Bugs item #1124296, was opened at 2005-02-17 05:34 Message generated for change (Comment added) made by henryl You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1124296group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5

[nant-dev] [ nant-Bugs-1173529 ] Implied dependancies not considered in solution

2005-03-31 Thread SourceForge.net
Bugs item #1173529, was opened at 2005-03-30 10:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1173529group_id=31650 Category: Core Group: 0.85 Status: Open Resolution: None

[nant-dev] Error building NAnt for builds after nant-0.85-nightly-2005-03-10

2005-03-31 Thread Subbu Balakrishnan
For builds after nant-0.85-nightly-2005-03-10, the build command: nmake -f Makefile.nmake install prefix=installation path fails with the error: C:\MyWork\NAnt\nant-0.85-nightly-2005-03-25\NAnt.build(749,14): Property evaluation failed. Expression: ${build.dir} ^

[nant-dev] [ nant-Bugs-1165116 ] $(ProjectName) macro is not expanded

2005-03-31 Thread SourceForge.net
Bugs item #1165116, was opened at 2005-03-17 11:36 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1165116group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Works For Me

[nant-dev] [ nant-Bugs-1173225 ] Bad dependencies aren't detected in sln

2005-03-31 Thread SourceForge.net
Bugs item #1173225, was opened at 2005-03-30 19:33 Message generated for change (Comment added) made by henryl You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1173225group_id=31650 Category: Core Group: 0.85 Status: Open Resolution: None Priority: 5

[nant-dev] [ nant-Bugs-1173225 ] Bad dependencies aren't detected in sln

2005-03-31 Thread SourceForge.net
Bugs item #1173225, was opened at 2005-03-30 13:33 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1173225group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

[nant-dev] [ nant-Bugs-1173529 ] Implied dependancies not considered in solution

2005-03-31 Thread SourceForge.net
Bugs item #1173529, was opened at 2005-03-31 02:44 Message generated for change (Comment added) made by henryl You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1173529group_id=31650 Category: Core Group: 0.85 Status: Open Resolution: None Priority: 5

[nant-dev] I got the following error when trying to generate an xsd schema

2005-03-31 Thread Aaron Engel
The build file source is as follows: ?xml version=1.0 encoding=utf-8 ? project name=GenerateNAntSchemaForVS.NET default=genschema property name=SchemaFile value=C:\NAnt.xsd/ target name=genschema nantschema output=${SchemaFile} target-ns=http://nant.sf.net/schemas/nant.xsd/

RE: [nant-dev] I got the following error when trying to generate an xsd schema

2005-03-31 Thread Gert Driesen
Aaron, You somewhere have a third party task lying around that relies on 'NAnt.Core.Attributes.FileSetAttribute'. This class is deprecate, but was accidentally also removed in NAnt 0.85 RC2. We have added it back since. Try using a recent nightly build