The Artima Developer Community
Sponsored Link

Java Buzz Forum
Command Line Execution Plug-in for Kobalt

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Erik C. Thauvin

Posts: 4232
Nickname: ethauvin
Registered: Apr, 2004

Erik C. Thauvin maintains one of the web's first and most popular linkblogs.
Command Line Execution Plug-in for Kobalt Posted: Jul 13, 2016 4:30 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Erik C. Thauvin.
Original Post: Command Line Execution Plug-in for Kobalt
Feed Title: Erik's Weblog
Feed URL: http://erik.thauvin.net/blog/feed.jsp?cat=Java
Feed Description: The Truth is Out There!
Latest Java Buzz Posts
Latest Java Buzz Posts by Erik C. Thauvin
Latest Posts From Erik's Weblog

Advertisement
I've just finished a plug-in for Cédric's Kobalt build system based on Kotlin.

The plug-in allows for the execution of system commands, similarly to the Gradle Exec or Ant Exec tasks.

import net.thauvin.erik.kobalt.plugin.exec.*

var pl = plugins("net.thauvin.erik:kobalt-exc:")

var p = project {
    name = "example"

    exec {
        commandLine(listOf("echo", "Hello, World!"))
    }
}


Documentation and source are on GitHub.
 
""

Read: Command Line Execution Plug-in for Kobalt

Topic: Amazon Prime Day is biggest day for online retailer ever Previous Topic   Next Topic Topic: JAVA Swing Application Example

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use