Re: Graphical View of Dependencies

2006-09-13 Thread Pin Ngee Koh

I had install the plugin 1.0-SNAPSHOT in my own repository and
when I cleared my .m2 directory, and try to run the plugin,
it goes to the central site instead, eventhough I had set the
pluginRepositories
in my setting.xml of M2_HOME/conf.
Any idea?

On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

btw it's not supposed to work correctly, that's why it's in the
sandbox. If you just file issues with the errors without patches it
won't make it be developed faster at all.

On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 it's not there yet, it's a sandbox project

 On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I did not see that maven-grafo-plugin as one of the projects.
  Am I missing something?
 
  On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
   Can you create a issue under http://jira.codehaus.org/browse/MNG with
   your patches?
  
   On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
I had made some minor changes:
1. Remove dummy note and edge from graph.xml
2. Combine and extract distinct nodes from grafoResolutionListener's
nodes and edges to get around the issue of dependency version
differences of artifacts.
   
On 8/21/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I see that you are currently using maven-artifact API.
  Are you saying that maven-project-info-reports-plugin needs to be 
used
  to determined the depedency information you mentioned?

 I meant project info report has already code to dig into the 
dependency tree

  And how do you intend to represent the different type of 
dependencies?
  Using just text or can we use different color coding for it?
  I can start trying to code it.

 color seems nice, anyway it's a small detail that won't impact the
 core functionality

 
  I was referring to the variable - version - in GrafoMojo which has 
a default
  value of 1.0-SNAPSHOT. Should it not take the version of the 
artifact
  we are trying to generate graph.xml for?

 sounds right

 
  On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
   It will generate a xml file suitable for www.prefuse.org. It 
needs to
   have into account all the dependency graph, dependencies excluded,
   dependencies that are not used because another version is 
chosen,...
  
   It needs to make use of the code for dependency graph in maven
   project-info plugin
  
   1.0-SNAPSHOT will be the version until there's something that can 
be released
  
   On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
What are things planned for this plugin?
If I have time, I like to help.
   
Also, is there a reason why the default verison is 1.0-SNAPSHOT?
   
On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 yes, it's not finished and only shows some parts

 Samples:
 http://people.apache.org/~carlos/grafo/graphview.html
 http://people.apache.org/~carlos/grafo/radialgraphview.html


 On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I tried grafo-maven-plugin mention in
  http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
 
  Steps taken:
  1. svn co 
https://svn.apache.org/repos/asf/maven/sandbox/grafo
  2. mvn install (using j2se 1.5)
  3. mvn grafo:grafo -Dversion=[version number of project] 
