Re: running pipeline from command line

2016-06-29 Thread Dligach, Dmitriy
Hi Peter, This helps, thank you. I also found a way to get the full command-line that Eclipse uses to run a class. (I believe Tim Miller discovered this a while ago too, but I had to re-discover this now). http://stackoverflow.com/questions/2276219/can-i-run-from-command-line-program-created-b

Re: running pipeline from command line

2016-06-28 Thread Abramowitsch, Peter
Hi Dima Personally I hate Maven because of how it obscures classpaths and dependencies (even though it purports to make that easier). My use case is a little different than yours, but when I launch a little pipeline from the command line, it looks as simple as this: Cd into the top of my applic