Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run with nant 0.92 #2

Open
jsancho opened this issue Nov 14, 2017 · 0 comments
Open

Unable to run with nant 0.92 #2

jsancho opened this issue Nov 14, 2017 · 0 comments

Comments

@jsancho
Copy link

jsancho commented Nov 14, 2017

After copying the GenerateMsBuildTask.dll to the folder in the instructions, it seems to be picked up.
However, it fails immediately after running the first task with the following error.

I have looked at your source, and I can see that those TaskFinished methods are indeed implemented.
So it's a bit puzzling why they would with the following stack trace.

  • I'm using Nant 0.92, I've not been able to find any references to whether you used a different version.

System.NotImplementedException: The method or operation is not implemented. at GenerateMsBuildTask.ResgenTranslator.TaskFinished(Object sender, BuildEventArgs e) in C:\Source\generate-msbuild\ResgenTranslator.cs:line 57 at GenerateMsBuildTask.GenerateMsBuildTask.TaskFinished(Object sender, BuildEventArgs e) in C:\Source\generate-msbuild\GenerateMsBuildTask.cs:line 89 at NAnt.Core.BuildEventHandler.Invoke(Object sender, BuildEventArgs e) at NAnt.Core.Project.OnTaskFinished(Object sender, BuildEventArgs e) at NAnt.Core.Task.Execute() at NAnt.DotNet.Tasks.CompilerBase.CompileResxResources(StringCollection resxFiles) at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run()

thanks very much for putting this together, could be of great help if we get it going :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant