-
Bug
-
Resolution: Done
-
Minor
-
1.0.0.Alpha1
-
None
-
Low
When doing the following the path where the project is created is incorrect:
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
As you can see, the project is created in the /Users/paul/tmp dir instead of /Users/paul/tmp/forgedemo.