Created
August 20, 2013 20:03
-
-
Save lincolnthree/6286508 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [forge]$ new-project --named testProject --topLevelPackage org.jboss.lincoln --type Forge\ Addon --version 1.5 --targetLocation ~/Desktop/ --forgeVersion 2.0.0.Alpha10 --addons "org.jboss.forge.addon:core,2.0.0-SNAPSHOT" | |
| [forge]$ new-project --named testProject --topLevelPackage org.jboss.lincoln --type Forge\ Addon --version 1.5 --targetLocation ~/Desktop/ --forgeVersion 2.0.0.Alpha10 --addons "org.jboss.forge.addon:core,2.0.0-SNAPSHOT" --spl | |
| **ERROR**: java.lang.NullPointerException | |
| [forge]$ new-project --named testProject --topLevelPackage org.jboss.lincoln --type Forge\ Addon --version 1.5 --targetLocation ~/Desktop/ --forgeVersion 2.0.0.Alpha10 --splitProjects | |
| null | |
| [forge]$ ls | |
| null | |
| [forge]$ ls | |
| null | |
| [forge]$ cd .. | |
| **ERROR**: Command not found for line: cd .. | |
| [forge]$ ls | |
| null | |
| [forge]$ ls . | |
| **ERROR**: org.jboss.aesh.cl.exception.OptionParserException: An argument was given to a command that do not support it. | |
| [forge]$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment