You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Milan Milanovic <mi...@yahoo.com> on 2008/07/08 18:04:47 UTC

[S2] Struts configuration vizualization

Hi,

I'm wodering is there any Eclipse plug-in (or something similar) which will
vizualize struts.xml configuration ?

--
Thx, Milan
-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
Thanks.

But this plug-in must be runned from command-line, it doesn't exists as an
Eclipse plug-in ?

--
Regard, Milan


Musachy Barroso wrote:
> 
> Or this:
> 
> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
> 
> musachy
> 
> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com> wrote:
>> You can try the config browser plugin:
>>
>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>
>> Don
>>
>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>> <mi...@yahoo.com> wrote:
>>>
>>> Hi,
>>>
>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>> will
>>> vizualize struts.xml configuration ?
>>>
>>> --
>>> Thx, Milan
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361644.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
Is this plugin going to work if I define action classes located in struts.xml
by using Spring ?

--
Thx, Milan


Musachy Barroso wrote:
> 
> Or this:
> 
> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
> 
> musachy
> 
> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com> wrote:
>> You can try the config browser plugin:
>>
>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>
>> Don
>>
>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>> <mi...@yahoo.com> wrote:
>>>
>>> Hi,
>>>
>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>> will
>>> vizualize struts.xml configuration ?
>>>
>>> --
>>> Thx, Milan
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363260.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
I put this in my System environment variable: CLASSPATH,

C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;

but I still got the same error ?

--
Milan


Gabriel Belingueres-2 wrote:
> 
> You may need common-logging jar files to actually execute the plugin,
> that is, in your java classpath.
> 
> 2008/7/9 Milan Milanovic <mi...@yahoo.com>:
>>
>> It's wierd because I have in that lib directory:
>>
>> commons-logging-1.0.4.jar
>> commons-logging-api-1.1.jar
>>
>> --
>> Milan
>>
>>
>> Milan Milanovic wrote:
>>>
>>> When I tried to run it from my web-inf/lib directory, like this:
>>>
>>> C:\eclipse\workspace\myProjeect\WebContent\WEB-INF\lib>java -cp ... -jar
>>> stru
>>> ts2-sitegraph-plugin-2.0.11.1.jar - config ../src/java views
>>> ../../pages/adminis
>>> tration,../../pages/registry,../../pages/samples output graf
>>>
>>> I got this error:
>>>
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/commons/lo
>>> gging/LogFactory
>>>         at
>>> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
>>>
>>> I installed GraphViz.
>>>
>>> --
>>> Thx, Milan
>>>
>>>
>>> Milan Milanovic wrote:
>>>>
>>>> Hi,
>>>>
>>>> what this means: "Futhermore, you must also include your Action class
>>>> files referenced in struts.xml" ?
>>>> Does this mean that I should include in command line all of my 100
>>>> action
>>>> classes ?
>>>>
>>>> --
>>>> Thx, Milan
>>>>
>>>>
>>>> Musachy Barroso wrote:
>>>>>
>>>>> Or this:
>>>>>
>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>
>>>>> musachy
>>>>>
>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>> wrote:
>>>>>> You can try the config browser plugin:
>>>>>>
>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>
>>>>>> Don
>>>>>>
>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>> which
>>>>>>> will
>>>>>>> vizualize struts.xml configuration ?
>>>>>>>
>>>>>>> --
>>>>>>> Thx, Milan
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362176.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362607.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Gabriel Belingueres <be...@gmail.com>.
You may need common-logging jar files to actually execute the plugin,
that is, in your java classpath.

2008/7/9 Milan Milanovic <mi...@yahoo.com>:
>
> It's wierd because I have in that lib directory:
>
> commons-logging-1.0.4.jar
> commons-logging-api-1.1.jar
>
> --
> Milan
>
>
> Milan Milanovic wrote:
>>
>> When I tried to run it from my web-inf/lib directory, like this:
>>
>> C:\eclipse\workspace\myProjeect\WebContent\WEB-INF\lib>java -cp ... -jar
>> stru
>> ts2-sitegraph-plugin-2.0.11.1.jar - config ../src/java views
>> ../../pages/adminis
>> tration,../../pages/registry,../../pages/samples output graf
>>
>> I got this error:
>>
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/commons/lo
>> gging/LogFactory
>>         at
>> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
>>
>> I installed GraphViz.
>>
>> --
>> Thx, Milan
>>
>>
>> Milan Milanovic wrote:
>>>
>>> Hi,
>>>
>>> what this means: "Futhermore, you must also include your Action class
>>> files referenced in struts.xml" ?
>>> Does this mean that I should include in command line all of my 100 action
>>> classes ?
>>>
>>> --
>>> Thx, Milan
>>>
>>>
>>> Musachy Barroso wrote:
>>>>
>>>> Or this:
>>>>
>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>
>>>> musachy
>>>>
>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>> wrote:
>>>>> You can try the config browser plugin:
>>>>>
>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>
>>>>> Don
>>>>>
>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>> <mi...@yahoo.com> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>>>>> will
>>>>>> vizualize struts.xml configuration ?
>>>>>>
>>>>>> --
>>>>>> Thx, Milan
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362176.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
It's wierd because I have in that lib directory:

commons-logging-1.0.4.jar
commons-logging-api-1.1.jar

--
Milan


