]
Paul Bakker commented on SEAMFORGE-31:
--------------------------------------
Just to get started on the Forge code I fixed this issue:
Project location after new-project incorrect when not using the
default path
----------------------------------------------------------------------------
Key: SEAMFORGE-31
URL:
https://issues.jboss.org/browse/SEAMFORGE-31
Project: Seam Forge
Issue Type: Bug
Components: Shell
Affects Versions: 1.0.0.Alpha1
Reporter: Paul Bakker
Priority: Minor
When doing the following the path where the project is created is incorrect:
{code}
new-project
[named=The name of the new project (java.lang.String)]: MyFirstForgeProject
[topLevelPackage=The top level package for your Java source files [e.g:
"com.example.project"] (java.lang.String)]: demo
Use [/Users/paul/tmp/forge/dist/MyFirstForgeProject] as project directory? [Y/n] n
Where would you like to create the project? /Users/paul/tmp/forgedemo
Wrote /Users/paul/tmp/src/main/resources/META-INF/forge.xml
{code}
As you can see, the project is created in the /Users/paul/tmp dir instead of
/Users/paul/tmp/forgedemo.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: