-
1. Re: [forge-users] Problem with any command of forge
gastaldi Feb 21, 2015 11:57 AM (in response to caiocmsoua)This is strange. Try downloading the latest version from the forge website (forge.jboss.org) and removing ~/.forge
Em 21/02/2015, às 13:58, forge-users@lists.jboss.org escreveu:
hello guys, i am an newer user in forge, and i need help. Recently i tried start a project with forge after install him , and when a type any command i got this error :
**ERROR** No such command: {command name}
Even with the list-commands --all
**ERROR** No such command: {list-commands}
I'm using ubuntu 14.04 here, and the forge version is 2.6.0 Final. I'm doing something wrong ? Anyone can help ?
Posted by forums
Original post: https://developer.jboss.org/message/919558#919558
_______________________________________________
forge-users mailing list
_______________________________________________
forge-users mailing list
https://lists.jboss.org/mailman/listinfo/forge-users
-
2. Re: [forge-users] Problem with any command of forge
caiocmsoua Feb 21, 2015 12:38 PM (in response to gastaldi)hello George, i did this and now i have a new message:
for new project :
Command: new-project was not found.
and for list-commands --all :
Command: list-commands was not found.
now the forge version is 2,14.0.final
-
3. Re: [forge-users] Problem with any command of forge
gastaldi Feb 21, 2015 12:49 PM (in response to caiocmsoua)The command names were changed in 2.x. Please see the docs in http://forge.jboss.org/documentation and the videos in https://youtube.com/channel/UChnruRwagWHn16cNSOH_Atw
Em 21/02/2015, às 15:39, forge-users@lists.jboss.org escreveu:
hello George, i did this and now i have a new message:
for new project :
Command: new-project was not found.
and for list-commands --all :
Command: list-commands was not found.
now the forge version is 2,14.0.final
Posted by forums
Original post: https://developer.jboss.org/message/919565#919565
_______________________________________________
forge-users mailing list
_______________________________________________
forge-users mailing list
https://lists.jboss.org/mailman/listinfo/forge-users
-
4. Re: Problem with any command of forge
crashterpiece Mar 13, 2015 4:38 AM (in response to caiocmsoua)Hello,
I have the same problem.
Following setup:
- I am using Win 7, Java 1.7
- I successfully installed JBoss Forge 2.15.1
- I added
/.../forge-distribution-2.15.1.Final/bin/
to my PATH - I can start forge with
forge
But none of the commands works:
[D:\]$ list-commands
Command: list-commands was not found
The same goes for
new-project
.BUT:
version
command goes fine.I could use any advice, as I see nothing on the documentation page (and I mean nothing: something does not work with my browser?)
Previous Version 1.0.0 of Forge did the job before. I installed the new version and changed the
bin
-path.I deleted ~/.forge, but that does not fit. Any further advices?
I asked for the problem also at stackoverflow: http://stackoverflow.com/questions/29011250/jboss-forge-does-not-respond-to-command
Thanks for your help
-
5. Re: Problem with any command of forge
caiocmsoua Mar 13, 2015 2:34 PM (in response to crashterpiece)Hello Christian
The commands names were changed in version 2.x, try using this command for list all comands : "command-list". My guess is use the git documentation:
George thanks for reply and sry, i'm little late =]
-
6. Re: Problem with any command of forge
crashterpiece Mar 17, 2015 5:52 AM (in response to caiocmsoua)Thanks. This helped me to step in.