Skip to content

Instantly share code, notes, and snippets.

@lincolnthree
Created August 20, 2013 20:03
Show Gist options
  • Select an option

  • Save lincolnthree/6286508 to your computer and use it in GitHub Desktop.

Select an option

Save lincolnthree/6286508 to your computer and use it in GitHub Desktop.
[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