Not able to add or modify tags in specflow 2.1.0 - specflow

I am not able to add or modify tag in specflow 2.1.0. I am using VS2015 with Update 3.
Thanks,
Rina

Related

Upgrading from Grails 2.x to 3.x

I am working on a Grails 2.3 project, and they ask me have to do a study to see if it is possible to pass on the 3.x version of grails.
you can tell me what is it advantageous to switch to the version 3.x, and what's the best way for the update properly.
at the environment working I guess GGTS not supporting GRAILS 3.x, then it is mandatory to work with IntelliJ IDEA.
This section of official documentation covers the topic nicely
Upgrading from previous versions of Grails - Reference Documentation
http://docs.grails.org/latest/guide/upgrading.htmlv
You can also check the following presentation on the topic of the migration
Migrating from Grails 2 to Grails 3
http://www.slideshare.net/SpringCentral/migrating-from-grails-2-to-grails-3
Yes, GGTS currently does not support Grails 3.x, so IDEA Ultimate edition is probably the best choice as described in STARTING WITH GRAILS3 – CHOOSING AN IDE.

Does the remote control plugin work with Grails 3?

Does the remote control plugin work with Grails 3?
https://grails.org/plugin/remote-control
I see references to fixes for grails 2.4 on the product page but nothing for 3.
-Ben
It doesn't appear to be supported by Grails 3.x (yet). You can find all of the Grails 3 plugins over on bintray.
And in this case, this plugin uses a custom repository at http://dl.bintray.com/alkemist/maven/ which doesn't appear to have a Grails 3 compatible version.

intellij 11.1.4 ultimate grails setup

I have intellij 11.1.4 ultimate and I'm trying to create a Grails project. I can't select a Grails SDK when creating a project. I have looked around and can't find a clear solution on how to set this up step by step.
Can anyone help?
download Grails version you want to use
extract it somewhere on disk
start IntelliJ IDEA
File / Settings / Plugins, check if Grails plugin is installed
File / New Project / Create project from scratch , click Next
fill out the form and make sure to select Select type: Grails Module, click Next
select Grails version in Use library
if there is no library in combobox
click on button Create...
select folder where you extracted Grails SDK (point 1 and 2)
click Finish
If this will not help you, there is JetBrains is having superior support, I always got answer to my questions.

mvc 4 template upgrade nuget packages

I installed the MVC 4 beta and created a new project.
The standard template looks great now.
When you go to the nuget package manager, there are some packages that you could update.
When you update the all except Jquery UI the standard template works fine. When you also upgrade Jquery UI from 1.8.11 to 1.8.17, you get a script error on opening the default template template page.
Does someone know what is going on to solve this? I also changed the _references.js file.
Thanks
Did you make sure to update your script references in the views/shared/_layout.cshtml page? You need to update that to the proper version of the jquery/jquery UI and it should work.
The problem: jQuery.UI.Combined Version 1.8.17 - switch to 1.8.16

Grails & Vaadin plugin - how to get latest version of Vaadin?

I am using this plugin http://www.grails.org/plugin/vaadin and the plugin supports only Vaadin version 6.5.1.
Is there any way how to upgrade Vaadin version to the latest one (e.g. 6.7.3)?
And maybe even more, is it anyhow possible to use Vaadin 7 (7.0.0-aplha...) together with Grails-Vaadin plugin? I know it is not stable release, but it would be great to start working with that version.
I think you could checkout the plugin's sources or download it as a zip-file, extract and then include it as inplace plugin into your project:
// Add in BuildConfig.groovy of your project.
grails.plugin.location.vaadin = '../path/to/vaadin'
After that you could do any manipulations to upgrading the plugin to required version of Vaadin.
I have upgraded Vaadin and Grails to the latest version. I have not found how to do it officially, so I have put it to my github profile, feel free to use it: https://github.com/ondrej-kvasnovsky/grails-vaadin-plugin/downloads

Resources