[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ease-dev] Oomph Setup failed
|
On 09.01.2017 21:32, Raphael Geissler wrote:
You're right general things should be in the Eclipse wiki, but it is
not that fancy. :)
So if you tell me how this works, I can merge the content of my blog
to the wiki and extend it there.
Best option is to copy the plain text over into the wiki editor and then
reformat the code.
What syntax are you using? Markdown? Possibly there exists a converter
Markdown -> mediawiki, but I am not sure of tis.
Ok. But what should happen with the parameters? Should it come back to
the script as parameter?
Do you have an example for me?
Parameters should be passed to the script, see IScript.run(String ...
parameters) in o.e.ease.ui.scripts
As soon as my setup is working, I will give it a try.
Quartz seems to have a cron trigger. It is license under Apache 2.0.
Can we use that?
See: http://www.quartz-scheduler.org/documentation/quartz-2.1.x/examples/Example3.html
Apache 2.0 should be fine. For eclipse we would have to bundle the
library and push it to a common git repo called 'Orbit' from there it
can be consumed as a dependency then.
Having a short look at the examples I am not sure if we should use the
scheduler as it requires a lot of jobs to be created. Eclipse has its
own Jobs framework. Further Quartz seems to be huge for the task we want
to use it for. Maybe we can extract the date calculation stuff from it?
It should be possible to port parts of this to eclipse only. If it
becomes a real candidate we have to discuss this with the legal team.
Christian