Skip to content

Instantly share code, notes, and snippets.

@samidalouche
Created February 18, 2011 20:56
Show Gist options
  • Save samidalouche/834389 to your computer and use it in GitHub Desktop.
Save samidalouche/834389 to your computer and use it in GitHub Desktop.
sdalouche@samxps:~/workspace/samokk/openplacesearch-scala$ sbt clean publish-local
[info] Recompiling project definition...
[info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sbt.ReflectUtilities$$anonfun$allValsC$1$$anonfun$apply$2.apply(ReflectUtilities.scala:46)
at sbt.ReflectUtilities$$anonfun$allValsC$1$$anonfun$apply$2.apply(ReflectUtilities.scala:44)
at scala.Option.foreach(Option.scala:94)
at sbt.ReflectUtilities$$anonfun$allValsC$1.apply(ReflectUtilities.scala:44)
at sbt.ReflectUtilities$$anonfun$allValsC$1.apply(ReflectUtilities.scala:40)
at scala.Iterator$class.foreach(Iterator.scala:414)
at scala.runtime.BoxedArray$AnyIterator.foreach(BoxedArray.scala:45)
at scala.Iterable$class.foreach(Iterable.scala:256)
at scala.runtime.BoxedArray.foreach(BoxedArray.scala:24)
at sbt.ReflectUtilities$.allValsC(ReflectUtilities.scala:40)
at sbt.ReflectUtilities$.allVals(ReflectUtilities.scala:55)
at sbt.Reflective$.reflectiveMappings(BasicProjectTypes.scala:573)
at sbt.ReflectiveModules$class.reflectiveModuleMappings(BasicProjectTypes.scala:551)
at sbt.ParentProject.reflectiveModuleMappings(BasicProjectTypes.scala:559)
at sbt.ReflectiveModules$class.subProjects(BasicProjectTypes.scala:550)
at sbt.ParentProject.subProjects(BasicProjectTypes.scala:559)
at sbt.ParentProject.dependencies(BasicProjectTypes.scala:561)
at sbt.Project$$anonfun$projectClosure$1.apply(Project.scala:87)
at sbt.Project$$anonfun$projectClosure$1.apply(Project.scala:87)
at sbt.Dag$.visit$1(Dag.scala:23)
at sbt.Dag$.topologicalSort(Dag.scala:28)
at sbt.Project$class.projectClosure(Project.scala:87)
at sbt.ParentProject.projectClosure(BasicProjectTypes.scala:559)
at sbt.Project$.checkOutputDirectoriesImpl(Project.scala:491)
at sbt.Project$.checkOutputDirectories(Project.scala:481)
at sbt.Project$.loadProject(Project.scala:343)
at sbt.Project$.loadProject(Project.scala:340)
at sbt.xMain.run(Main.scala:47)
at sbt.xMain.run0$1(Main.scala:35)
at sbt.xMain.run(Main.scala:42)
at xsbt.boot.Launch$.run(Launch.scala:53)
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:42)
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:42)
at xsbt.boot.Launch$.launch(Launch.scala:57)
at xsbt.boot.Launch$.explicit(Launch.scala:42)
at xsbt.boot.Launch$.initialized(Launch.scala:38)
at xsbt.boot.Launch$.parsed(Launch.scala:31)
at xsbt.boot.Launch$.configured(Launch.scala:21)
at xsbt.boot.Launch$.apply(Launch.scala:16)
at xsbt.boot.Launch$.apply(Launch.scala:13)
at xsbt.boot.Boot$.runImpl(Boot.scala:24)
at xsbt.boot.Boot$.run(Boot.scala:19)
at xsbt.boot.Boot$.main(Boot.scala:15)
at xsbt.boot.Boot.main(Boot.scala)
Caused by: sbt.UndefinedValue: Value for property 'project.name' from /home/sdalouche/workspace/samokk/openplacesearch-scala/api/project/build.properties is undefined.
at sbt.BasicEnvironment$UserProperty.sbt$BasicEnvironment$UserProperty$$inheritedValue(Environment.scala:155)
at sbt.BasicEnvironment$UserProperty$$anonfun$resolveDefaultFirst$1.apply(Environment.scala:135)
at sbt.BasicEnvironment$UserProperty$$anonfun$resolveDefaultFirst$1.apply(Environment.scala:135)
at sbt.BasicEnvironment$UserProperty.sbt$BasicEnvironment$UserProperty$$getDefault(Environment.scala:143)
at sbt.BasicEnvironment$UserProperty.resolveDefaultFirst(Environment.scala:135)
at sbt.BasicEnvironment$UserProperty.resolve(Environment.scala:120)
at sbt.Environment$Property.value(Environment.scala:16)
at sbt.Project$class.name(Project.scala:31)
at sbt.BasicScalaProject.name(DefaultProject.scala:21)
at sbt.Project$class.normalizedName(Project.scala:305)
at sbt.BasicScalaProject.normalizedName(DefaultProject.scala:21)
at sbt.ManagedProject$class.moduleID(BasicProjectTypes.scala:115)
at sbt.BasicScalaProject.moduleID(DefaultProject.scala:21)
at sbt.ManagedProject$class.artifactID(BasicProjectTypes.scala:120)
at sbt.BasicScalaProject.artifactID(DefaultProject.scala:21)
at Project$Api.<init>(Project.scala:46)
at Project$$anonfun$api$1.apply(Project.scala:28)
at Project$$anonfun$api$1.apply(Project.scala:28)
at sbt.Project$class.project(Project.scala:169)
at sbt.ParentProject.project(BasicProjectTypes.scala:559)
at Project.api(Project.scala:28)
... 48 more
Error during sbt execution: java.lang.reflect.InvocationTargetException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment