Radim Kubacki
Radim Kubacki
Similar functionality as for Ant build.xml to show structure of build.gradle / list of targets. List of target should probably make it possible to run it immediately.
Some parts of plugins/RCP apps can be tested using unit test but other tests will need to run in an initialized Eclipse instance. So far the support for testing with...
My META-INF/MANIFEST.MF contains ` Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Wuff-junit Bundle-SymbolicName: wuff-junit Bundle-Version: 1.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit ` There is a source `src/wuff/junit` containing: ` package wuff.junit; import org.junit.Assert;...
As a developer I'd like to use this project both internally and also when developing a solution deployed at client. The latter is now quite a problem with GPL3.0 license....