Jörn Guy Süß

Results 30 comments of Jörn Guy Süß

You are probably right. Let me think this through properly. I think I have spoken before I had my needs defined and generalized well enough. Please leave the ticket open...

It needs to be ``` zap-cli --port 9090 start ``` This is not obvious, however.

But shutdown fails: ``` zap@josuess-Latitude-7490:/zap$ zap-cli --port 9090 shutdown [INFO] Shutting down ZAP daemon Traceback (most recent call last): File "/usr/local/bin/zap-cli", line 11, in sys.exit(cli()) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 664, in...

There is a bug in https://github.com/Grunny/zap-cli/blob/master/zapcli/zap_helper.py#L49 The `apikey` is assigned only after it is used to instantiate the api. The api then defaults to an empty key.

Before I start: This is an awesome idea! You might want to look at the `proxy` binary that comes with libproxy. What you need to do this is: * install...

``` if [ ! -n "$BASH" ]; then echo Please run this script $0 with bash; exit 1; else if (( $# != 2 )) then echo "This script will...

I have a similar issue and would like advice on this. We are [Developing Ant tasks and types within Eclipse](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/guide/ant_developing.htm?cp=2_0_18_3). The dynamic class loading places some special requirements. It requires...

I guess what I am asking at the core is * how does `surefire.test.class.path` get composed and * how can I influence it in Tycho using just - `build.properties` -...

It seems like there is no way to add anything as this is hardwired to the [project output directory](https://github.com/eclipse-tycho/tycho/blob/master/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/TestPluginMojo.java#L50). :( I guess, I am wondering how [surefire extra classpath elements](https://maven.apache.org/surefire/maven-surefire-plugin/examples/configuring-classpath.html#additional-classpath-elements)...

Configuring the extra dependency explicitly like the below works, but prompts the warning at the bottom: ```xml org.apache.maven.plugins maven-surefire-plugin org.junit.jupiter junit-jupiter-engine 5.9.0 plugins/org.eclipse.epsilon.emc.ant/target/lib/com.codebots.botlearn.ant.jar-classes ``` ```bash # Created at 2022-10-04T12:57:38.253 Boot...