[forge-issues] [JBoss JIRA] (FORGE-1439) Verbose output is missing

Antonio Goncalves (JIRA) issues at jboss.org
Wed Jan 15 13:10:32 EST 2014


Antonio Goncalves created FORGE-1439:
----------------------------------------

             Summary: Verbose output is missing
                 Key: FORGE-1439
                 URL: https://issues.jboss.org/browse/FORGE-1439
             Project: Forge
          Issue Type: Sub-task
          Components: UI - Shell
    Affects Versions: 2.0.0.Beta4
            Reporter: Antonio Goncalves
             Fix For: 2.x Future


This might have a different setting in Forge 2.x, but I really miss having a verbose output of my commands. In Forge 1.x I have the following :

{code}
[no project] Forge $ new-project --named forge1 --topLevelPackage org.forge1.test --type war --finalName toto
***SUCCESS*** Created project [forge1] in new working directory [/Users/antoniombp/Documents/Code/temp/Forge/forge1]
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/pom.xml
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/src/main/webapp
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/src/main/java
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/src/test/java
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/src/main/resources
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/src/test/resources
Wrote /Users/antoniombp/Documents/Code/temp/Forge/forge1/src/main/java/org/forge1/test
{code}

And in Forge 2.Beta I only have

{code}
[Forge]$ project-new --named forge2 --topLevelPackage org.forge2.test --type war
***SUCCESS*** Project named 'forge2' has been created.
{code}

As a geek (and Forge is made for geeks), it really helps to see what's happening. Again, that might be a new setting in Forge 2.Beta that I'm not aware off.

--
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


More information about the forge-issues mailing list