Christoph Läubrich
Christoph Läubrich
> my point is that I don't see why another annotation is required. Because I don't want to define a new annotation for every possible key one want to use,...
I really liked this one form osgi-test: https://github.com/osgi/osgi-test/blob/main/org.osgi.test.junit5/src/main/java/org/osgi/test/common/annotation/Property.java
> The issue is that we have a specification that tells tools how to handle ComponentPropertyType annotations and to build the key from the name and a given PREFIX. I...
I still think it would be nice to have some generic key/value annotation for cases a component property type is just not desired or name mapping rules do not fit.
I still think it would be nice to have some generic key/value annotation for cases a component property type is just not desired or name mapping rules do not fit.
@jdneo I fear this does not work well... you are pasting a string to the terminal (what could be anything e.g echo that is not a command at all) so...
Okay, first some background: What you refer as "Terminal" here has two parts and is actually a "Local Terminal Emulation": 1. a UI what basically is [VT100TerminalControl](https://github.com/eclipse-platform/eclipse.platform/blob/master/terminal/bundles/org.eclipse.terminal.control/src/org/eclipse/terminal/internal/emulator/VT100TerminalControl.java) 2. a shell,...
NB: I used copilot to generate this docu https://github.com/eclipse-platform/eclipse.platform/blob/master/terminal/README.md Maybe it helps or you like to enhance it with specific questions / information. Beside that it might even work to...
@jdneo just let us know when you face any issues, just assume I don't know maybe nothing *how* you issue commands, e.g. is copilot really issuing command on my local...
> Parsing the output to check if the task is done or not is almost impossible, given the different behavior of different Platform and shell. That is why I wish...