Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Took out re-use of compiled artifact scala script
Browse files Browse the repository at this point in the history
  • Loading branch information
U-LEONARDO\Brian authored and U-LEONARDO\Brian committed Jan 20, 2010
1 parent 3747fb5 commit 2ce3111
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ class ScalaModelReader extends ModelReaderSupport {
def errorFn(err: String) {
}

val cmdLine = List("-savecompiled", "-nocompdaemon", "-d ./target/pmaven-scala/")
val cmdLine = List("-nocompdaemon")
val settings = new GenericRunnerSettings(errorFn _)
settings.parseParams(cmdLine)

Expand Down

0 comments on commit 2ce3111

Please sign in to comment.