sbt compile in Compile meaning -


can kindly explain each compile , compile mean in cryptic sbt idiom:

compile in compile <<= (compile in compile).dependson(def.task {    println("task running") // or whatever code here in body }) 

  • compile means compile task, opposed to, say, package
  • compile means compile configuration (derived from/matches apache ivy's configurations), opposed to, say, test

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -