Eluru 6.0 EAP (build 15400) NAnt error
Help, just upgraded to 6.0 EAP 15400 and I am now seeing the following error in my NAnt builds!
nant-0.90
BUILD FAILED
[13:17:35]: Error creating listener of type 'JetBrains.BuildServer.NAntLoggers.NAntListener'.
[13:17:35]: Could not load type JetBrains.BuildServer.NAntLoggers.NAntListener.
[13:17:35]: Stacktrace:
[13:17:35]: Error creating listener of type 'JetBrains.BuildServer.NAntLoggers.NAntListener'.:
[13:17:35]: NAnt.Core.BuildException: Error creating listener of type 'JetBrains.BuildServer.NAntLoggers.NAntListener'. ---> System.TypeLoadException: Could not load type JetBrains.BuildServer.NAntLoggers.NAntListener.
[13:17:35]: at NAnt.Core.ConsoleDriver.CreateListener(String typeName)
[13:17:35]: at NAnt.Core.ConsoleDriver.AddBuildListeners(CommandLineOptions cmdlineOptions, Project project)
[13:17:35]: --- End of inner exception stack trace ---
[13:17:35]: at NAnt.Core.ConsoleDriver.AddBuildListeners(CommandLineOptions cmdlineOptions, Project project)
[13:17:35]: at NAnt.Core.ConsoleDriver.Main(String[] args)
[13:17:35]: Try 'nant -help' for more information
[13:17:35]: Publishing artifacts
-nsn
Please sign in to leave a comment.
I reloved this issue by manually uinstalling the Windows agent and reinstalling the agent. Must have been a bad upgrade.
Is that working now? If not, what was the version of NAnt?
Eugene, It is working now after a manual uninstall/install of the build agent. I only saw it on one particular agent that happened to be the one that ran many of our NAnt jobs.
thanks.