[
https://issues.jboss.org/browse/FORGE-585?page=com.atlassian.jira.plugin....
]
George Gastaldi updated FORGE-585:
----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 1.0.6.Final
Resolution: Done
Merged into master
"plugins new-plugin" strips numbers from plugin name
----------------------------------------------------
Key: FORGE-585
URL:
https://issues.jboss.org/browse/FORGE-585
Project: Forge
Issue Type: Bug
Components: Blessed Plugins
Affects Versions: 1.0.5.Final
Environment: JBoss Developer Studio 5.0.0.CR1
Reporter: Fred Bricon
Assignee: George Gastaldi
Labels: HackNight, starter
Fix For: 1.0.6.Final
Following the instructions from
https://docs.jboss.org/author/display/FORGE/Implement+the+Plugin+interface, when executing
the following :
{quote}plugins new-plugin --named Wro4jPlugin{quote}
Forge produces :
{noformat}
Picked up type <JavaResource>: org.wro4j.forge.WroJPlugin
Wrote /path/to/workspace/plugin-wro4j/src/main/java/org/wro4j/forge/WroJPlugin.java
{noformat}
The 4 has been removed, 'j' capitalized. This is caused by some bad regexp in
https://github.com/forge/core/blob/master/dev-plugins/src/main/java/org/j...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira