RE: Graphical Configuration Utility

2008-12-17 Thread mpeccorini
mportant tip Allen, I'll make sure I make it clear in the project's site that JDK6 is required. Regards, -- View this message in context: http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21054545.html Sent from the Struts - User mailin

Re: Graphical Configuration Utility

2008-12-17 Thread mpeccorini
nd will allow you to select the elements and change the attributes in panels specific for each element type. It will also allow you to create new elements, delete elements and validate the entire structure of the configuration file. -- View this message in contex

Re: Graphical Configuration Utility

2008-12-17 Thread mpeccorini
w do I type/map/configure actions there... I m clueless > If you select the newly created action, package, etc. in the tree view, a panel will show at the right side with all the attributes the element accepts. Kindest regards, -- View this message in context: http://www.nabble.com/Graphical-Co

RE: Graphical Configuration Utility

2008-12-17 Thread Fogleson, Allen
at it and give it a try, it's located > at https://sourceforge.net/projects/struts2gui/. > > I sincerely appreciate any feedback and of course patches :p > > Regards, > > Mauricio Peccorini > -- View this message in context: http://www.nabble.

Re: Graphical Configuration Utility

2008-12-17 Thread Milan Milanovic
Great thing to do! Is it possible to visualise S2 appliaction from struts.xml ? I'm asking this because I didn't manage to run existing plug-in for that. mpeccorini wrote: > > Hi everyone, > > I looked for a struts 2 graphical configuration utility and couldn&

Re: Graphical Configuration Utility

2008-12-16 Thread ManiKanta G
well that is not the issue with the S2GUI jar... but with the Java itself... When the jar file having dependencies is in folder names '!' (with out quotes, only exclamatory sign) in windows, is is failing to open the main class. When I moved out the '!' folder, it is working fine. This is second

Re: Graphical Configuration Utility

2008-12-16 Thread mpeccorini
-apis.jar -jar Struts2GUI-0.1-alpha.jar That makes sure all the dependencies are available in the classpath. Also, what java version are you using? I'm compiling for JDK5 but I'm actually using JDK6 (1.6.0_11) I hope this helps -- View this message in context: http://www.nab

Re: Graphical Configuration Utility

2008-12-15 Thread ManiKanta G
p file to the package including all the necessary > dependencies. I hope I'm not breaking any laws in doing it :rules: > -- > View this message in context: > http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21020145.html > Sent from the Struts

Re: Graphical Configuration Utility

2008-12-15 Thread mpeccorini
I've added a new zip file to the package including all the necessary dependencies. I hope I'm not breaking any laws in doing it :rules: -- View this message in context: http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21020145.html Sent from the Struts - User ma

Re: Graphical Configuration Utility

2008-12-15 Thread Oscar Alvarez
t and I don't know if that's legal or even > ethical. > > Regards, > -- > View this message in context: > http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21019314.html > Sent from the Struts - User mailing list archive at Nabble.com. > > >

Re: Graphical Configuration Utility

2008-12-15 Thread mpeccorini
all the classes the application depends on, but this is the first time I publish an open source project and I don't know if that's legal or even ethical. Regards, -- View this message in context: http://www.nabble.com/Graphical-Configuration-Utility-tp21019003p21019314.html Sent from the Struts -

Re: Graphical Configuration Utility

2008-12-15 Thread Oscar Alvarez
e) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) Could not find the main class: Struts2GUI-0.1-alpha.jar. Program will exit. How can i run it? 2008/12/15 mpeccorini > > Hi everyone, > > I looked for a struts 2 graphical configura

Graphical Configuration Utility

2008-12-15 Thread mpeccorini
Hi everyone, I looked for a struts 2 graphical configuration utility and couldn't find one, you guys probably remember Struts Console created by James Holmes (www.jamesholmes.com/struts/console/). So I've started a new project in sourceforge.net to develop one. I've