Milan Milanovic wrote:
> 
> When I tried to run it from my web-inf/lib directory, like this:
> 
> C:\eclipse\workspace\myProjeect\WebContent\WEB-INF\lib>java -cp ... -jar
> stru
> ts2-sitegraph-plugin-2.0.11.1.jar - config ../src/java views
> ../../pages/adminis
> tration,../../pages/registry,../../pages/samples output graf
> 
> I got this error:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/lo
> gging/LogFactory
>         at
> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
> 
> I installed GraphViz.
> 
> --
> Thx, Milan
> 
> 
> Milan Milanovic wrote:
>> 
>> Hi,
>> 
>> what this means: "Futhermore, you must also include your Action class
>> files referenced in struts.xml" ?
>> Does this mean that I should include in command line all of my 100 action
>> classes ?
>> 
>> --
>> Thx, Milan
>> 
>> 
>> Musachy Barroso wrote:
>>> 
>>> Or this:
>>> 
>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>> 
>>> musachy
>>> 
>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>> wrote:
>>>> You can try the config browser plugin:
>>>>
>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>
>>>> Don
>>>>
>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>> <mi...@yahoo.com> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>>>> will
>>>>> vizualize struts.xml configuration ?
>>>>>
>>>>> --
>>>>> Thx, Milan
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>> 
>>> 
>>> 
>>> -- 
>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362176.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
When I tried to run it from my web-inf/lib directory, like this:

C:\eclipse\workspace\myProjeect\WebContent\WEB-INF\lib>java -cp ... -jar
stru
ts2-sitegraph-plugin-2.0.11.1.jar - config ../src/java views
../../pages/adminis
tration,../../pages/registry,../../pages/samples output graf

I got this error:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/lo
gging/LogFactory
        at
org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)

I installed GraphViz.

--
Thx, Milan


Milan Milanovic wrote:
> 
> Hi,
> 
> what this means: "Futhermore, you must also include your Action class
> files referenced in struts.xml" ?
> Does this mean that I should include in command line all of my 100 action
> classes ?
> 
> --
> Thx, Milan
> 
> 
> Musachy Barroso wrote:
>> 
>> Or this:
>> 
>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>> 
>> musachy
>> 
>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com> wrote:
>>> You can try the config browser plugin:
>>>
>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>
>>> Don
>>>
>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>> <mi...@yahoo.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>>> will
>>>> vizualize struts.xml configuration ?
>>>>
>>>> --
>>>> Thx, Milan
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>> 
>> 
>> 
>> -- 
>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361977.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by "newton.dave@yahoo.com" <ne...@yahoo.com>.
It's the only time I can sleep, too :D

Dave

Antonio Petrelli wrote:
> 2008/7/9 newton.dave@yahoo.com <ne...@yahoo.com>:
>> Driving. In an automobile. To get from one place to another.
> Sending e-mail *while* driving? You want a ticket, right? :-D
> Antonio
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Antonio Petrelli <an...@gmail.com>.
2008/7/9 newton.dave@yahoo.com <ne...@yahoo.com>:
> Driving. In an automobile. To get from one place to another.

Sending e-mail *while* driving? You want a ticket, right? :-D

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
Dear Lukasz,

Yes, Environment variable CLASSPATH, I wrote above what is content of the
variable.

java -cp is for setting classpath and it is given at Sitegraph page.

I tried just with "java -jar struts2-sitegraph-plugin-2.0.11.1.jar -config
../src/java...", but it is the same.

--
Milan


Lukasz Lenart wrote:
> 
>> I put this in my classpath:
>>
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
>>
>> and I run sitegraph from my lib folder:
>>
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java -cp ... -jar
>> stru
>> ts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java -views ../../pages
>> -output
>>  shema
> 
> What you mean "classpath"? Environment's variable CLASSPATH?
> What it is: java -cp ...?
> 
> If you add all your jar's to the CLASSPATH, omit -cp parameter, if you
> want to add additional jar's only for this process, add
> java -cp %CLASSPATH%;c:\path\to\my.jar
> 
> if you start
> java - cp c:\path\to\my.jar
> 
> it will overwrite the system CLASSPATH, java will not use them.
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18383505.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Lukasz Lenart <lu...@googlemail.com>.
> I put this in my classpath:
>
> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
>
> and I run sitegraph from my lib folder:
>
> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java -cp ... -jar stru
> ts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java -views ../../pages
> -output
>  shema

What you mean "classpath"? Environment's variable CLASSPATH?
What it is: java -cp ...?

If you add all your jar's to the CLASSPATH, omit -cp parameter, if you
want to add additional jar's only for this process, add
java -cp %CLASSPATH%;c:\path\to\my.jar

if you start
java - cp c:\path\to\my.jar

it will overwrite the system CLASSPATH, java will not use them.


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
When I write echo %CLASSPATH% in my command prompt I get this:

and I get this exception:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/lo
gging/LogFactory
        at
org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)

When I write echo %CLASSPATH% in my command prompt I get this:

%CLASSPATH%;C:\Documents and
Settings\Administrator\Desktop\Projects\db-derby-10.
2.2.0-bin\lib\derby.jar;C:\Documents and
Settings\Administrator\Desktop\Projects\
db-derby-10.2.2.0-bin\lib\derbytools.jar;c:\java;c:\java\backport-util-concurren
t.jar;C:\Program
Files\Java\jre1.5.0_12\lib\ext\QTJava.zip;C:\eclipse\workspace\
myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;C:\eclipse\worksp
ace\myProject\build;

commons-logging is obviously enlisted here, so what is the problem ?

--
Milan


Gabriel Belingueres-2 wrote:
> 
> You didn't unclude the most important part of all your command line:
> "java -cp ...."
> 
> Obviously you failed to add the commons logging jar file to the classpath.
> 
> Try: java -cp path/to/the/following/file/commons-logging-1.0.4.jar;... 
> ......
> 
> 2008/7/10 Milan Milanovic <mi...@yahoo.com>:
>>
>> Dear Dave,
>>
>> I put this in my classpath:
>>
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
>>
>> and I run sitegraph from my lib folder:
>>
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java -cp ... -jar
>> stru
>> ts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java -views ../../pages
>> -output
>>  shema
>>
>> and I get this exception:
>>
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/commons/lo
>> gging/LogFactory
>>        at
>> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
>>
>> What is the problem here ?
>>
>> --
>> Thx, Milan
>>
>>
>>
>>
>> newton.dave wrote:
>>>
>>> That's not how classpaths work: as I said, jar files must be listed
>>> individually. This is most easily done programmatically in a shell
>>> script
>>> (or batch file*s*; thanks Windows :(
>>>
>>> *Class* files need only the top-level directory listed--usually a build
>>> output directory.
>>>
>>> Dave
>>>
>>> Milan Milanovic wrote:
>>>> Hi,
>>>> newton.dave wrote:
>>>>>
>>>>> Driving. In an automobile. To get from one place to another.
>>>>>
>>>>>
>>>> Oh that, sorry ;-). You are anwsering to the list while driving, WOW
>>>> :-).
>>>> newton.dave wrote:
>>>>>
>>>>> Java 101 just means really basic Java: if you put all the libraries in
>>>>> your lib directory that'd probably be enough (plus your build
>>>>> directory,
>>>>> I
>>>>> think somebody else mentioned).
>>>>>
>>>> All of my libs are in my lib directory, and I put CLASSPATH variable to
>>>> that
>>>> directory and still I got that error with LogManager.
>>>> --
>>>> Milan
>>>> newton.dave wrote:
>>>>>
>>>>> Milan Milanovic wrote:
>>>>>> You are driving ? Java 101 ? I must say I don't understand you :-(.
>>>>>> I now how to define classpath, but there is a lot of things to
>>>>>> configure
>>>>>> for
>>>>>> this SiteGraph plugin, so I'm asking if anyone have an example ?
>>>>>> --
>>>>>> Milan
>>>>>> newton.dave wrote:
>>>>>>>
>>>>>>> No, I'm driving. This is Java 101, so any Java tutorial should be
>>>>>>> able
>>>>>>> to
>>>>>>> point you in the right direction.
>>>>>>>
>>>>>>> Dave
>>>>>>>
>>>>>>>
>>>>>>> Milan Milanovic wrote:
>>>>>>>> Could you please give me an example ?
>>>>>>>> --
>>>>>>>> Milan
>>>>>>>> newton.dave wrote:
>>>>>>>>>
>>>>>>>>> No, it means you should include the directory *containing* the
>>>>>>>>> compiled
>>>>>>>>> class files. Jar files must be listed individually (trivial under
>>>>>>>>> Unix-like environments, nearly under Windows--set your classpath
>>>>>>>>> or
>>>>>>>>> do
>>>>>>>>> it
>>>>>>>>> from a shell/batch script; why would you do it by hand?!)
>>>>>>>>>
>>>>>>>>> Dave
>>>>>>>>>
>>>>>>>>> Milan Milanovic wrote:
>>>>>>>>>> Hi,
>>>>>>>>>> what this means: "Futhermore, you must also include your Action
>>>>>>>>>> class
>>>>>>>>>> files
>>>>>>>>>> referenced in struts.xml" ?
>>>>>>>>>> Does this mean that I should include in command line all of my
>>>>>>>>>> 100
>>>>>>>>>> action
>>>>>>>>>> classes ?
>>>>>>>>>> --
>>>>>>>>>> Thx, Milan
>>>>>>>>>> Musachy Barroso wrote:
>>>>>>>>>>>
>>>>>>>>>>> Or this:
>>>>>>>>>>>
>>>>>>>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>>>>>>>
>>>>>>>>>>> musachy
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown
>>>>>>>>>>> <do...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>> You can try the config browser plugin:
>>>>>>>>>>>>
>>>>>>>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>>>>>>>
>>>>>>>>>>>> Don
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>>>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm wodering is there any Eclipse plug-in (or something
>>>>>>>>>>>>> similar)
>>>>>>>>>>>>> which
>>>>>>>>>>>>> will
>>>>>>>>>>>>> vizualize struts.xml configuration ?
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Thx, Milan
>>>>>>>>>>>>> --
>>>>>>>>>>>>> View this message in context:
>>>>>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>>>>>>>> Sent from the Struts - User mailing list archive at
>>>>>>>>>>>>> Nabble.com.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> View this message in context:
>>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18364578.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18382932.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18383409.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Gabriel Belingueres <be...@gmail.com>.
You didn't unclude the most important part of all your command line:
"java -cp ...."

Obviously you failed to add the commons logging jar file to the classpath.

Try: java -cp path/to/the/following/file/commons-logging-1.0.4.jar;...  ......

2008/7/10 Milan Milanovic <mi...@yahoo.com>:
>
> Dear Dave,
>
> I put this in my classpath:
>
> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
>
> and I run sitegraph from my lib folder:
>
> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java -cp ... -jar stru
> ts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java -views ../../pages
> -output
>  shema
>
> and I get this exception:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/lo
> gging/LogFactory
>        at
> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
>
> What is the problem here ?
>
> --
> Thx, Milan
>
>
>
>
> newton.dave wrote:
>>
>> That's not how classpaths work: as I said, jar files must be listed
>> individually. This is most easily done programmatically in a shell script
>> (or batch file*s*; thanks Windows :(
>>
>> *Class* files need only the top-level directory listed--usually a build
>> output directory.
>>
>> Dave
>>
>> Milan Milanovic wrote:
>>> Hi,
>>> newton.dave wrote:
>>>>
>>>> Driving. In an automobile. To get from one place to another.
>>>>
>>>>
>>> Oh that, sorry ;-). You are anwsering to the list while driving, WOW :-).
>>> newton.dave wrote:
>>>>
>>>> Java 101 just means really basic Java: if you put all the libraries in
>>>> your lib directory that'd probably be enough (plus your build directory,
>>>> I
>>>> think somebody else mentioned).
>>>>
>>> All of my libs are in my lib directory, and I put CLASSPATH variable to
>>> that
>>> directory and still I got that error with LogManager.
>>> --
>>> Milan
>>> newton.dave wrote:
>>>>
>>>> Milan Milanovic wrote:
>>>>> You are driving ? Java 101 ? I must say I don't understand you :-(.
>>>>> I now how to define classpath, but there is a lot of things to
>>>>> configure
>>>>> for
>>>>> this SiteGraph plugin, so I'm asking if anyone have an example ?
>>>>> --
>>>>> Milan
>>>>> newton.dave wrote:
>>>>>>
>>>>>> No, I'm driving. This is Java 101, so any Java tutorial should be able
>>>>>> to
>>>>>> point you in the right direction.
>>>>>>
>>>>>> Dave
>>>>>>
>>>>>>
>>>>>> Milan Milanovic wrote:
>>>>>>> Could you please give me an example ?
>>>>>>> --
>>>>>>> Milan
>>>>>>> newton.dave wrote:
>>>>>>>>
>>>>>>>> No, it means you should include the directory *containing* the
>>>>>>>> compiled
>>>>>>>> class files. Jar files must be listed individually (trivial under
>>>>>>>> Unix-like environments, nearly under Windows--set your classpath or
>>>>>>>> do
>>>>>>>> it
>>>>>>>> from a shell/batch script; why would you do it by hand?!)
>>>>>>>>
>>>>>>>> Dave
>>>>>>>>
>>>>>>>> Milan Milanovic wrote:
>>>>>>>>> Hi,
>>>>>>>>> what this means: "Futhermore, you must also include your Action
>>>>>>>>> class
>>>>>>>>> files
>>>>>>>>> referenced in struts.xml" ?
>>>>>>>>> Does this mean that I should include in command line all of my 100
>>>>>>>>> action
>>>>>>>>> classes ?
>>>>>>>>> --
>>>>>>>>> Thx, Milan
>>>>>>>>> Musachy Barroso wrote:
>>>>>>>>>>
>>>>>>>>>> Or this:
>>>>>>>>>>
>>>>>>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>>>>>>
>>>>>>>>>> musachy
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>> You can try the config browser plugin:
>>>>>>>>>>>
>>>>>>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>>>>>>
>>>>>>>>>>> Don
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>>>>>>> which
>>>>>>>>>>>> will
>>>>>>>>>>>> vizualize struts.xml configuration ?
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Thx, Milan
>>>>>>>>>>>> --
>>>>>>>>>>>> View this message in context:
>>>>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> View this message in context:
>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18364578.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18382932.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Dave Newton <ne...@yahoo.com>.
You could always try modifying the manifest file and re-packaging; if that's the only version issue you're having it's unlikely that a ..n version issue would cause an issue. It could, though.

Dave


--- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> wrote:

> From: Milan Milanovic <mi...@yahoo.com>
> 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, Milan Milanovic
> <mi...@yahoo.com> 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?
> > 
> 
> Actually no, I would have to change some else libraries
> too, because I don't
> use those versions :-(.
> 
> 
> newton.dave wrote:
> > 
> > If it can't find a file listed it will obviously
> fail--if the file isn't
> > available it won't be able to contribute any
> classes to the classpath, no?
> > 
> 
> Quite right ;-). I give up, it's too complicated, when
> someone create
> Eclipse plug-in, I'll use it...or maybe when I find
> time I'll create it ;-).
> 
> --
> Thx anyway, Milan 
> 
> 
> 
> newton.dave wrote:
> > 
> > Dave
> > 
> > 
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> user-unsubscribe@struts.apache.org
> > For additional commands, e-mail:
> user-help@struts.apache.org
> > 
> > 
> > 
> 
> -- 
> View this message in context:
> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18388059.html
> Sent from the Struts - User mailing list archive at
> Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail:
> user-help@struts.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
Dear Dave,


newton.dave wrote:
> 
> --- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> 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?
> 

Actually no, I would have to change some else libraries too, because I don't
use those versions :-(.


newton.dave wrote:
> 
> If it can't find a file listed it will obviously fail--if the file isn't
> available it won't be able to contribute any classes to the classpath, no?
> 

Quite right ;-). I give up, it's too complicated, when someone create
Eclipse plug-in, I'll use it...or maybe when I find time I'll create it ;-).

--
Thx anyway, Milan 



newton.dave wrote:
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18388059.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Dave Newton <ne...@yahoo.com>.
--- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> 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 file listed it will obviously fail--if the file isn't available it won't be able to contribute any classes to the classpath, no?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
Dear Dave,


newton.dave wrote:
> 
> --- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> 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 about all that classpath stuff. Remove the
> -cp option altogether.
> 
> (I'm not sure the -cp option is valid with a -jar option anyway,
> actually.)
> 

O.K.


newton.dave wrote:
> 
> Are you using the appropriate versions of the required libraries? The
> "Class-Path" entry in the sitegraph plugin lists all possible dependencies
> (jar files with version numbers).
> 

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 ? 


newton.dave wrote:
> 
> Which version of S2 are you using?
> 
> Dave
> 

2.0.11.1

--
Thx, Milan


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org




-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18385724.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Dave Newton <ne...@yahoo.com>.
--- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> 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 about all that classpath stuff. Remove the -cp option altogether.

(I'm not sure the -cp option is valid with a -jar option anyway, actually.)

Are you using the appropriate versions of the required libraries? The "Class-Path" entry in the sitegraph plugin lists all possible dependencies (jar files with version numbers).

Which version of S2 are you using?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
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 CLASSPATH as -cp's argument, or (c) put
> all the required libraries as -cp arguments (not recommended; too much
> work).
> 
> As I said before: using -cp will cause your classpath environment variable
> to be ignored (IIRC, I could be wrong about that, but avoiding the
> confusion is easy. Or so I thought.)
> 

As I wrote above in the thread I removed -cp and I'm just using my System
environment CLASSPATH variable.


newton.dave wrote:
> Apparently the large red box on the SiteGraph plugin page [1] containing
> the following text remains unnoticed:
> 
> "You must either supply the correct classpath when invoking the SiteGraph
> tool or place the Sitegraph plugin in the same directory as the dependent
> jars. Specifically, the XWork jar, Struts jar, and their dependencies must
> be included in the classpath. Futhermore, you must also include your
> Action class files referenced in struts.xml. Without the proper class path
> entries, SiteGraph will not function properly."
> 
> PUT ***ALL*** THE REQUIRED JARS IN YOUR CLASSPATH. I don't know what else
> to tell you or how else to say it so you'll understand.
> 
> (You've installed GraphViz, right?)
> 
> 

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 ? 

Yes, I installed GrahViz and I have its .exe in PATH variable.

--
Milan



newton.dave wrote:
> 
> --- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> 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 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 CLASSPATH as -cp's argument, or (c) put
> all the required libraries as -cp arguments (not recommended; too much
> work).
> 
> As I said before: using -cp will cause your classpath environment variable
> to be ignored (IIRC, I could be wrong about that, but avoiding the
> confusion is easy. Or so I thought.)
> 
> Apparently the large red box on the SiteGraph plugin page [1] containing
> the following text remains unnoticed:
> 
> "You must either supply the correct classpath when invoking the SiteGraph
> tool or place the Sitegraph plugin in the same directory as the dependent
> jars. Specifically, the XWork jar, Struts jar, and their dependencies must
> be included in the classpath. Futhermore, you must also include your
> Action class files referenced in struts.xml. Without the proper class path
> entries, SiteGraph will not function properly."
> 
> PUT ***ALL*** THE REQUIRED JARS IN YOUR CLASSPATH. I don't know what else
> to tell you or how else to say it so you'll understand.
> 
> (You've installed GraphViz, right?)
> 
> Good luck,
> Dave
> 
> [1] http://struts.apache.org/2.x/docs/sitegraph-plugin.html
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18384293.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Dave Newton <ne...@yahoo.com>.
--- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> 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 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 CLASSPATH as -cp's argument, or (c) put all the required libraries as -cp arguments (not recommended; too much work).

As I said before: using -cp will cause your classpath environment variable to be ignored (IIRC, I could be wrong about that, but avoiding the confusion is easy. Or so I thought.)

Apparently the large red box on the SiteGraph plugin page [1] containing the following text remains unnoticed:

"You must either supply the correct classpath when invoking the SiteGraph tool or place the Sitegraph plugin in the same directory as the dependent jars. Specifically, the XWork jar, Struts jar, and their dependencies must be included in the classpath. Futhermore, you must also include your Action class files referenced in struts.xml. Without the proper class path entries, SiteGraph will not function properly."

PUT ***ALL*** THE REQUIRED JARS IN YOUR CLASSPATH. I don't know what else to tell you or how else to say it so you'll understand.

(You've installed GraphViz, right?)

Good luck,
Dave

[1] http://struts.apache.org/2.x/docs/sitegraph-plugin.html


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
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 <mi...@yahoo.com> wrote:
>> I put this in my classpath:
>> 
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
>> 
>> and I run sitegraph from my lib folder:
>> 
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java
>> -cp ... -jar struts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java
>> -views ../../pages -output shema
>> 
>> and I get this exception:
>> 
>> Exception in thread "main"
>> java.lang.NoClassDefFoundError:
>> org/apache/commons/logging/LogFactory
>>         at
>> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
>> 
>> What is the problem here ?
> 
> You have a single jar in your classpath. It seems unlikely, at best, that
> this single jar contains all the dependencies for running sitegraph.
> 
> I'm also not sure what "-cp ..." will do; I'm only familiar with that
> notation in regards to enabling/disabling assertions in sub-packages--what
> is your intention with that line argument value? I'm also reasonably sure
> that using the "-cp" argument will override the CLASSPATH environment
> variable.
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18383461.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Dave Newton <ne...@yahoo.com>.
--- On Thu, 7/10/08, Milan Milanovic <mi...@yahoo.com> wrote:
> I put this in my classpath:
> 
> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
> 
> and I run sitegraph from my lib folder:
> 
> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java
> -cp ... -jar struts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java
> -views ../../pages -output shema
> 
> and I get this exception:
> 
> Exception in thread "main"
> java.lang.NoClassDefFoundError:
> org/apache/commons/logging/LogFactory
>         at
> org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)
> 
> What is the problem here ?

You have a single jar in your classpath. It seems unlikely, at best, that this single jar contains all the dependencies for running sitegraph.

I'm also not sure what "-cp ..." will do; I'm only familiar with that notation in regards to enabling/disabling assertions in sub-packages--what is your intention with that line argument value? I'm also reasonably sure that using the "-cp" argument will override the CLASSPATH environment variable.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
Dear Dave,

I put this in my classpath:

C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;

and I run sitegraph from my lib folder:

C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java -cp ... -jar stru
ts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java -views ../../pages
-output
 shema

and I get this exception:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/lo
gging/LogFactory
        at
org.apache.struts2.sitegraph.SiteGraph.<clinit>(SiteGraph.java:51)

What is the problem here ?

--
Thx, Milan




newton.dave wrote:
> 
> That's not how classpaths work: as I said, jar files must be listed
> individually. This is most easily done programmatically in a shell script
> (or batch file*s*; thanks Windows :(
> 
> *Class* files need only the top-level directory listed--usually a build
> output directory.
> 
> Dave
> 
> Milan Milanovic wrote:
>> Hi,
>> newton.dave wrote:
>>> 
>>> Driving. In an automobile. To get from one place to another.
>>> 
>>> 
>> Oh that, sorry ;-). You are anwsering to the list while driving, WOW :-).
>> newton.dave wrote:
>>> 
>>> Java 101 just means really basic Java: if you put all the libraries in
>>> your lib directory that'd probably be enough (plus your build directory,
>>> I
>>> think somebody else mentioned).
>>> 
>> All of my libs are in my lib directory, and I put CLASSPATH variable to
>> that
>> directory and still I got that error with LogManager.
>> --
>> Milan
>> newton.dave wrote:
>>> 
>>> Milan Milanovic wrote:
>>>> You are driving ? Java 101 ? I must say I don't understand you :-(.
>>>> I now how to define classpath, but there is a lot of things to
>>>> configure
>>>> for
>>>> this SiteGraph plugin, so I'm asking if anyone have an example ?
>>>> --
>>>> Milan
>>>> newton.dave wrote:
>>>>> 
>>>>> No, I'm driving. This is Java 101, so any Java tutorial should be able
>>>>> to
>>>>> point you in the right direction.
>>>>> 
>>>>> Dave
>>>>> 
>>>>> 
>>>>> Milan Milanovic wrote:
>>>>>> Could you please give me an example ?
>>>>>> --
>>>>>> Milan
>>>>>> newton.dave wrote:
>>>>>>> 
>>>>>>> No, it means you should include the directory *containing* the
>>>>>>> compiled
>>>>>>> class files. Jar files must be listed individually (trivial under
>>>>>>> Unix-like environments, nearly under Windows--set your classpath or
>>>>>>> do
>>>>>>> it
>>>>>>> from a shell/batch script; why would you do it by hand?!)
>>>>>>> 
>>>>>>> Dave
>>>>>>> 
>>>>>>> Milan Milanovic wrote:
>>>>>>>> Hi,
>>>>>>>> what this means: "Futhermore, you must also include your Action
>>>>>>>> class
>>>>>>>> files
>>>>>>>> referenced in struts.xml" ?
>>>>>>>> Does this mean that I should include in command line all of my 100
>>>>>>>> action
>>>>>>>> classes ?
>>>>>>>> --
>>>>>>>> Thx, Milan
>>>>>>>> Musachy Barroso wrote:
>>>>>>>>> 
>>>>>>>>> Or this:
>>>>>>>>> 
>>>>>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>>>>> 
>>>>>>>>> musachy
>>>>>>>>> 
>>>>>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>> You can try the config browser plugin:
>>>>>>>>>>
>>>>>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>>>>>
>>>>>>>>>> Don
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>>>>>> which
>>>>>>>>>>> will
>>>>>>>>>>> vizualize struts.xml configuration ?
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Thx, Milan
>>>>>>>>>>> --
>>>>>>>>>>> View this message in context:
>>>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> -- 
>>>>>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>>>>> 
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> -- 
>>>>>>>> View this message in context:
>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>> 
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> -- 
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>> 
>>>>> 
>>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18364578.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18382932.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by "newton.dave@yahoo.com" <ne...@yahoo.com>.
That's not how classpaths work: as I said, jar files must be listed individually. This is most easily done programmatically in a shell script (or batch file*s*; thanks Windows :(

*Class* files need only the top-level directory listed--usually a build output directory.

Dave

Milan Milanovic wrote:
> Hi,
> newton.dave wrote:
>> 
>> Driving. In an automobile. To get from one place to another.
>> 
>> 
> Oh that, sorry ;-). You are anwsering to the list while driving, WOW :-).
> newton.dave wrote:
>> 
>> Java 101 just means really basic Java: if you put all the libraries in
>> your lib directory that'd probably be enough (plus your build directory, I
>> think somebody else mentioned).
>> 
> All of my libs are in my lib directory, and I put CLASSPATH variable to that
> directory and still I got that error with LogManager.
> --
> Milan
> newton.dave wrote:
>> 
>> Milan Milanovic wrote:
>>> You are driving ? Java 101 ? I must say I don't understand you :-(.
>>> I now how to define classpath, but there is a lot of things to configure
>>> for
>>> this SiteGraph plugin, so I'm asking if anyone have an example ?
>>> --
>>> Milan
>>> newton.dave wrote:
>>>> 
>>>> No, I'm driving. This is Java 101, so any Java tutorial should be able
>>>> to
>>>> point you in the right direction.
>>>> 
>>>> Dave
>>>> 
>>>> 
>>>> Milan Milanovic wrote:
>>>>> Could you please give me an example ?
>>>>> --
>>>>> Milan
>>>>> newton.dave wrote:
>>>>>> 
>>>>>> No, it means you should include the directory *containing* the
>>>>>> compiled
>>>>>> class files. Jar files must be listed individually (trivial under
>>>>>> Unix-like environments, nearly under Windows--set your classpath or do
>>>>>> it
>>>>>> from a shell/batch script; why would you do it by hand?!)
>>>>>> 
>>>>>> Dave
>>>>>> 
>>>>>> Milan Milanovic wrote:
>>>>>>> Hi,
>>>>>>> what this means: "Futhermore, you must also include your Action class
>>>>>>> files
>>>>>>> referenced in struts.xml" ?
>>>>>>> Does this mean that I should include in command line all of my 100
>>>>>>> action
>>>>>>> classes ?
>>>>>>> --
>>>>>>> Thx, Milan
>>>>>>> Musachy Barroso wrote:
>>>>>>>> 
>>>>>>>> Or this:
>>>>>>>> 
>>>>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>>>> 
>>>>>>>> musachy
>>>>>>>> 
>>>>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>> You can try the config browser plugin:
>>>>>>>>>
>>>>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>>>>
>>>>>>>>> Don
>>>>>>>>>
>>>>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>>>>> which
>>>>>>>>>> will
>>>>>>>>>> vizualize struts.xml configuration ?
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Thx, Milan
>>>>>>>>>> --
>>>>>>>>>> View this message in context:
>>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> -- 
>>>>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>>>> 
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>> -- 
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> -- 
>>>>> View this message in context:
>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>> 
>>>> 
>>>> 
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> 
> -- 
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18364578.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
Hi,


newton.dave wrote:
> 
> Driving. In an automobile. To get from one place to another.
> 
> 

Oh that, sorry ;-). You are anwsering to the list while driving, WOW :-).


newton.dave wrote:
> 
> Java 101 just means really basic Java: if you put all the libraries in
> your lib directory that'd probably be enough (plus your build directory, I
> think somebody else mentioned).
> 

All of my libs are in my lib directory, and I put CLASSPATH variable to that
directory and still I got that error with LogManager.

--
Milan



newton.dave wrote:
> 
> Milan Milanovic wrote:
>> You are driving ? Java 101 ? I must say I don't understand you :-(.
>> I now how to define classpath, but there is a lot of things to configure
>> for
>> this SiteGraph plugin, so I'm asking if anyone have an example ?
>> --
>> Milan
>> newton.dave wrote:
>>> 
>>> No, I'm driving. This is Java 101, so any Java tutorial should be able
>>> to
>>> point you in the right direction.
>>> 
>>> Dave
>>> 
>>> 
>>> Milan Milanovic wrote:
>>>> Could you please give me an example ?
>>>> --
>>>> Milan
>>>> newton.dave wrote:
>>>>> 
>>>>> No, it means you should include the directory *containing* the
>>>>> compiled
>>>>> class files. Jar files must be listed individually (trivial under
>>>>> Unix-like environments, nearly under Windows--set your classpath or do
>>>>> it
>>>>> from a shell/batch script; why would you do it by hand?!)
>>>>> 
>>>>> Dave
>>>>> 
>>>>> Milan Milanovic wrote:
>>>>>> Hi,
>>>>>> what this means: "Futhermore, you must also include your Action class
>>>>>> files
>>>>>> referenced in struts.xml" ?
>>>>>> Does this mean that I should include in command line all of my 100
>>>>>> action
>>>>>> classes ?
>>>>>> --
>>>>>> Thx, Milan
>>>>>> Musachy Barroso wrote:
>>>>>>> 
>>>>>>> Or this:
>>>>>>> 
>>>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>>> 
>>>>>>> musachy
>>>>>>> 
>>>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>>>> wrote:
>>>>>>>> You can try the config browser plugin:
>>>>>>>>
>>>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>>>
>>>>>>>> Don
>>>>>>>>
>>>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>>>> which
>>>>>>>>> will
>>>>>>>>> vizualize struts.xml configuration ?
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thx, Milan
>>>>>>>>> --
>>>>>>>>> View this message in context:
>>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> -- 
>>>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> -- 
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>> 
>>>>> 
>>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18364578.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by "newton.dave@yahoo.com" <ne...@yahoo.com>.
Driving. In an automobile. To get from one place to another.

