[Jelly] Swing action objects

2003-02-28 Thread Paul Michael Reilly
I have a question about using action objects in a loop, something like: ... ${dccApp.registerButton( buttonName, buttonIcon, item )}

[Jelly] Bug?

2002-11-05 Thread Paul Michael Reilly
Script: ... ... ${dccFrame.show()} Is it a bug that the generated frame does not contain the menubar, dccMenuBar? I think it is. When ${dccFrame.setJMenuBar(dccMenuBar)} is added, the m

Re: [Jelly] custom tag implementation

2002-11-05 Thread Paul Michael Reilly
Now that I've got Jelly built from source I'm ready to contribute by helping to find bugs. The original post in this thread dealt with defining custom tags. I suspected, wrongly, that using the CVS sources would enable the following to work: Script: ... Testing custom jelly t

Re: [jelly] Building from CVS sources

2002-11-04 Thread Paul Michael Reilly
> Yah, this weekend, while trying to deal with having a broken maven > bootstrap (Emanuelle? Fixed that yet?), I was trying to build jelly > using the legacy ant build.xml. You're right that it didn't work. > > James, maybe we should cleanse the no-longer-pertinent buildfiles > from jelly?

Re: [jelly] Building from CVS sources

2002-11-03 Thread Paul Michael Reilly
> > The README says that Jelly is built using Ant and Maven and to just > > invoke ant to build it. I tried that and got many compilation > > errors. But what bothers me is that ant will find build.xml and > > maven is not in the picture. So why does the README even mention > > Maven? >