This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257835 - Welcome to Bugzilla!
Summary: Welcome to Bugzilla!
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: moore1
URL:
Keywords:
Depends on:
Blocks: 257961
  Show dependency tree
 
Reported: 2016-02-03 20:53 UTC by chrismalan
Modified: 2017-04-15 23:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Adds the ability to set source categories values for specific versions of Grails. (46.80 KB, patch)
2016-09-08 01:09 UTC, bruno.flavio
Details | Diff
Adds the ability to set source categories values for specific versions of Grails. (49.49 KB, patch)
2016-09-10 23:34 UTC, bruno.flavio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chrismalan 2016-02-03 20:53:47 UTC
Grails 3.1.0.  When right clicking on the package under taglib and choosing create, grails taglib and putting in the taglib name, this is the feedback:
Error Command not found create-tag-lib
Did you mean: create-taglib or create-unit-test or create-script?

Obviously the relevant code should just be changed from 'create-tag-lib' to 'create-taglib.'
Comment 1 chrismalan 2016-02-03 21:32:57 UTC
Sorry, I had the Netbeans version wrong.  It's 8.1
Comment 2 bruno.flavio 2016-02-03 22:27:50 UTC
Hi, thank you for reporting this. Let me know about other issues you face with grails 3.1 and NetBeans that may not have been reported yet.

The invocation has changed from version 3.0.2 onwards: 
create-tag-lib - http://grails.github.io/grails-doc/3.0.1/ref/Tag%20Libraries/Usage.html
create-taglib - http://grails.github.io/grails-doc/3.0.2/ref/Tag%20Libraries/Usage.html

I'll adjust the source to take this into account.
Comment 3 bruno.flavio 2016-09-08 01:09:51 UTC
Created attachment 161957 [details]
Adds the ability to set source categories values for specific versions of Grails.

This patch makes it possible to customise source categories for specific versions of Grails (relative path, command and file suffix).
Comment 4 bruno.flavio 2016-09-10 23:34:49 UTC
Created attachment 161992 [details]
Adds the ability to set source categories values for specific versions of Grails.
Comment 5 bruno.flavio 2016-09-11 00:09:49 UTC
Hello, I've applied the patch:

http://hg.netbeans.org/core-main/rev/a88b20f0b18b


Please verify that it works as intended on the next dev nightly build.
Comment 6 Quality Engineering 2016-09-12 02:00:59 UTC
Integrated into 'main-silver', will be available in build *201609120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a88b20f0b18b
User: Bruno Fl
Comment 7 moore1 2017-04-15 23:05:20 UTC
Is this page of any help? https://www.everipedia.com/TagLib/