Customer Portal

from where it is possible to dowload org.jetel source code ?

Comments 3

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    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.
  • Avatar
    esegal
    0
    Comment actions Permalink
    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
  • Avatar
    jurban
    0
    Comment actions Permalink
    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.