Re: Persistence problem

2013-10-16 Thread Péter Szegvári
Add: While debuging the code, I have found, that inside the load() method of the descriptor, no xml file is found! The path it is looking for is something like: c:\users\Peter\workspace\r-script\.\work\whatEverDir\xy.xml I don't is the \.\ part is causing the config file not to be found, but

Persistence problem

2013-10-16 Thread Péter Szegvári
Hi! I'm still learning plugin dev. This is my first plugin. I would like to persist the configuration of my plugin, but it won't work. Could you please tell me, what am I doing wrong? This is the "main" builder class - ScriptRunner config.jelly: http://pastebin.com/4qb3Gfc0 ScriptRunner.java

Re: Repeatable, ListboxModel in jelly (PluginDev)

2013-10-09 Thread Péter Szegvári
ter/src/main/java/hudson/plugins/warnings/WarningsPublisher.java > > Ulli > > Am 09.10.2013 um 21:57 schrieb Péter Szegvári > > >: > > Hello Guys! > > I am new to plugin development. > > My goal is to choose multiple elements from a list, and the collection of >

Repeatable, ListboxModel in jelly (PluginDev)

2013-10-09 Thread Péter Szegvári
Hello Guys! I am new to plugin development. My goal is to choose multiple elements from a list, and the collection of the values back to the constructor. I have already made a ListboxModel with the possible items in it.It works fine. It was something like this, although I can't remember exact