Open agoncal opened 10 years ago
I don't think this is a Arquillian Plugin issue, but rather a Forge Core issue; https://issues.jboss.org/browse/FORGE-1645
Arghhh !!! That's the one bug I would really need to be fixed. Well, I'll ping George about this
The current 'resolution' is; work around it in your Addon.
This is an Aesh limitation, which only accepts existing File objects as the current directory. I believe @stalep is already working on a fix.
Em 11/06/2014, às 07:05, Aslak Knutsen notifications@github.com escreveu:
The current 'resolution' is; work around it in your Addon.
— Reply to this email directly or view it on GitHub.
I am scaffolding a JSF application with Forge. Then, I create a test but, without specifying the project root, it doesn't work. Here is how to reproduce it. In this example I create a project (
arqproject
), an entity, generate a backing bean, and then I want to create a test class. If I use code completion (pressing TAB) I end up with a path that doesn't contain arqproject and it doesn't work. I have to manually add it: