Open msiedlarek opened 11 years ago
Have you signed the Eclipse CLA? Also, can you provide the email address you signed it with?
Well, I tried to... https://bugs.eclipse.org/bugs/show_bug.cgi?id=412009 . I'll let you know as soon as it's done.
Weird - I have no problem signing it, and lots of other people have without problem.
Can you try a different browser?
Tried Safari 6.0.5, Chrome 27 and Firefox 21 with same result.
The CLA bug have been fixed and I've signed mine. You are free to merge my humble patch.
Simple but useful feature, will it be merged?
This patch adds a
systemPropertyVariables
configuration option, which allows you to define system properties to be set when running a module.This is particularly useful for setting the
org.vertx.logger-delegate-factory-class-name
property (my use case).The option name and concept comes from the Apache Maven Surefire plugin (https://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html).