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
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
-
Hi Esegal,
source code and other files can be found here: http://sourceforge.net/projects/cloveretl/files/cloveretl.engine/
Regarding pom.xml, could you please describe the error you get?
Thanks. -
First - thanks ! - I downloaded the source code that I needed, from where you directed me.
The errors I get are as follow (taking clover-engine as example) :
pom.xml
----------
<dependency>
<groupId>org.jetel</groupId>
<artifactId>cloveretl-engine</artifactId>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
while run mvn I see first:
-------------------------------
[INFO] Unable to find resource 'org.jetel:cloveretl-engine:jar:4.0.0' in repository fuse (http://repo.fusesource.com/maven2/)
Downloading: http://repository.jboss.org/nexus/conte ... -4.0.0.jar
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]
Path to dependency:
1) com.starhome:sfi:jar:3.3.0
2) org.jetel:cloveretl-engine:jar:4.0.0
Thanks -
Hi esegal,
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.
Regards,
Jaro
Please sign in to leave a comment.
Comments 3