Java 101 just means really basic Java: if you put all the libraries in your lib directory that'd probably be enough (plus your build directory, I think somebody else mentioned).

Dave

Milan Milanovic wrote:
> You are driving ? Java 101 ? I must say I don't understand you :-(.
> I now how to define classpath, but there is a lot of things to configure for
> this SiteGraph plugin, so I'm asking if anyone have an example ?
> --
> Milan
> newton.dave wrote:
>> 
>> No, I'm driving. This is Java 101, so any Java tutorial should be able to
>> point you in the right direction.
>> 
>> Dave
>> 
>> 
>> Milan Milanovic wrote:
>>> Could you please give me an example ?
>>> --
>>> Milan
>>> newton.dave wrote:
>>>> 
>>>> No, it means you should include the directory *containing* the compiled
>>>> class files. Jar files must be listed individually (trivial under
>>>> Unix-like environments, nearly under Windows--set your classpath or do
>>>> it
>>>> from a shell/batch script; why would you do it by hand?!)
>>>> 
>>>> Dave
>>>> 
>>>> Milan Milanovic wrote:
>>>>> Hi,
>>>>> what this means: "Futhermore, you must also include your Action class
>>>>> files
>>>>> referenced in struts.xml" ?
>>>>> Does this mean that I should include in command line all of my 100
>>>>> action
>>>>> classes ?
>>>>> --
>>>>> Thx, Milan
>>>>> Musachy Barroso wrote:
>>>>>> 
>>>>>> Or this:
>>>>>> 
>>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>>> 
>>>>>> musachy
>>>>>> 
>>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>>> wrote:
>>>>>>> You can try the config browser plugin:
>>>>>>>
>>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>>
>>>>>>> Don
>>>>>>>
>>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>>> which
>>>>>>>> will
>>>>>>>> vizualize struts.xml configuration ?
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thx, Milan
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>
>>>>>>>
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> -- 
>>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> -- 
>>>>> View this message in context:
>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>> 
>>>> 
>>>> 
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> 
> -- 
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Milan Milanovic <mi...@yahoo.com>.
You are driving ? Java 101 ? I must say I don't understand you :-(.

I now how to define classpath, but there is a lot of things to configure for
this SiteGraph plugin, so I'm asking if anyone have an example ?

--
Milan


newton.dave wrote:
> 
> No, I'm driving. This is Java 101, so any Java tutorial should be able to
> point you in the right direction.
> 
> Dave
> 
> 
> Milan Milanovic wrote:
>> Could you please give me an example ?
>> --
>> Milan
>> newton.dave wrote:
>>> 
>>> No, it means you should include the directory *containing* the compiled
>>> class files. Jar files must be listed individually (trivial under
>>> Unix-like environments, nearly under Windows--set your classpath or do
>>> it
>>> from a shell/batch script; why would you do it by hand?!)
>>> 
>>> Dave
>>> 
>>> Milan Milanovic wrote:
>>>> Hi,
>>>> what this means: "Futhermore, you must also include your Action class
>>>> files
>>>> referenced in struts.xml" ?
>>>> Does this mean that I should include in command line all of my 100
>>>> action
>>>> classes ?
>>>> --
>>>> Thx, Milan
>>>> Musachy Barroso wrote:
>>>>> 
>>>>> Or this:
>>>>> 
>>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>>> 
>>>>> musachy
>>>>> 
>>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>>> wrote:
>>>>>> You can try the config browser plugin:
>>>>>>
>>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>>
>>>>>> Don
>>>>>>
>>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>>> <mi...@yahoo.com> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm wodering is there any Eclipse plug-in (or something similar)
>>>>>>> which
>>>>>>> will
>>>>>>> vizualize struts.xml configuration ?
>>>>>>>
>>>>>>> --
>>>>>>> Thx, Milan
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>
>>>>>>
>>>>> 
>>>>> 
>>>>> 
>>>>> -- 
>>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>> 
>>>>> 
>>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18363044.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by "newton.dave@yahoo.com" <ne...@yahoo.com>.
No, I'm driving. This is Java 101, so any Java tutorial should be able to point you in the right direction.

