Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Dave Newton
t; From: Milan Milanovic <[EMAIL PROTECTED]> > Subject: Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization > To: user@struts.apache.org > Date: Thursday, July 10, 2008, 1:34 PM > Dear Dave, > > > newton.dave wrote: > > > > --- On Thu, 7/10/08

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Milan Milanovic
Dear Dave, newton.dave wrote: > > --- On Thu, 7/10/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: >> Oh, it uses commons-logging-1.0.3.jar but I'm using >> commons-logging-1.0.4.jar in my applications lib directory. >> So, I need to delete 1.0.4 and copy 1.0.3 in my lib ? > > Wouldn't it have

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Dave Newton
--- On Thu, 7/10/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: > Oh, it uses commons-logging-1.0.3.jar but I'm using > commons-logging-1.0.4.jar in my applications lib directory. > So, I need to delete 1.0.4 and copy 1.0.3 in my lib ? Wouldn't it have been quicker to try it? If it can't find a

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Milan Milanovic
Dear Dave, newton.dave wrote: > > --- On Thu, 7/10/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: >> I noticed this, but my Sitegraph plugin in the same >> directory as the dependent jars so I don't need to >> put them into classpath? > > Oh, it looks like the sitegraph plugin puts its requir

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Dave Newton
--- On Thu, 7/10/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: > I noticed this, but my Sitegraph plugin in the same > directory as the dependent jars so I don't need to > put them into classpath? Oh, it looks like the sitegraph plugin puts its requirements in its manifest file, so never mind a

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Milan Milanovic
Dear Dave, newton.dave wrote: > > So... you didn't use "x.x.x", and you didn't add "[-ns NAMESPACE]", which > are obviously placeholders. So is the "...". It should be replaced with > (a) nothing, removing the -cp, and rely on the CLASSPATH environment > variable, (b) use -cp and use the CLASSP

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Dave Newton
--- On Thu, 7/10/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: > this is how it is given at SiteGraph page: > > java -cp ... -jar struts2-sitegraph-plugin-x.x.x.jar > -config CONFIG_DIR > -views VIEWS_DIRS > -output OUTPUT > [-ns NAMESPACE] So... you didn't use "x.x.x", and y

Re: [OT] RE: RE: RE: RE: Re: [S2] Struts configuration vizualization

2008-07-10 Thread Milan Milanovic
Dear Dave, this is how it is given at SiteGraph page: java -cp ... -jar struts2-sitegraph-plugin-x.x.x.jar -config CONFIG_DIR -views VIEWS_DIRS -output OUTPUT [-ns NAMESPACE] -- Milan newton.dave wrote: > > --- On Thu, 7/10/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: >