Jar deployment, SBT hacking, and more related to launcher code.

Some refactoring, bugfixing, and self awareness of launcher jar.
This commit is contained in:
meeh
2018-05-01 11:15:11 +00:00
parent 345e7414e6
commit f6c8e44329
7 changed files with 95 additions and 33 deletions

View File

@@ -1,8 +1,5 @@
libraryDependencies ++= Seq(
"org.json4s" %% "json4s-native" % "3.5.3"
)
assemblyExcludedJars in assembly := {
val donts = List(

View File

@@ -2,10 +2,8 @@ package net.i2p
import java.io.{File, InputStream}
//import net.i2p.Router
import net.i2p.launchers.DeployProfile
import net.i2p.router.Router
import org.json4s._
import org.json4s.native.JsonMethods._
/**
*
@@ -104,7 +102,7 @@ object RouterLauncherApp extends App {
//ErrorUtils.printError(s"Starting up with arguments ${(args mkString ", ")}",":)")
Router.main(args)
//Router.main(args)
}