George Gastaldi created FORGE-540:
-------------------------------------
Summary: git executable not found in Windows and JBoss Tools
Key: FORGE-540
URL: https://issues.jboss.org/browse/FORGE-540
Project: Forge
Issue Type: Bug
Components: Builtin Plugins
Affects Versions: 1.0.2.Final
Reporter: George Gastaldi
I have msysgit installed on my machine and placed on the PATH dir. When I run the "git" command, the following is displayed:
{code}
[bootdemo] bootdemo $ git
***ERROR*** [git] Cannot run program "git" (in directory "D:\work\workspace\bootdemo"): CreateProcess error=2, The system cannot find the file specified
{code}
--
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
Lincoln Baxter III created FORGE-538:
----------------------------------------
Summary: Need a "Please wait /|\-/|\- spinner
Key: FORGE-538
URL: https://issues.jboss.org/browse/FORGE-538
Project: Forge
Issue Type: Feature Request
Affects Versions: 1.0.2.Final
Reporter: Lincoln Baxter III
Fix For: 1.0.3.Final
{code}Wait wait = Wait.start(shell, "message");
wait.complete();{code}
--
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
[ https://issues.jboss.org/browse/FORGE-43?page=com.atlassian.jira.plugin.s... ]
Lincoln Baxter III commented on FORGE-43:
-----------------------------------------
Yes! Good catch! This would probably need to work. lol
> Tab completion fails to properly escape spaces in filenames
> -----------------------------------------------------------
>
> Key: FORGE-43
> URL: https://issues.jboss.org/browse/FORGE-43
> Project: Forge
> Issue Type: Bug
> Components: Resources API, Shell
> Affects Versions: 1.0.0.Beta2
> Reporter: Lincoln Baxter III
> Assignee: Mike Brock
> Priority: Critical
> Fix For: 1.0.3.Final
>
>
> {code}[no project] Desktop $
> [no project] Desktop $ rm Screen shot 2011-07-05 at 1.05.51 PM.png
> ? delete: Screen: are you sure? [Y/n]
> ***ERROR*** [rm] error deleting files.
> [no project] Desktop $ {code}
--
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
[ https://issues.jboss.org/browse/FORGE-43?page=com.atlassian.jira.plugin.s... ]
Jevgeni Zelenkov commented on FORGE-43:
---------------------------------------
There is also another problem related to this: escape char in the file name is not interpreted at all.
E.g.
{code:none}
rm Screen\ shot\ 2011-07-05\ at\ 1.05.51\ PM.png
{code}
would not work either.
The only way to delete a file containing special chars in its name is using quotes.
> Tab completion fails to properly escape spaces in filenames
> -----------------------------------------------------------
>
> Key: FORGE-43
> URL: https://issues.jboss.org/browse/FORGE-43
> Project: Forge
> Issue Type: Bug
> Components: Resources API, Shell
> Affects Versions: 1.0.0.Beta2
> Reporter: Lincoln Baxter III
> Assignee: Mike Brock
> Priority: Critical
> Fix For: 1.0.3.Final
>
>
> {code}[no project] Desktop $
> [no project] Desktop $ rm Screen shot 2011-07-05 at 1.05.51 PM.png
> ? delete: Screen: are you sure? [Y/n]
> ***ERROR*** [rm] error deleting files.
> [no project] Desktop $ {code}
--
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
[ https://issues.jboss.org/browse/FORGE-211?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-211:
-------------------------------------
Fix Version/s: 2.0.0.Alpha1
> Redirect console output in tests to assert on it
> ------------------------------------------------
>
> Key: FORGE-211
> URL: https://issues.jboss.org/browse/FORGE-211
> Project: Forge
> Issue Type: Feature Request
> Components: Test Harness
> Reporter: Paul Bakker
> Fix For: 2.0.0.Alpha1
>
>
> For some tests it's difficult to assert just looking at the side effects. It might be much easier to assert on console output. We need a way to redirect console output to an in-memory list or something so you can read from that in tests.
--
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
George Gastaldi created FORGE-531:
-------------------------------------
Summary: Annoying warning "The encoding 'UTF-8' is not supported by the Java runtime."
Key: FORGE-531
URL: https://issues.jboss.org/browse/FORGE-531
Project: Forge
Issue Type: Bug
Reporter: George Gastaldi
Priority: Minor
When creating a new project or picking up inside JBoss Tools (Or the console), the following output is shown on the console:
{code}
[no project] workspace $ pick-up D:\git\myproject
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
{code}
The plugins perform well, however, this output should never happen.
--
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
Lincoln Baxter III created FORGE-536:
----------------------------------------
Summary: Forge should allow loading of plugins from the same 1.0.x micro version, while disallowing Major x.0.0 or Minor 1.x.0 version differences
Key: FORGE-536
URL: https://issues.jboss.org/browse/FORGE-536
Project: Forge
Issue Type: Enhancement
Components: Plugin API, Plugin Repository, Shell
Affects Versions: 1.0.2.Final
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
Fix For: 1.0.3.Final
Fixed in the InstalledPluginRegistry and Bootstrap
--
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
Lincoln Baxter III created FORGE-535:
----------------------------------------
Summary: Support gradle as a build tool
Key: FORGE-535
URL: https://issues.jboss.org/browse/FORGE-535
Project: Forge
Issue Type: Feature Request
Reporter: Lincoln Baxter III
Fix For: 2.0.0.Alpha1
Much like the current Maven support. It would be nice if Forge could be used to manipulate Gradle projects.
--
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