Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rife2/bld-kawa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kawa Extension for bld

License Java Kawa bld

To install, please refer to the extensions and support documentation.

Compile Kawa Source Code

To compile the source code located in src/main/kawa and src/test/kawa from the current project:

@BuildCommand(summary = "Compiles the Kawa project")
public void compile() throws IOException {
    new CompileKawaOperation()
            .fromProject(this)
            .execute();
}
./bld compile

Please check the Compile Operation documentation for all available configuration options.

Generate Javadoc

TODO

Template Project

There is also a Template Project with support for Kawa extension?

About

Kawa Extension for bld

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Other 1.6%