Using Ivy launcher, passing arguments to launched class.

2015-07-22 Thread Krzysztof Harpula
Hello, I have the following problem: I want to launch my main class using Ivy launcher as documented in Ivy manuals: java -jar ivy.jar -main com.my.MainClass My main class expects parameters from command line in the format: -paramName:paramValue I try using Ivy launcher with -args option

Re: Using Ivy launcher, passing arguments to launched class.

2015-07-23 Thread Krzysztof Harpula
-args -param1:val1 -param2:val2 -Jaikiran On Wednesday 22 July 2015 07:17 PM, Krzysztof Harpula wrote: Hello, I have the following problem: I want to launch my main class using Ivy launcher as documented in Ivy manuals: java -jar ivy.jar -main com.my.MainClass My main class expects

Stand alone usage - early exit of application

2015-07-17 Thread Krzysztof Harpula
Hi, I am starting to use Ivy. I wanted to create a batch file which launches my application using stand alone ivy launcher. I noticed that my application starts and then immediately terminates. I checked the sources of Ivy launcher and I van see the following piece of code: public static void

Re: Stand alone usage - early exit of application

2015-07-20 Thread Krzysztof Harpula
Hello, The use case is different. I have an eclipse project. Within eclipse IDE I use IvyDE. However during development sometimes I want to start my application outside of IDE (due to Eclipse performance issues). I do it by a batch file (Windows). From documentation I saw that it is possible to

Support for Java Nodules in Ivy/IvyDE

2018-06-11 Thread Krzysztof Harpula
Hi everyone, Is there any chance or plan or schedule to introduce support for Java Modules in Ivy & Ivy DE?