Stefan Birkner

Results 80 comments of Stefan Birkner
trafficstars

It looks like signatures-parent was once an own subproject (https://web.archive.org/web/20150316102617/http://mojo.codehaus.org:80/signatures/source-repository.html) Unfortunately it is not part of mojohaus anymore. @mojohaus/owners Does anybody know what happened to the project?

Thank you for the pull request. I need a few days for reviewing it. How urgent is it for you to have this feature in System Rules?

Unfortunately I cannot reproduce the problem. I built the project https://github.com/stefanbirkner/standardoutputstreamlog-ant with a test using StandardOutputStreamLog, but the test is running successfully. What versions of Ant, JUnit and Java do...

Thanks for reporting the problem. That's "only" a compilation problem. It will not be fixed because System Rules can be used with JDK 10 but not be build by JDK...

The stacktrace contains no code of System Rules. Can you please show the test class.

You have to use @ClassRule public static final EnvironmentVariables environmentVariables = new EnvironmentVariables(); instead of @Rule public static final EnvironmentVariables environmentVariables = new EnvironmentVariables(); With System Rules 1.18.0 you don't...

Can you show me the declaration of `Shared_secret`. Is it a static field that may get initialized before `EnvironmentVariables` can set the variable `sharedSecret`?

May I rephrase my question. Do you have the following line in your code? private static final String Shared_secret = System.getenv("SHAREDSECRET");