MillJars

ostrat.pDev.MillJars
object MillJars extends MillStageJars

Function object to stage the module all the JVM jars built under Mill.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MillJars.type

Members list

Value members

Concrete methods

override def action(projPath: DirsAbs, sharedPath: String): ErrBiAcc[Exception, FileWritten]

Attributes

Definition Classes
def main(args: Array[String]): Unit

Inherited methods

def apply(stagingPath: String): Unit

Attributes

Inherited from:
MillStageJars
def jarCopy(projPath: DirsAbs, sharedPath: String, srcStr: String, destStr: String, origFolder: String, assetStr: String): ErrBi[Exception, FileWritten]

Copies a main jar to the libShared staging folder.

Copies a main jar to the libShared staging folder.

Attributes

Inherited from:
MillStageJars
def javadocCopy(projPath: DirsAbs, sharedPath: String, srcStr: String, destStr: String): ErrBi[Exception, FileWritten]

Copies a javadoc jar to the libShared staging folder.

Copies a javadoc jar to the libShared staging folder.

Attributes

Inherited from:
MillStageJars
def mainCopy(projPath: DirsAbs, sharedPath: String, srcStr: String, destStr: String): ErrBi[Exception, FileWritten]

Copies a main jar to the libShared staging folder.

Copies a main jar to the libShared staging folder.

Attributes

Inherited from:
MillStageJars
def mainDocSourceCopy(projPath: DirsAbs, sharedPath: String, srcStr: String, destStr: String): ErrBiAcc[Exception, FileWritten]

Copies prebuilt main, javadoc and sources jars to the libShared staging folder.

Copies prebuilt main, javadoc and sources jars to the libShared staging folder.

Attributes

Inherited from:
MillStageJars
def sourceCopy(projPath: DirsAbs, sharedPath: String, srcStr: String, destStr: String): ErrBi[Exception, FileWritten]

Copies a sources jar to the libShared staging folder.

Copies a sources jar to the libShared staging folder.

Attributes

Inherited from:
MillStageJars

Inherited fields

Pairs of the module names and the name stem for their assets.

Pairs of the module names and the name stem for their assets.

Attributes

Inherited from:
MillStageJars

The openstrat version of the jars you wish to stage.

The openstrat version of the jars you wish to stage.

Attributes

Inherited from:
MillStageJars