From where it is possible to dowload org.jetel source code ? I couldn’t find it
It seems there is memoryleak in clover grpah running, and I want to debug it and see the code.
I’m using version 3.0.2
In addition I want to upgrade my runtime with newerr version - I try to update my pom.xml but getting error while maven build - where it can be found - the updated pom.xml ?
Thanks
but after that build is fail: (why the related jars did not downloaded to my private repository? see above the message that say they are downloads…)
(BTW - my pom.xml contain all the following cloverETL jars: cloveretl-connection, cloveretl-commons, cloveretl-bulkloader, cloveretl-component, cloveretl-ctlfunction, cloveretl-jdbc, cloveretl-lookup, cloveretl-sequence, cloveretl-thirdparty, cloveretl-tlfunction, cloveretl-engine, cloveretl-annotations)
-------------------------------
11) org.jetel:cloveretl-engine:jar:4.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jetel -DartifactId=cloveretl-engine -Dversion=4.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jetel -DartifactId=cloveretl-engine -Dversion=4.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
the CloverETL engine source code is not prepared & tested for building with Maven, the build system is based on Ant. So unfortunately I’m not sure if I can help you with that. However, do you need to build CloverETL from sources? You can also download a binary build.