Frank Benoit
Frank Benoit
Too bad you have this difficulties. Should be the interest of Eclipse.org to make this procedure as easy as possible.
My request only makes sense for soft assertions. Here, after a failed expectation, further assertions shall be evaluated and printed. The above example, `obj` is exercised and as well the...
@Hellmy I don't know where to search. Hex 5b is '[', that appears in the arc42 generated html and also in images. No surprise. But the exception is about base64...
Perhaps I am missing something :-) I use FFF to fake functions. But I need the pattern above to switch the sources between real-func and faked-func. I have 3 cases:...
Is updating in the project locally the way to go? How do I do it the best way?
I just noticed... if that marked line with a java.exe is only for the diffplug starter of the equinox task, why does it consume 1GB RAM?
in the folder build\headlessAppSetup\plugins\ i find those jars: ``` autosar-jaxbobjs.jar_0.0.0.jar castle.extdata.autosar.v4_1.0.0.qualifier.jar castle.extdata.dbc_1.0.0.qualifier.jar castle.extdata.fibex.v3_1_0_1.0.0.qualifier.jar castle.extdata.ldf_1.0.0.qualifier.jar castle.extdata.odx_220_1.0.0.qualifier.jar castle.extlib.antlr.runtime_4.5.3.jar castle.extlib.log4j-1.2.17_1.0.0.jar castle.testenv.com_1.0.0.qualifier.jar castle.testenv.sysgen_1.0.0.qualifier.jar castle.util_1.0.0.qualifier.jar com.sun.jna.platform_4.4.0.jar com.sun.jna_4.4.0.jar fibex-jaxbobjs.jar_0.0.0.jar icmp4j-all.jar_0.0.0.jar javax.inject_1.0.0.v20091030.jar javax.validation_1.1.0.v201304101302.jar javax.xml.bind_2.2.12.v201410011542.jar javax.xml_1.3.4.v201005080400.jar odx220-jaxbobjs.jar_0.0.0.jar org.apache.commons.lang3_3.1.0.v201403281430.jar...
How can i overwrite those "osgi.bundles" from within the build.gradle. I cannot figure out the syntax. Can you please help?
Thanks for the addition. Unfortunately i don't get how to apply your snippet on my existing equinoxLaunch: ``` equinoxLaunch { // creates an EquinoxLaunchSetupTask named 'headlessAppSetup' headlessAppSetup { source.addProject(project(':castle.testenv.sysgen')) //...
Gradle gives me: ``` > Could not find com.diffplug.gradle:goomph:3.16.0-SNAPSHOT. Searched in the following locations: https://jcenter.bintray.com/com/diffplug/gradle/goomph/3.16.0-SNAPSHOT/maven-metadata.xml https://jcenter.bintray.com/com/diffplug/gradle/goomph/3.16.0-SNAPSHOT/goomph-3.16.0-SNAPSHOT.pom https://jcenter.bintray.com/com/diffplug/gradle/goomph/3.16.0-SNAPSHOT/goomph-3.16.0-SNAPSHOT.jar https://plugins.gradle.org/m2/com/diffplug/gradle/goomph/3.16.0-SNAPSHOT/maven-metadata.xml https://plugins.gradle.org/m2/com/diffplug/gradle/goomph/3.16.0-SNAPSHOT/goomph-3.16.0-SNAPSHOT.pom https://plugins.gradle.org/m2/com/diffplug/gradle/goomph/3.16.0-SNAPSHOT/goomph-3.16.0-SNAPSHOT.jar ```