CE edition and command line

Hi,

I use the CloverETL Designer Community 3.3.0 but can’t execute my graph using command line.

I’ve followed the tutorial http://wiki.cloveretl.com/doku.php?id=running but it seams that the directory structure have changed as I don’t have any lib subdirectory to the cloveretl installation directory.

For example the cloveretl.engine.jar file is only present in the directory C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\

I modified the command line accordinly:

“C:\Program Files (x86)\Java\jre7\bin\java.exe” -cp “C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\cloveretl.engine.jar:C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\commons-logging.jar:C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\log4j-1.2.12.jar:C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\javolution.jar:trans” org.jetel.main.runGraph -plugins C:\Program Files\CloverETL Designer Community\plugins D:\workspace\ExploitationMobile\graph\Powwow.grf

but I get the following error:

Impossible to find org.jetel.main.runGraph

What’s wrong?

Thanks

Hi ,

I would recommend to donwload open source Engine (http://sourceforge.net/projects/clovere … tl.engine/) and use “clover.bat” (or .sh) located on path like “[dir]\plugins\com.cloveretl.gui_3.3.0.183M3\lib\bin\clover.bat”.

Please use parameter “-contexturl” which is path to root of project and graph name.


"[dir]\plugins\com.cloveretl.gui_3.3.0.183M3\lib\bin\clover.bat" -contexturl "c:\my_project" "graph\test.grf"