(running this
  in directory of desired project
 
  graph.xml is generated.
 
  However, there are edges which references nodes which does 
not exist.
  This is because I have dependencies to multiple version of 
a jar.
  Somehow the tool only create nodes for the resovled jar.
 
  Does anyone has similar experiences?
 
  On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
   I think somebody is working on a  jarjar-maven-plugin, 
but it hasn't been
   released yet
  
   Stefan
  
  
   Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 
23:29:57:
  
 Is there a good graphic tool to visualize jar 
dependencies?

 Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and 
the contents of
its website linkages may contain confidential health 
information.
This information is intended solely for use by the 
individual or
entity to whom it is addressed.  If you have received 
this
information in error, please notify the sender 
immediately and
arrange for the prompt destruction of the material and 
any
accompanying attachments.
   
   
  
  
 
 
  --
   /

Re: Graphical View of Dependencies

2006-09-05 Thread Pin Ngee Koh

I had made some minor changes:
1. Remove dummy note and edge from graph.xml
2. Combine and extract distinct nodes from grafoResolutionListener's
nodes and edges to get around the issue of dependency version
differences of artifacts.

On 8/21/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I see that you are currently using maven-artifact API.
 Are you saying that maven-project-info-reports-plugin needs to be used
 to determined the depedency information you mentioned?

I meant project info report has already code to dig into the dependency tree

 And how do you intend to represent the different type of dependencies?
 Using just text or can we use different color coding for it?
 I can start trying to code it.

color seems nice, anyway it's a small detail that won't impact the
core functionality


 I was referring to the variable - version - in GrafoMojo which has a default
 value of 1.0-SNAPSHOT. Should it not take the version of the artifact
 we are trying to generate graph.xml for?

sounds right


 On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
  It will generate a xml file suitable for www.prefuse.org. It needs to
  have into account all the dependency graph, dependencies excluded,
  dependencies that are not used because another version is chosen,...
 
  It needs to make use of the code for dependency graph in maven
  project-info plugin
 
  1.0-SNAPSHOT will be the version until there's something that can be 
released
 
  On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
   What are things planned for this plugin?
   If I have time, I like to help.
  
   Also, is there a reason why the default verison is 1.0-SNAPSHOT?
  
   On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
yes, it's not finished and only shows some parts
   
Samples:
http://people.apache.org/~carlos/grafo/graphview.html
http://people.apache.org/~carlos/grafo/radialgraphview.html
   
   
On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I tried grafo-maven-plugin mention in
 http://docs.codehaus.org/display/MAVEN/Dependency+Graphing

 Steps taken:
 1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
 2. mvn install (using j2se 1.5)
 3. mvn grafo:grafo -Dversion=[version number of project] (running this
 in directory of desired project

 graph.xml is generated.

 However, there are edges which references nodes which does not exist.
 This is because I have dependencies to multiple version of a jar.
 Somehow the tool only create nodes for the resovled jar.

 Does anyone has similar experiences?

 On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
  I think somebody is working on a  jarjar-maven-plugin, but it 
hasn't been
  released yet
 
  Stefan
 
 
  Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
 
Is there a good graphic tool to visualize jar dependencies?
   
Pin Koh
   *** Confidentiality Notice ***
   This email, its electronic document attachments, and the contents 
of
   its website linkages may contain confidential health information.
   This information is intended solely for use by the individual or
   entity to whom it is addressed.  If you have received this
   information in error, please notify the sender immediately and
   arrange for the prompt destruction of the material and any
   accompanying attachments.
  
  
 
 


 --
  /
 c=-oo
   \  o

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
   
--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
    /
   c=-oo
 \  o
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  I could give you my word as a Spaniard.
  No good. I've known too many Spaniards.
  -- The Princess Bride
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
  /
 c=-oo
   \  o

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- 

Re: Graphical View of Dependencies

2006-09-05 Thread Carlos Sanchez

Can you create a issue under http://jira.codehaus.org/browse/MNG with
your patches?

On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:

I had made some minor changes:
1. Remove dummy note and edge from graph.xml
2. Combine and extract distinct nodes from grafoResolutionListener's
nodes and edges to get around the issue of dependency version
differences of artifacts.

On 8/21/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I see that you are currently using maven-artifact API.
  Are you saying that maven-project-info-reports-plugin needs to be used
  to determined the depedency information you mentioned?

 I meant project info report has already code to dig into the dependency tree

  And how do you intend to represent the different type of dependencies?
  Using just text or can we use different color coding for it?
  I can start trying to code it.

 color seems nice, anyway it's a small detail that won't impact the
 core functionality

 
  I was referring to the variable - version - in GrafoMojo which has a default
  value of 1.0-SNAPSHOT. Should it not take the version of the artifact
  we are trying to generate graph.xml for?

 sounds right

 
  On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
   It will generate a xml file suitable for www.prefuse.org. It needs to
   have into account all the dependency graph, dependencies excluded,
   dependencies that are not used because another version is chosen,...
  
   It needs to make use of the code for dependency graph in maven
   project-info plugin
  
   1.0-SNAPSHOT will be the version until there's something that can be 
released
  
   On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
What are things planned for this plugin?
If I have time, I like to help.
   
Also, is there a reason why the default verison is 1.0-SNAPSHOT?
   
On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 yes, it's not finished and only shows some parts

 Samples:
 http://people.apache.org/~carlos/grafo/graphview.html
 http://people.apache.org/~carlos/grafo/radialgraphview.html


 On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I tried grafo-maven-plugin mention in
  http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
 
  Steps taken:
  1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
  2. mvn install (using j2se 1.5)
  3. mvn grafo:grafo -Dversion=[version number of project] (running 
this
  in directory of desired project
 
  graph.xml is generated.
 
  However, there are edges which references nodes which does not 
exist.
  This is because I have dependencies to multiple version of a jar.
  Somehow the tool only create nodes for the resovled jar.
 
  Does anyone has similar experiences?
 
  On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
   I think somebody is working on a  jarjar-maven-plugin, but it 
hasn't been
   released yet
  
   Stefan
  
  
   Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
  
 Is there a good graphic tool to visualize jar dependencies?

 Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and the 
contents of
its website linkages may contain confidential health 
information.
This information is intended solely for use by the individual or
entity to whom it is addressed.  If you have received this
information in error, please notify the sender immediately and
arrange for the prompt destruction of the material and any
accompanying attachments.
   
   
  
  
 
 
  --
   /
  c=-oo
\  o
 
  
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 I could give you my word as a Spaniard.
 No good. I've known too many Spaniards.
 -- The Princess Bride

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
   
--
 /
c=-oo
  \  o
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
   I could give you my word as a Spaniard.
   No good. I've known too many Spaniards.
   -- The Princess Bride
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
   /
  c=-oo
\  o
 
  

Re: Graphical View of Dependencies

2006-09-05 Thread Pin Ngee Koh

I did not see that maven-grafo-plugin as one of the projects.
Am I missing something?

On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

Can you create a issue under http://jira.codehaus.org/browse/MNG with
your patches?

On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I had made some minor changes:
 1. Remove dummy note and edge from graph.xml
 2. Combine and extract distinct nodes from grafoResolutionListener's
 nodes and edges to get around the issue of dependency version
 differences of artifacts.

 On 8/21/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
  On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
   I see that you are currently using maven-artifact API.
   Are you saying that maven-project-info-reports-plugin needs to be used
   to determined the depedency information you mentioned?
 
  I meant project info report has already code to dig into the dependency tree
 
   And how do you intend to represent the different type of dependencies?
   Using just text or can we use different color coding for it?
   I can start trying to code it.
 
  color seems nice, anyway it's a small detail that won't impact the
  core functionality
 
  
   I was referring to the variable - version - in GrafoMojo which has a 
default
   value of 1.0-SNAPSHOT. Should it not take the version of the artifact
   we are trying to generate graph.xml for?
 
  sounds right
 
  
   On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
It will generate a xml file suitable for www.prefuse.org. It needs to
have into account all the dependency graph, dependencies excluded,
dependencies that are not used because another version is chosen,...
   
It needs to make use of the code for dependency graph in maven
project-info plugin
   
1.0-SNAPSHOT will be the version until there's something that can be 
released
   
On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 What are things planned for this plugin?
 If I have time, I like to help.

 Also, is there a reason why the default verison is 1.0-SNAPSHOT?

 On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
  yes, it's not finished and only shows some parts
 
  Samples:
  http://people.apache.org/~carlos/grafo/graphview.html
  http://people.apache.org/~carlos/grafo/radialgraphview.html
 
 
  On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
   I tried grafo-maven-plugin mention in
   http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
  
   Steps taken:
   1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
   2. mvn install (using j2se 1.5)
   3. mvn grafo:grafo -Dversion=[version number of project] (running 
this
   in directory of desired project
  
   graph.xml is generated.
  
   However, there are edges which references nodes which does not 
exist.
   This is because I have dependencies to multiple version of a jar.
   Somehow the tool only create nodes for the resovled jar.
  
   Does anyone has similar experiences?
  
   On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
I think somebody is working on a  jarjar-maven-plugin, but it 
hasn't been
released yet
   
Stefan
   
   
Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
   
  Is there a good graphic tool to visualize jar dependencies?
 
  Pin Koh
 *** Confidentiality Notice ***
 This email, its electronic document attachments, and the 
contents of
 its website linkages may contain confidential health 
information.
 This information is intended solely for use by the individual 
or
 entity to whom it is addressed.  If you have received this
 information in error, please notify the sender immediately and
 arrange for the prompt destruction of the material and any
 accompanying attachments.


   
   
  
  
   --
    /
   c=-oo
 \  o
  
   
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  I could give you my word as a Spaniard.
  No good. I've known too many Spaniards.
  -- The Princess Bride
 
  
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
  /
 c=-oo
   \  o

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
   
--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
   

Re: Graphical View of Dependencies

2006-09-05 Thread Carlos Sanchez

it's not there yet, it's a sandbox project

On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:

I did not see that maven-grafo-plugin as one of the projects.
Am I missing something?

On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 Can you create a issue under http://jira.codehaus.org/browse/MNG with
 your patches?

 On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I had made some minor changes:
  1. Remove dummy note and edge from graph.xml
  2. Combine and extract distinct nodes from grafoResolutionListener's
  nodes and edges to get around the issue of dependency version
  differences of artifacts.
 
  On 8/21/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
   On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
I see that you are currently using maven-artifact API.
Are you saying that maven-project-info-reports-plugin needs to be used
to determined the depedency information you mentioned?
  
   I meant project info report has already code to dig into the dependency 
tree
  
And how do you intend to represent the different type of dependencies?
Using just text or can we use different color coding for it?
I can start trying to code it.
  
   color seems nice, anyway it's a small detail that won't impact the
   core functionality
  
   
I was referring to the variable - version - in GrafoMojo which has a 
default
value of 1.0-SNAPSHOT. Should it not take the version of the artifact
we are trying to generate graph.xml for?
  
   sounds right
  
   
On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 It will generate a xml file suitable for www.prefuse.org. It needs to
 have into account all the dependency graph, dependencies excluded,
 dependencies that are not used because another version is chosen,...

 It needs to make use of the code for dependency graph in maven
 project-info plugin

 1.0-SNAPSHOT will be the version until there's something that can be 
released

 On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  What are things planned for this plugin?
  If I have time, I like to help.
 
  Also, is there a reason why the default verison is 1.0-SNAPSHOT?
 
  On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
   yes, it's not finished and only shows some parts
  
   Samples:
   http://people.apache.org/~carlos/grafo/graphview.html
   http://people.apache.org/~carlos/grafo/radialgraphview.html
  
  
   On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
I tried grafo-maven-plugin mention in
http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
   
Steps taken:
1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
2. mvn install (using j2se 1.5)
3. mvn grafo:grafo -Dversion=[version number of project] 
(running this
in directory of desired project
   
graph.xml is generated.
   
However, there are edges which references nodes which does not 
exist.
This is because I have dependencies to multiple version of a 
jar.
Somehow the tool only create nodes for the resovled jar.
   
Does anyone has similar experiences?
   
On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
 I think somebody is working on a  jarjar-maven-plugin, but it 
hasn't been
 released yet

 Stefan


 Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 
23:29:57:

   Is there a good graphic tool to visualize jar 
dependencies?
  
   Pin Koh
  *** Confidentiality Notice ***
  This email, its electronic document attachments, and the 
contents of
  its website linkages may contain confidential health 
information.
  This information is intended solely for use by the 
individual or
  entity to whom it is addressed.  If you have received this
  information in error, please notify the sender immediately 
and
  arrange for the prompt destruction of the material and any
  accompanying attachments.
 
 


   
   
--
 /
c=-oo
  \  o
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
   I could give you my word as a Spaniard.
   No good. I've known too many Spaniards.
   -- The Princess Bride
  
   
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
   /
  c=-oo
\  o
 
  

Re: Graphical View of Dependencies

2006-09-05 Thread Carlos Sanchez

btw it's not supposed to work correctly, that's why it's in the
sandbox. If you just file issues with the errors without patches it
won't make it be developed faster at all.

On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

it's not there yet, it's a sandbox project

On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I did not see that maven-grafo-plugin as one of the projects.
 Am I missing something?

 On 9/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
  Can you create a issue under http://jira.codehaus.org/browse/MNG with
  your patches?
 
  On 9/5/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
   I had made some minor changes:
   1. Remove dummy note and edge from graph.xml
   2. Combine and extract distinct nodes from grafoResolutionListener's
   nodes and edges to get around the issue of dependency version
   differences of artifacts.
  
   On 8/21/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I see that you are currently using maven-artifact API.
 Are you saying that maven-project-info-reports-plugin needs to be used
 to determined the depedency information you mentioned?
   
I meant project info report has already code to dig into the dependency 
tree
   
 And how do you intend to represent the different type of dependencies?
 Using just text or can we use different color coding for it?
 I can start trying to code it.
   
color seems nice, anyway it's a small detail that won't impact the
core functionality
   

 I was referring to the variable - version - in GrafoMojo which has a 
default
 value of 1.0-SNAPSHOT. Should it not take the version of the artifact
 we are trying to generate graph.xml for?
   
sounds right
   

 On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
  It will generate a xml file suitable for www.prefuse.org. It needs 
to
  have into account all the dependency graph, dependencies excluded,
  dependencies that are not used because another version is chosen,...
 
  It needs to make use of the code for dependency graph in maven
  project-info plugin
 
  1.0-SNAPSHOT will be the version until there's something that can 
be released
 
  On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
   What are things planned for this plugin?
   If I have time, I like to help.
  
   Also, is there a reason why the default verison is 1.0-SNAPSHOT?
  
   On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
yes, it's not finished and only shows some parts
   
Samples:
http://people.apache.org/~carlos/grafo/graphview.html
http://people.apache.org/~carlos/grafo/radialgraphview.html
   
   
On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I tried grafo-maven-plugin mention in
 http://docs.codehaus.org/display/MAVEN/Dependency+Graphing

 Steps taken:
 1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
 2. mvn install (using j2se 1.5)
 3. mvn grafo:grafo -Dversion=[version number of project] 
(running this
 in directory of desired project

 graph.xml is generated.

 However, there are edges which references nodes which does 
not exist.
 This is because I have dependencies to multiple version of a 
jar.
 Somehow the tool only create nodes for the resovled jar.

 Does anyone has similar experiences?

 On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
  I think somebody is working on a  jarjar-maven-plugin, but 
it hasn't been
  released yet
 
  Stefan
 
 
  Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 
23:29:57:
 
Is there a good graphic tool to visualize jar 
dependencies?
   
Pin Koh
   *** Confidentiality Notice ***
   This email, its electronic document attachments, and the 
contents of
   its website linkages may contain confidential health 
information.
   This information is intended solely for use by the 
individual or
   entity to whom it is addressed.  If you have received this
   information in error, please notify the sender 
immediately and
   arrange for the prompt destruction of the material and any
   accompanying attachments.
  
  
 
 


 --
  /
 c=-oo
   \  o

 
-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
   
--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess 

Re: Graphical View of Dependencies

2006-08-21 Thread Pin Ngee Koh

I see that you are currently using maven-artifact API.
Are you saying that maven-project-info-reports-plugin needs to be used
to determined the depedency information you mentioned?
And how do you intend to represent the different type of dependencies?
Using just text or can we use different color coding for it?
I can start trying to code it.

I was referring to the variable - version - in GrafoMojo which has a default
value of 1.0-SNAPSHOT. Should it not take the version of the artifact
we are trying to generate graph.xml for?

On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

It will generate a xml file suitable for www.prefuse.org. It needs to
have into account all the dependency graph, dependencies excluded,
dependencies that are not used because another version is chosen,...

It needs to make use of the code for dependency graph in maven
project-info plugin

1.0-SNAPSHOT will be the version until there's something that can be released

On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 What are things planned for this plugin?
 If I have time, I like to help.

 Also, is there a reason why the default verison is 1.0-SNAPSHOT?

 On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
  yes, it's not finished and only shows some parts
 
  Samples:
  http://people.apache.org/~carlos/grafo/graphview.html
  http://people.apache.org/~carlos/grafo/radialgraphview.html
 
 
  On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
   I tried grafo-maven-plugin mention in
   http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
  
   Steps taken:
   1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
   2. mvn install (using j2se 1.5)
   3. mvn grafo:grafo -Dversion=[version number of project] (running this
   in directory of desired project
  
   graph.xml is generated.
  
   However, there are edges which references nodes which does not exist.
   This is because I have dependencies to multiple version of a jar.
   Somehow the tool only create nodes for the resovled jar.
  
   Does anyone has similar experiences?
  
   On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
I think somebody is working on a  jarjar-maven-plugin, but it hasn't 
been
released yet
   
Stefan
   
   
Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
   
  Is there a good graphic tool to visualize jar dependencies?
 
  Pin Koh
 *** Confidentiality Notice ***
 This email, its electronic document attachments, and the contents of
 its website linkages may contain confidential health information.
 This information is intended solely for use by the individual or
 entity to whom it is addressed.  If you have received this
 information in error, please notify the sender immediately and
 arrange for the prompt destruction of the material and any
 accompanying attachments.


   
   
  
  
   --
    /
   c=-oo
 \  o
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  I could give you my word as a Spaniard.
  No good. I've known too many Spaniards.
  -- The Princess Bride
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
  /
 c=-oo
   \  o

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
 /
c=-oo
 \  o

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Graphical View of Dependencies

2006-08-21 Thread Carlos Sanchez

On 8/21/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:

I see that you are currently using maven-artifact API.
Are you saying that maven-project-info-reports-plugin needs to be used
to determined the depedency information you mentioned?


I meant project info report has already code to dig into the dependency tree


And how do you intend to represent the different type of dependencies?
Using just text or can we use different color coding for it?
I can start trying to code it.


color seems nice, anyway it's a small detail that won't impact the
core functionality



I was referring to the variable - version - in GrafoMojo which has a default
value of 1.0-SNAPSHOT. Should it not take the version of the artifact
we are trying to generate graph.xml for?


sounds right



On 8/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 It will generate a xml file suitable for www.prefuse.org. It needs to
 have into account all the dependency graph, dependencies excluded,
 dependencies that are not used because another version is chosen,...

 It needs to make use of the code for dependency graph in maven
 project-info plugin

 1.0-SNAPSHOT will be the version until there's something that can be released

 On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  What are things planned for this plugin?
  If I have time, I like to help.
 
  Also, is there a reason why the default verison is 1.0-SNAPSHOT?
 
  On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
   yes, it's not finished and only shows some parts
  
   Samples:
   http://people.apache.org/~carlos/grafo/graphview.html
   http://people.apache.org/~carlos/grafo/radialgraphview.html
  
  
   On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
I tried grafo-maven-plugin mention in
http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
   
Steps taken:
1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
2. mvn install (using j2se 1.5)
3. mvn grafo:grafo -Dversion=[version number of project] (running this
in directory of desired project
   
graph.xml is generated.
   
However, there are edges which references nodes which does not exist.
This is because I have dependencies to multiple version of a jar.
Somehow the tool only create nodes for the resovled jar.
   
Does anyone has similar experiences?
   
On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
 I think somebody is working on a  jarjar-maven-plugin, but it hasn't 
been
 released yet

 Stefan


 Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:

   Is there a good graphic tool to visualize jar dependencies?
  
   Pin Koh
  *** Confidentiality Notice ***
  This email, its electronic document attachments, and the contents of
  its website linkages may contain confidential health information.
  This information is intended solely for use by the individual or
  entity to whom it is addressed.  If you have received this
  information in error, please notify the sender immediately and
  arrange for the prompt destruction of the material and any
  accompanying attachments.
 
 


   
   
--
 /
c=-oo
  \  o
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
   I could give you my word as a Spaniard.
   No good. I've known too many Spaniards.
   -- The Princess Bride
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
   /
  c=-oo
\  o
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 I could give you my word as a Spaniard.
 No good. I've known too many Spaniards.
 -- The Princess Bride

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
 /
c=-oo
  \  o

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Graphical View of Dependencies

2006-08-18 Thread Wim Deblauwe

radialgraphview.html looks really good! Is this the result of the summer of
code thing?

2006/8/17, Carlos Sanchez [EMAIL PROTECTED]:


yes, it's not finished and only shows some parts

Samples:
http://people.apache.org/~carlos/grafo/graphview.html
http://people.apache.org/~carlos/grafo/radialgraphview.html


On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I tried grafo-maven-plugin mention in
 http://docs.codehaus.org/display/MAVEN/Dependency+Graphing

 Steps taken:
 1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
 2. mvn install (using j2se 1.5)
 3. mvn grafo:grafo -Dversion=[version number of project] (running this
 in directory of desired project

 graph.xml is generated.

 However, there are edges which references nodes which does not exist.
 This is because I have dependencies to multiple version of a jar.
 Somehow the tool only create nodes for the resovled jar.

 Does anyone has similar experiences?

 On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED]
wrote:
  I think somebody is working on a  jarjar-maven-plugin, but it hasn't
been
  released yet
 
  Stefan
 
 
  Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
 
Is there a good graphic tool to visualize jar dependencies?
   
Pin Koh
   *** Confidentiality Notice ***
   This email, its electronic document attachments, and the contents of
   its website linkages may contain confidential health information.
   This information is intended solely for use by the individual or
   entity to whom it is addressed.  If you have received this
   information in error, please notify the sender immediately and
   arrange for the prompt destruction of the material and any
   accompanying attachments.
  
  
 
 


 --
  /
 c=-oo
   \  o

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Graphical View of Dependencies

2006-08-18 Thread Pin Ngee Koh

What are things planned for this plugin?
If I have time, I like to help.

Also, is there a reason why the default verison is 1.0-SNAPSHOT?

On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

yes, it's not finished and only shows some parts

Samples:
http://people.apache.org/~carlos/grafo/graphview.html
http://people.apache.org/~carlos/grafo/radialgraphview.html


On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
 I tried grafo-maven-plugin mention in
 http://docs.codehaus.org/display/MAVEN/Dependency+Graphing

 Steps taken:
 1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
 2. mvn install (using j2se 1.5)
 3. mvn grafo:grafo -Dversion=[version number of project] (running this
 in directory of desired project

 graph.xml is generated.

 However, there are edges which references nodes which does not exist.
 This is because I have dependencies to multiple version of a jar.
 Somehow the tool only create nodes for the resovled jar.

 Does anyone has similar experiences?

 On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
  I think somebody is working on a  jarjar-maven-plugin, but it hasn't been
  released yet
 
  Stefan
 
 
  Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
 
Is there a good graphic tool to visualize jar dependencies?
   
Pin Koh
   *** Confidentiality Notice ***
   This email, its electronic document attachments, and the contents of
   its website linkages may contain confidential health information.
   This information is intended solely for use by the individual or
   entity to whom it is addressed.  If you have received this
   information in error, please notify the sender immediately and
   arrange for the prompt destruction of the material and any
   accompanying attachments.
  
  
 
 


 --
  /
 c=-oo
   \  o

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
 /
c=-oo
 \  o

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Graphical View of Dependencies

2006-08-18 Thread Carlos Sanchez

It will generate a xml file suitable for www.prefuse.org. It needs to
have into account all the dependency graph, dependencies excluded,
dependencies that are not used because another version is chosen,...

It needs to make use of the code for dependency graph in maven
project-info plugin

1.0-SNAPSHOT will be the version until there's something that can be released

On 8/18/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:

What are things planned for this plugin?
If I have time, I like to help.

Also, is there a reason why the default verison is 1.0-SNAPSHOT?

On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:
 yes, it's not finished and only shows some parts

 Samples:
 http://people.apache.org/~carlos/grafo/graphview.html
 http://people.apache.org/~carlos/grafo/radialgraphview.html


 On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:
  I tried grafo-maven-plugin mention in
  http://docs.codehaus.org/display/MAVEN/Dependency+Graphing
 
  Steps taken:
  1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
  2. mvn install (using j2se 1.5)
  3. mvn grafo:grafo -Dversion=[version number of project] (running this
  in directory of desired project
 
  graph.xml is generated.
 
  However, there are edges which references nodes which does not exist.
  This is because I have dependencies to multiple version of a jar.
  Somehow the tool only create nodes for the resovled jar.
 
  Does anyone has similar experiences?
 
  On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
   I think somebody is working on a  jarjar-maven-plugin, but it hasn't been
   released yet
  
   Stefan
  
  
   Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:
  
 Is there a good graphic tool to visualize jar dependencies?

 Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and the contents of
its website linkages may contain confidential health information.
This information is intended solely for use by the individual or
entity to whom it is addressed.  If you have received this
information in error, please notify the sender immediately and
arrange for the prompt destruction of the material and any
accompanying attachments.
   
   
  
  
 
 
  --
   /
  c=-oo
\  o
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 I could give you my word as a Spaniard.
 No good. I've known too many Spaniards.
 -- The Princess Bride

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
 /
c=-oo
  \  o

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Graphical View of Dependencies

2006-08-17 Thread Carlos Sanchez

yes, it's not finished and only shows some parts

Samples:
http://people.apache.org/~carlos/grafo/graphview.html
http://people.apache.org/~carlos/grafo/radialgraphview.html


On 8/16/06, Pin Ngee Koh [EMAIL PROTECTED] wrote:

I tried grafo-maven-plugin mention in
http://docs.codehaus.org/display/MAVEN/Dependency+Graphing

Steps taken:
1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
2. mvn install (using j2se 1.5)
3. mvn grafo:grafo -Dversion=[version number of project] (running this
in directory of desired project

graph.xml is generated.

However, there are edges which references nodes which does not exist.
This is because I have dependencies to multiple version of a jar.
Somehow the tool only create nodes for the resovled jar.

Does anyone has similar experiences?

On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:
 I think somebody is working on a  jarjar-maven-plugin, but it hasn't been
 released yet

 Stefan


 Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:

   Is there a good graphic tool to visualize jar dependencies?
  
   Pin Koh
  *** Confidentiality Notice ***
  This email, its electronic document attachments, and the contents of
  its website linkages may contain confidential health information.
  This information is intended solely for use by the individual or
  entity to whom it is addressed.  If you have received this
  information in error, please notify the sender immediately and
  arrange for the prompt destruction of the material and any
  accompanying attachments.
 
 




--
 /
c=-oo
  \  o

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Graphical View of Dependencies

2006-08-16 Thread Milos Kleint
you might want to check the mevenide support in netbeans. 
http://mevenide.codehaus.org/m2-site
when you open the project in netbeans, and invoke the View Graph action 
in project's subnode name Dependencies, you get somethign like this

http://mevenide.codehaus.org/m2-site/images/dependencyGraph.png
for projects witl a lot of transitive deps, the graph gets a bit 
chaotic, but you can move stuff around and save the layout you want.


Milos

Koh, Pin (STL) wrote:

Is there a good graphic tool to visualize jar dependencies?

Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and the contents of its 
website linkages may contain confidential health information.  This information 
is intended solely for use by the individual or entity to whom it is addressed. 
 If you have received this information in error, please notify the sender 
immediately and arrange for the prompt destruction of the material and any 
accompanying attachments.



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Graphical View of Dependencies

2006-08-16 Thread Stefan Magnus Landrø
I think somebody is working on a  jarjar-maven-plugin, but it hasn't been 
released yet

Stefan


Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:

  Is there a good graphic tool to visualize jar dependencies?
  
  Pin Koh
 *** Confidentiality Notice ***
 This email, its electronic document attachments, and the contents of
 its website linkages may contain confidential health information. 
 This information is intended solely for use by the individual or 
 entity to whom it is addressed.  If you have received this 
 information in error, please notify the sender immediately and 
 arrange for the prompt destruction of the material and any 
 accompanying attachments.
 
 


Re: Graphical View of Dependencies

2006-08-16 Thread Pin Ngee Koh

I tried grafo-maven-plugin mention in
http://docs.codehaus.org/display/MAVEN/Dependency+Graphing

Steps taken:
1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo
2. mvn install (using j2se 1.5)
3. mvn grafo:grafo -Dversion=[version number of project] (running this
in directory of desired project

graph.xml is generated.

However, there are edges which references nodes which does not exist.
This is because I have dependencies to multiple version of a jar.
Somehow the tool only create nodes for the resovled jar.

Does anyone has similar experiences?

On 8/16/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote:

I think somebody is working on a  jarjar-maven-plugin, but it hasn't been
released yet

Stefan


Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57:

  Is there a good graphic tool to visualize jar dependencies?
 
  Pin Koh
 *** Confidentiality Notice ***
 This email, its electronic document attachments, and the contents of
 its website linkages may contain confidential health information.
 This information is intended solely for use by the individual or
 entity to whom it is addressed.  If you have received this
 information in error, please notify the sender immediately and
 arrange for the prompt destruction of the material and any
 accompanying attachments.







--
 /
c=-oo
 \  o

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Graphical View of Dependencies

2006-08-15 Thread Koh, Pin (STL)
 Is there a good graphic tool to visualize jar dependencies?
 
 Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and the contents of its 
website linkages may contain confidential health information.  This information 
is intended solely for use by the individual or entity to whom it is addressed. 
 If you have received this information in error, please notify the sender 
immediately and arrange for the prompt destruction of the material and any 
accompanying attachments.




Graphical View of Dependencies

2006-08-15 Thread Koh, Pin (STL)
Is there a good graphic tool to visualize jar dependencies?

Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and the contents of its 
website linkages may contain confidential health information.  This information 
is intended solely for use by the individual or entity to whom it is addressed. 
 If you have received this information in error, please notify the sender 
immediately and arrange for the prompt destruction of the material and any 
accompanying attachments.




RE: Graphical View of Dependencies

2006-08-15 Thread Heck, Joe
You might check out
http://www.artima.com/forums/flat.jsp?forum=106thread=155342 and (a
thread about JarAnalyzer) and see if that will do what you're looking
for.

-joe

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Koh, Pin (STL)
Sent: Tuesday, August 15, 2006 2:20 PM
To: users@maven.apache.org
Subject: Graphical View of Dependencies

Is there a good graphic tool to visualize jar dependencies?

Pin Koh
*** Confidentiality Notice ***
This email, its electronic document attachments, and the contents of its
website linkages may contain confidential health information.  This
information is intended solely for use by the individual or entity to
whom it is addressed.  If you have received this information in error,
please notify the sender immediately and arrange for the prompt
destruction of the material and any accompanying attachments.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]