Re: How to find out the classpath used to load a custom task

2018-12-09 Thread Al Le
PS. Since the custom task is in the same JAR as the main class, I could just call the 'main' method from the task's 'execute' method. I'd still prefer to do it via the Java task to be able to fork etc. Am 08.12.2018 um 21:57 schrieb Al Le: Hello, I have created a JAR that contains (among oth

How to find out the classpath used to load a custom task

2018-12-08 Thread Al Le
Hello, I have created a JAR that contains (among other things) a java class with the 'main' method, i.e. it can be executed from the command line or using the 'java' task. The program can take many parameters on the command line; the parameters have not very nice names (for some historical r