Dave


Milan Milanovic wrote:
> Could you please give me an example ?
> --
> Milan
> newton.dave wrote:
>> 
>> No, it means you should include the directory *containing* the compiled
>> class files. Jar files must be listed individually (trivial under
>> Unix-like environments, nearly under Windows--set your classpath or do it
>> from a shell/batch script; why would you do it by hand?!)
>> 
>> Dave
>> 
>> Milan Milanovic wrote:
>>> Hi,
>>> what this means: "Futhermore, you must also include your Action class
>>> files
>>> referenced in struts.xml" ?
>>> Does this mean that I should include in command line all of my 100 action
>>> classes ?
>>> --
>>> Thx, Milan
>>> Musachy Barroso wrote:
>>>> 
>>>> Or this:
>>>> 
>>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>>> 
>>>> musachy
>>>> 
>>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>>> wrote:
>>>>> You can try the config browser plugin:
>>>>>
>>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>>
>>>>> Don
>>>>>
>>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>>> <mi...@yahoo.com> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>>>>> will
>>>>>> vizualize struts.xml configuration ?
>>>>>>
>>>>>> --
>>>>>> Thx, Milan
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>> 
>>>> 
>>>> 
>>>> -- 
>>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>> 
>>>> 
>>>> 
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> 
> -- 
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
Could you please give me an example ?

--
Milan


newton.dave wrote:
> 
> No, it means you should include the directory *containing* the compiled
> class files. Jar files must be listed individually (trivial under
> Unix-like environments, nearly under Windows--set your classpath or do it
> from a shell/batch script; why would you do it by hand?!)
> 
> Dave
> 
> Milan Milanovic wrote:
>> Hi,
>> what this means: "Futhermore, you must also include your Action class
>> files
>> referenced in struts.xml" ?
>> Does this mean that I should include in command line all of my 100 action
>> classes ?
>> --
>> Thx, Milan
>> Musachy Barroso wrote:
>>> 
>>> Or this:
>>> 
>>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>>> 
>>> musachy
>>> 
>>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com>
>>> wrote:
>>>> You can try the config browser plugin:
>>>>
>>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>>
>>>> Don
>>>>
>>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>>> <mi...@yahoo.com> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>>>> will
>>>>> vizualize struts.xml configuration ?
>>>>>
>>>>> --
>>>>> Thx, Milan
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>> 
>>> 
>>> 
>>> -- 
>>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>>> 
>>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18362620.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Re: [S2] Struts configuration vizualization

Posted by "newton.dave@yahoo.com" <ne...@yahoo.com>.
No, it means you should include the directory *containing* the compiled class files. Jar files must be listed individually (trivial under Unix-like environments, nearly under Windows--set your classpath or do it from a shell/batch script; why would you do it by hand?!)

Dave

Milan Milanovic wrote:
> Hi,
> what this means: "Futhermore, you must also include your Action class files
> referenced in struts.xml" ?
> Does this mean that I should include in command line all of my 100 action
> classes ?
> --
> Thx, Milan
> Musachy Barroso wrote:
>> 
>> Or this:
>> 
>> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
>> 
>> musachy
>> 
>> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com> wrote:
>>> You can try the config browser plugin:
>>>
>>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>>
>>> Don
>>>
>>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>>> <mi...@yahoo.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>>> will
>>>> vizualize struts.xml configuration ?
>>>>
>>>> --
>>>> Thx, Milan
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>> 
>> 
>> 
>> -- 
>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> 
> -- 
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Milan Milanovic <mi...@yahoo.com>.
Hi,

what this means: "Futhermore, you must also include your Action class files
referenced in struts.xml" ?
Does this mean that I should include in command line all of my 100 action
classes ?

--
Thx, Milan


Musachy Barroso wrote:
> 
> Or this:
> 
> http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html
> 
> musachy
> 
> On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com> wrote:
>> You can try the config browser plugin:
>>
>> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>>
>> Don
>>
>> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
>> <mi...@yahoo.com> wrote:
>>>
>>> Hi,
>>>
>>> I'm wodering is there any Eclipse plug-in (or something similar) which
>>> will
>>> vizualize struts.xml configuration ?
>>>
>>> --
>>> Thx, Milan
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18361832.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Musachy Barroso <mu...@gmail.com>.
Or this:

http://cwiki.apache.org/S2PLUGINS/sitegraph-plugin.html

musachy

On Wed, Jul 9, 2008 at 8:08 AM, Don Brown <do...@gmail.com> wrote:
> You can try the config browser plugin:
>
> http://struts.apache.org/2.x/docs/config-browser-plugin.html
>
> Don
>
> On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
> <mi...@yahoo.com> wrote:
>>
>> Hi,
>>
>> I'm wodering is there any Eclipse plug-in (or something similar) which will
>> vizualize struts.xml configuration ?
>>
>> --
>> Thx, Milan
>> --
>> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] Struts configuration vizualization

Posted by Don Brown <do...@gmail.com>.
You can try the config browser plugin:

http://struts.apache.org/2.x/docs/config-browser-plugin.html

Don

On Wed, Jul 9, 2008 at 2:04 AM, Milan Milanovic
<mi...@yahoo.com> wrote:
>
> Hi,
>
> I'm wodering is there any Eclipse plug-in (or something similar) which will
> vizualize struts.xml configuration ?
>
> --
> Thx, Milan
> --
> View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org