[
https://issues.jboss.org/browse/FORGE-2760?page=com.atlassian.jira.plugin...
]
George Labuschagne edited comment on FORGE-2760 at 8/19/17 8:25 AM:
--------------------------------------------------------------------
Hi George, indeed! :)
I have the latest Forge extracted such that the bin is located at: ~/opt/forge/bin
{code:bash}
[georgel@devbox ~]$ which forge
~/opt/forge/bin/forge
{code}
The project is located at:
{code:bash}
[georgel@devbox edsnext]$ ls
edsnext.iml pom.xml src target
{code}
I uploaded now a copy of the src directory as well (it is tiny at the moment).
When logging in to forge and then running either run 'cdi-setup' or
'scaffold-setup --provider Faces' I get the error as below:
{code:bash}
[georgel@devbox edsnext]$ forge
Using Forge at /home/georgel/opt/forge
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|__/
JBoss Forge, version [ 3.7.2.Final ] - JBoss, by Red Hat, Inc. [
http://forge.jboss.org ]
Hit '<TAB>' for a list of available commands and 'man [cmd]' for
help on a specific command.
To quit the shell, type 'exit'.
[edsnext]$ cdi-setup
***ERROR*** Could not install CDI.
[edsnext]$ scaffold-setup --provider Faces
***ERROR*** Could not install CDI.
***SUCCESS*** Scaffold was setup successfully.
[edsnext]$
{code}
was (Author: george.labuschagne):
Hi George, indeed! :)
I have the latest Forge extracted such that the bin is located at: ~/opt/forge/bin
{code:bash}
[georgel@devbox ~]$ which forge
~/opt/forge/bin/forge
{code}
The project is located at:
{code:bash}
[georgel@devbox edsnext]$ ls
edsnext.iml pom.xml src target
{code}
I uploaded now a copy of the src directory as well (it is tiny at the moment).
cdi-setup and scaffold fail
---------------------------
Key: FORGE-2760
URL:
https://issues.jboss.org/browse/FORGE-2760
Project: Forge
Issue Type: Bug
Components: Furnace CDI, Scaffold
Affects Versions: 3.7.2.Final
Environment: CentOS 7.3
Forge 3.7.2
Java OpenJDK Runtime Environment (build 1.8.0_141-b16)
Apache Maven 3.5.0
Reporter: George Labuschagne
Attachments: forge.log, pom.xml, src.tar.gz
Attempting to run 'cdi-setup' or 'scaffold-setup --provider Faces'
results in the following error message:
***ERROR*** Could not install CDI.
Where last line of log file reads:
19:56:22,799 SEVERE [org.jboss.forge.addon.shell.aesh.CommandAdapter] (AeshProcess: 1)
Could not install CDI.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)