Has anyone experienced any recent failures using the stcheckout task? This is my first attempt at using it with the StarTeam 5.2 SDK and it is failing. ------------------------------------------------------------- System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {586974A4-56AB-11D5-B316-0800209CC2CE} is either not valid or not registered. at NAnt.Contrib.Tasks.StarTeam.StarTeamCheckout..ctor() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp2384.tmp\src\Tasks\StarTeam\StarTeamCheckout.cs:line 54 --- End of inner exception stack trace --- at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at NAnt.Core.TaskBuilder.CreateTask() in c:\Nant\nant-0.85-20040619\src\NAnt.Core\TaskBuilder.cs:line 100 at NAnt.Core.TypeFactory.CreateTask(XmlNode taskNode, Project proj) in c:\Nant\nant-0.85-20040619\src\NAnt.Core\TypeFactory.cs:line 372 at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target) in c:\Nant\nant-0.85-20040619\src\NAnt.Core\Project.cs:line 990 at NAnt.Core.Target.Execute() in c:\Nant\nant-0.85-20040619\src\NAnt.Core\Target.cs:line 247 at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in c:\Nant\nant-0.85-20040619\src\NAnt.Core\Project.cs:line 870 at NAnt.Core.Project.Execute() in c:\Nant\nant-0.85-20040619\src\NAnt.Core\Project.cs:line 827 at NAnt.Core.Project.Run() in c:\Nant\nant-0.85-20040619\src\NAnt.Core\Project.cs:line 895 |
- [NAntC-Dev] Re: [Nant-users] stcheckout task failing Shawn Knowles