Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width25px

 

Column

Image Added

  • Package the cloned etl-agent project.
Section
Column
width25px

 

Column
width750px
Code Block
languagepowershell
themeRDark
titleMaven Package command for etl-agent project
userme@LO-PPBBKK55 /c/src/etl-agent/parent (master)
$ mvn clean package -DskipTests
Column

 

  • If all goes well, the Maven dependency problem should be taken care of.  The missing jar file was downloaded and placed in your Maven repository by the mvn package command.
  • Return to your etlunit project, to the /bin folder, and try the 'etlunit' command again.
Section
Column
width100px

 

Column
width750px
Code Block
languagepowershell
themeRDark
titleTry the 'etlunit' command again
userme@LO-PPBBKK55 /c/src/etlunit-samples/bin (master)
$ etlunit
Updating meta data . . .
Caching local copy . . .
 .d8888b.  888                         .d8888b.  888               888 888
d88P  Y88b 888                        d88P  Y88b 888               888 888
888    888 888                        Y88b.      888               888 888
888        888  8888b.  88888b.d88b.   :Y888b.   88888b.   .d88b.  888 888
888        888     :88b 888 :888 :88b     :Y88b. 888 :88b d8P  Y8b 888 888
888    888 888 .d888888 888  888  888       :888 888  888 88888888 888 888
Y88b  d88P 888 888  888 888  888  888 Y88b  d88P 888  888 Y8b.     888 888
 :Y8888P:  888 :Y888888 888  888  888  :Y8888P:  888  888  :Y8888  888 888
                                                  Command-Line Interpreter
Java version: 1.7.0_21
Java Home: c:\Java\jdk1.7.0_21-x64\jre
OS: Windows 7, Version: 6.1

userme >
Column

 

  • Try typing the word "test" and press enter.  Do all the tests pass?