java - Src jar for Pentaho Kettle -
Where can one find a source-circle for kettle? I am searching for a jar containing a Java file, and I can point to my IDE (for example, Junit-4.6-SRC.).
You can download source zip files from. After that you need to redirect it to a jar file.
It is very simple, indeed:
jar cvf src.jar -C src jar UVF src.jar -C src-core Jar UVF src.jar - C Source-db Jar UVF src.jar - C source-UI
(due to duplicate entries, it fails to run at one time.)
Comments
Post a Comment