Bugs item #902587, was opened at 2004-02-23 11:52 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=902587&group_id=31650
Category: Tests Group: 0.85 Status: Open >Resolution: Fixed Priority: 5 Submitted By: Matthias Cavigelli (mcavigelli) >Assigned to: Gert Driesen (drieseng) Summary: two tests failing in Tests.Nant.Core.ProjectTest Initial Comment: Two tests fail, as they look for the property 'nant.tasks.script' in the project. That property has been moved though and does not exist therefore. The Assertion in line 214 should be removed. I think this is because the script task has been moved: http://cvs.sourceforge.net/viewcvs.py/nant/nant/src/NAnt.Core/Tasks/Attic/ScriptTask.cs?hideattic=0 Maybe also because the ScriptTest class has been moved: http://cvs.sourceforge.net/viewcvs.py/nant/nant/tests/NAnt.Core/Tasks/Attic/ScriptTest.cs?hideattic=0 I use the source from cvs as of today. I've written a detailed email in the users list on Feb 23rd. I don't have the reference yet. Matthias ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-02-24 21:25 Message: Logged In: YES user_id=707851 This test has been removed from cvs, as the <script> task is only loaded when the runtime framework is MS.NET. This issue is fixed, but I'm not yet closing this bug report as the build file needs to be updated to build the NAnt.MSNetTasks assembly (and its test assembly) when the framework family of the current target framework is "net". Right now, this assembly is only built when the .NET Framework 1.0 is available. The target framework is in that case temporary changed to net-1.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=902587&group_id=31650 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
