Jerome Angibaud
Jerome Angibaud
Jeka should accept build classes to be written in Kotlin. Beside, Jeka should propose a convenient way to build Kotlin project.
For now, Jeka only can generate unshaded Uber-jar (Fat-Jar) Many projects needs to generate shaded Uber jar (it is the recommanded way of publishing Jeka external plugins). As it is...
### Description Calling componentFinder.findComponents() for scanning source code scan source code, throws following error : ``` java.lang.NoClassDefFoundError: com/sun/tools/javadoc/Main at com.structurizr.analysis.SourceCodeComponentFinderStrategy.runJavaDoc (SourceCodeComponentFinderStrategy.java:126) at com.structurizr.analysis.SourceCodeComponentFinderStrategy.afterFindComponents (SourceCodeComponentFinderStrategy.java:64) at com.structurizr.analysis.ComponentFinder.findComponents (ComponentFinder.java:81) ``` This has...
Hi, I found this repo pretty cool. I found interesting stuff here as I don't have time to scan all Java projects. May I suggest to have a look at...
**Current Problem Description** Jeka succeed at extracting JDK having the following structure. ``` . ├── root-entry-dir │ ├── bin │ ├── javac ├─── java ``` Azul 8 and some other...
Same as #248 for Windows powershell See [Jeka powershell script](https://github.com/jeka-dev/jeka/blob/master/dev.jeka.core/src/main/shell/jeka.ps1).
The online documentation provides 3 short tutorials: [https://jeka-dev.github.io/jeka/tutorials/basics/](https://jeka-dev.github.io/jeka/tutorials/basics/). The tutorial MD sources are located in the *docs/tutorials* directory. To visualize the result, you need to install *mkdocs* as mentioned on...