Uses of Class
org.scala_tools.maven.Launcher

Packages that use Launcher
org.scala_tools.maven   
 

Uses of Launcher in org.scala_tools.maven
 

Fields in org.scala_tools.maven declared as Launcher
protected  Launcher[] ScalaRunMojo.launchers
          A list of launcher definition (to avoid rewriting long command line or share way to call an application) launchers could be define by : <launchers> <launcher> <id>myLauncher</id> <mainClass>my.project.Main</mainClass> <args> <arg>arg1</arg> </args> <jvmArgs> <jvmArg>-Xmx64m</jvmArg> </jvmArgs> </launcher> <launcher> <id>myLauncher2</id> ...
 



Copyright © 2009-2010 Scala Tools. All Rights Reserved.