[JBoss JIRA] (FORGE-1613) FileWatcher should handle missing folders after deleting a project root directory.
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1613?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1613:
----------------------------------------
More output:
{code}
Feb 28, 2014 6:21:21 PM org.jboss.forge.addon.resource.monitor.FileWatcher run
SEVERE: WatchKey not recognized test-profile.gradle - /usr/local/workspace/addon-gradle/tests/target/1393622461539-0> ENTRY_MODIFY
Feb 28, 2014 6:21:21 PM org.jboss.forge.addon.resource.monitor.FileWatcher run
SEVERE: WatchKey not recognized settings.gradle - /usr/local/workspace/addon-gradle/tests/target/1393622461539-0> ENTRY_MODIFY
Feb 28, 2014 6:21:21 PM org.jboss.forge.addon.resource.monitor.FileWatcher run
SEVERE: WatchKey not recognized Service.java - /usr/local/workspace/addon-gradle/tests/target/1393622461539-0/src/main/interfaces/org/testproject> ENTRY_MODIFY
Feb 28, 2014 6:21:21 PM org.jboss.forge.addon.resource.monitor.FileWatcher run
SEVERE: WatchKey not recognized forge.txt - /usr/local/workspace/addon-gradle/tests/target/1393622461539-0/src/main/images> ENTRY_MODIFY
Feb 28, 2014 6:21:21 PM org.jboss.forge.addon.resource.monitor.FileWatcher run
SEVERE: WatchKey not recognized TestMainClass.java - /usr/local/workspace/addon-gradle/tests/target/1393622461539-0/src/test/mocks/org/testproject> ENTRY_MODIFY
Feb 28, 2014 6:21:21 PM org.jboss.forge.addon.resource.monitor.FileWatcher run
SEVERE: WatchKey not recognized pom.xml - /usr/local/workspace/addon-gradle/tests/target/1393622461539-0/src/test/templates> ENTRY_MODIFY
{code}
> FileWatcher should handle missing folders after deleting a project root directory.
> ----------------------------------------------------------------------------------
>
> Key: FORGE-1613
> URL: https://issues.jboss.org/browse/FORGE-1613
> Project: Forge
> Issue Type: Feature Request
> Components: Resources
> Affects Versions: 2.1.1.Final
> Reporter: George Gastaldi
> Fix For: 2.x Future
>
>
> It was observed that when the project.getRootDirectory().delete() is called, some warnings are printed in the logs:
> {code}
> [INFO] SEVERE: WatchKey not recognized TestMainClass.java - /usr/local/workspace/addon-gradle/tests/target/1393619738127-0/src/test/mocks/org/testproject> ENTRY_DELETE
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (FORGE-1613) FileWatcher should handle missing folders after deleting a project root directory.
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1613?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1613:
-----------------------------------
Description:
It was observed that when the project.getRootDirectory().delete() is called, some warnings are printed in the logs:
{code}
[INFO] SEVERE: WatchKey not recognized TestMainClass.java - /usr/local/workspace/addon-gradle/tests/target/1393619738127-0/src/test/mocks/org/testproject> ENTRY_DELETE
{code}
was:
It was observed that when the project.getRootDirectory().delete() is called, some warnings are printed in the logs and in some cases it causes OutOfMemoryError:
{code}
[INFO] SEVERE: WatchKey not recognized TestMainClass.java - /usr/local/workspace/addon-gradle/tests/target/1393619738127-0/src/test/mocks/org/testproject> ENTRY_DELETE
{code}
> FileWatcher should handle missing folders after deleting a project root directory.
> ----------------------------------------------------------------------------------
>
> Key: FORGE-1613
> URL: https://issues.jboss.org/browse/FORGE-1613
> Project: Forge
> Issue Type: Feature Request
> Components: Resources
> Affects Versions: 2.1.1.Final
> Reporter: George Gastaldi
> Fix For: 2.x Future
>
>
> It was observed that when the project.getRootDirectory().delete() is called, some warnings are printed in the logs:
> {code}
> [INFO] SEVERE: WatchKey not recognized TestMainClass.java - /usr/local/workspace/addon-gradle/tests/target/1393619738127-0/src/test/mocks/org/testproject> ENTRY_DELETE
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (FORGE-1613) FileWatcher should handle missing folders after deleting a project root directory.
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1613:
--------------------------------------
Summary: FileWatcher should handle missing folders after deleting a project root directory.
Key: FORGE-1613
URL: https://issues.jboss.org/browse/FORGE-1613
Project: Forge
Issue Type: Feature Request
Components: Resources
Affects Versions: 2.1.1.Final
Reporter: George Gastaldi
Fix For: 2.x Future
It was observed that when the project.getRootDirectory().delete() is called, some warnings are printed in the logs and in some cases it causes OutOfMemoryError:
{code}
[INFO] SEVERE: WatchKey not recognized TestMainClass.java - /usr/local/workspace/addon-gradle/tests/target/1393619738127-0/src/test/mocks/org/testproject> ENTRY_DELETE
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (FORGE-1612) Allow the order of Addon commands to be customized
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1612?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1612:
-----------------------------------
Fix Version/s: 2.x Future
> Allow the order of Addon commands to be customized
> --------------------------------------------------
>
> Key: FORGE-1612
> URL: https://issues.jboss.org/browse/FORGE-1612
> Project: Forge
> Issue Type: Feature Request
> Components: Addon Development
> Affects Versions: 2.1.1.Final
> Reporter: Shane Bryzak
> Priority: Minor
> Fix For: 2.x Future
>
>
> Currently the Addon commands are displayed in alphanumeric order, first by category then command name. For example:
> PicketLink: Create Model
> PicketLink: Setup
> It would be nice to be able to override this default behaviour so that commands could be listed in the chronological order that they're typically executed in, like so:
> PicketLink: Setup
> PicketLink: Create Model
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (FORGE-1612) Allow the order of Addon commands to be customized
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1612?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1612:
-----------------------------------
Component/s: UI - Eclipse
> Allow the order of Addon commands to be customized
> --------------------------------------------------
>
> Key: FORGE-1612
> URL: https://issues.jboss.org/browse/FORGE-1612
> Project: Forge
> Issue Type: Feature Request
> Components: Addon Development, UI - Eclipse
> Affects Versions: 2.1.1.Final
> Reporter: Shane Bryzak
> Priority: Minor
> Fix For: 2.x Future
>
>
> Currently the Addon commands are displayed in alphanumeric order, first by category then command name. For example:
> PicketLink: Create Model
> PicketLink: Setup
> It would be nice to be able to override this default behaviour so that commands could be listed in the chronological order that they're typically executed in, like so:
> PicketLink: Setup
> PicketLink: Create Model
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (FORGE-1612) Allow the order of Addon commands to be customized
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1612?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1612:
----------------------------------------
Perhaps we could implement this as an optional file to be placed in the addon's JAR with the order to be displayed.
> Allow the order of Addon commands to be customized
> --------------------------------------------------
>
> Key: FORGE-1612
> URL: https://issues.jboss.org/browse/FORGE-1612
> Project: Forge
> Issue Type: Feature Request
> Components: Addon Development
> Affects Versions: 2.1.1.Final
> Reporter: Shane Bryzak
> Priority: Minor
>
> Currently the Addon commands are displayed in alphanumeric order, first by category then command name. For example:
> PicketLink: Create Model
> PicketLink: Setup
> It would be nice to be able to override this default behaviour so that commands could be listed in the chronological order that they're typically executed in, like so:
> PicketLink: Setup
> PicketLink: Create Model
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (FORGE-1612) Allow the order of Addon commands to be customized
by Shane Bryzak (JIRA)
Shane Bryzak created FORGE-1612:
-----------------------------------
Summary: Allow the order of Addon commands to be customized
Key: FORGE-1612
URL: https://issues.jboss.org/browse/FORGE-1612
Project: Forge
Issue Type: Feature Request
Components: Addon Development
Affects Versions: 2.1.1.Final
Reporter: Shane Bryzak
Priority: Minor
Currently the Addon commands are displayed in alphanumeric order, first by category then command name. For example:
PicketLink: Create Model
PicketLink: Setup
It would be nice to be able to override this default behaviour so that commands could be listed in the chronological order that they're typically executed in, like so:
PicketLink: Setup
PicketLink: Create Model
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months