[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
Claus Ibsen commented on FORGE-2180:
------------------------------------
Yeah that is a fine, helps spot the problem quicker
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.x Future
>
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2180:
-----------------------------------
I think the easier way is to display the FORGE_HOME value before Forge is started in the startup scripy. It's an easy change and may help a lot. thoughts?
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.x Future
>
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
Claus Ibsen commented on FORGE-2180:
------------------------------------
Ah doh that was it
declare -x FORGE_HOME="/opt/forge-distribution-2.12.3.Final"
I wonder if forge can try to detect this mis configuration? eg check that FORGE_HOME == the boot dir of forge.
forge can then either print a WARN on the shell about this, or maybe fail to start or something?
I guess others may slip in same mistake in the future as me.
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.x Future
>
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2179) project-list-dependencies command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2179?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2179:
-----------------------------------
Component/s: Projects
> project-list-dependencies command
> ---------------------------------
>
> Key: FORGE-2179
> URL: https://issues.jboss.org/browse/FORGE-2179
> Project: Forge
> Issue Type: Feature Request
> Components: Projects
> Affects Versions: 2.12.3.Final
> Reporter: Claus Ibsen
> Priority: Minor
> Labels: Starter
> Fix For: 2.x Future
>
>
> It would be good to have a command that can list all the project dependencies in a nice table structure that can be used from the shell.
> Today there is no such command.
> There is a project-has-dependencies which is rather useless, it requires the user to type in a group + artifact id, to see if its added or not, and you just get a kinda true|false response.
> When you work with a project, you often want to be able to add / remove dependencies, and therefore also want to see the current list. And also their scope etc, which are compile | test scoped etc.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2180:
-----------------------------------
Fix Version/s: 2.x Future
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.x Future
>
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2179) project-list-dependencies command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2179?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2179:
-----------------------------------
Labels: Starter (was: )
> project-list-dependencies command
> ---------------------------------
>
> Key: FORGE-2179
> URL: https://issues.jboss.org/browse/FORGE-2179
> Project: Forge
> Issue Type: Feature Request
> Affects Versions: 2.12.3.Final
> Reporter: Claus Ibsen
> Priority: Minor
> Labels: Starter
> Fix For: 2.x Future
>
>
> It would be good to have a command that can list all the project dependencies in a nice table structure that can be used from the shell.
> Today there is no such command.
> There is a project-has-dependencies which is rather useless, it requires the user to type in a group + artifact id, to see if its added or not, and you just get a kinda true|false response.
> When you work with a project, you often want to be able to add / remove dependencies, and therefore also want to see the current list. And also their scope etc, which are compile | test scoped etc.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2179) project-list-dependencies command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2179?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2179:
-----------------------------------
Fix Version/s: 2.x Future
> project-list-dependencies command
> ---------------------------------
>
> Key: FORGE-2179
> URL: https://issues.jboss.org/browse/FORGE-2179
> Project: Forge
> Issue Type: Feature Request
> Affects Versions: 2.12.3.Final
> Reporter: Claus Ibsen
> Priority: Minor
> Labels: Starter
> Fix For: 2.x Future
>
>
> It would be good to have a command that can list all the project dependencies in a nice table structure that can be used from the shell.
> Today there is no such command.
> There is a project-has-dependencies which is rather useless, it requires the user to type in a group + artifact id, to see if its added or not, and you just get a kinda true|false response.
> When you work with a project, you often want to be able to add / remove dependencies, and therefore also want to see the current list. And also their scope etc, which are compile | test scoped etc.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
George Gastaldi edited comment on FORGE-2180 at 1/7/15 1:00 PM:
----------------------------------------------------------------
I can't reproduce this. You don't happen to have FORGE_HOME variable pointing to a 2.12.3.Final installation, do you?
was (Author: gastaldi):
I can't reproduce this. You don't happen to have FORGE_HOME variable pointing to a 2.12.3.Final installation, would you?
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
George Gastaldi edited comment on FORGE-2180 at 1/7/15 12:58 PM:
-----------------------------------------------------------------
I can't reproduce this. You don't happen to have FORGE_HOME variable pointing to a 2.12.3.Final installation, would you?
was (Author: gastaldi):
I can't reproduce this. You don't happen to have FORGE_HOME variable pointing to a 2.13.3.Final installation, would you?
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years
[JBoss JIRA] (FORGE-2180) Forge offline 2.13.0 prints version as 2.13.3
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2180?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2180:
----------------------------------------
I can't reproduce this. You don't happen to have FORGE_HOME variable pointing to a 2.13.3.Final installation, would you?
> Forge offline 2.13.0 prints version as 2.13.3
> ---------------------------------------------
>
> Key: FORGE-2180
> URL: https://issues.jboss.org/browse/FORGE-2180
> Project: Forge
> Issue Type: Bug
> Reporter: Claus Ibsen
> Priority: Minor
>
> In the welcome screen it says 2.12.3. But its the 2.13.0 release.
> {code}
> davsclaus:/opt/$ tar xf ~/Downloads/forge-distribution-2.13.0.Final-offline.zip
> davsclaus:/opt/$ cd forge-distribution-2.13.0.Final/
> davsclaus:/opt/forge-distribution-2.13.0.Final/$ bin/forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 2.12.3.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> [forge-distribution-2.13.0.Final]$
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years