Rüdiger Herrmann

Results 26 comments of Rüdiger Herrmann

Commit 510727a98bf85ade93ec0caddcde7dffd1795512 adds an experimental resource filter that matches nested projects. To use the filter, open the properties dialog of the _parent_ project, go to the _Resource_ > _Resource Filters_...

While I think I could technically sign all bundles during build, I don't know where to get an _official_ certificate (for free) to sign with. AFAIK, self-signed certificates still cause...

After spending several hours trying to build, sign, and deploy either with [Codeship](https://codeship.com/) (the currently used build and deployment tool) or [Travis CI](https://travis-ci.org/) without success, I am giving up for...

Eclipse.org has a facility to sign jars (with an Eclipse.org certificate), but Extras for Eclipse is not an Eclipse.org project.

This issue is blocked for the same reason as #39

Thank you for bringing this up. While it may certainly be useful to fall back to an external Git program, we have no plans to implement this in the near...

It seems there are a lot of plug-ins out there to open a shell for a given folder. See here, for example: https://stackoverflow.com/questions/1562600/is-there-an-eclipse-plugin-to-run-system-shell-in-the-console Is it that what you are looking...

There is a Travis-deploy.sh file that uploads the build result. Feel free to open a pull request that enhances the script to upload a zipped version alongside. > On 6....

Yes, an issue would be nice. I absolutely agree that for some commands it might be necessary to have access to the input stream. However, I would prefer to use...

It's been a while since I worked with the Gonsole code. The console abstraction is a purely by-product of the JGit command console and was driven by these needs. Its...