opaluchlukasz / junit2spock

JUnit test to Spock test converter
MIT License
15 stars 7 forks source link

Running application appears to fail silently #2

Open Numilani opened 5 years ago

Numilani commented 5 years ago

Executing the application appears to do nothing. When I say nothing, I don't mean the application fails to start, I mean that once it starts, it appears to fail silently.

The command I'm entering: java -jar junit2spock-jar-with-dependencies.jar C:\code\<filepath to test folder>\ C:\code\<filepath to output folder>\spock

Output: 12:18:36.119 [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34033bd0: startup date [Tue Feb 26 12:18:36 EST 2019]; root of context hierarchy

...and that's it. No error message, no file output, it just drops me back to a command prompt. I've tried using relative paths and adding individual filenames to the end of the paths. Neither seem to have any effect.