RE: [ANN] StatCvs plugin 2.0 released

2003-09-21 Thread Vincent Massol
You're right. It's a typo. It is in plugins/ as all the plugins I
release. I'll fix the typo (I can't connect to CVS right now for some
reason).

Thanks
-Vincent

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 22 September 2003 00:49
> To: Maven Users List
> Subject: Re: [ANN] StatCvs plugin 2.0 released
> 
> Vincent,
> 
> "Vincent Massol" <[EMAIL PROTECTED]> wrote on 22/09/2003 03:05:08
AM:
> 
> 
> > You can download the StatCvs Maven plugin here:
> > http://www.ibiblio.org/maven/maven/jars/maven-statcvs-plugin-2.0.jar
> shouldn't this be
>
http://www.ibiblio.org/maven/maven/plugins/maven-statcvs-plugin-2.0.jar
> 
> 
> That way it will work with the rc1 plugin handling functionality such
as
> plugin:download and adding as a dependency?
> 
> Also, the plugin release instructions say to place it in the plugins
> directory.
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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



RC1 Issues completed - release imminent.

2003-09-21 Thread dion
All issues scheduled for RC1 are now complete.

A release will take place in the next few days all going well.

RC1 is very very close to what will be in 1.0. There will be no new 
features added from RC1 to 1.0, only fixes.

All known bugs that will be fixed for 1.0 are listed at: 
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap 
, under the heading 1.0-final.

If you have a bug that's not in that list, and you need it fixed for 1.0, 
please post to the mailing list and ask for the bug to be included. 

Bugs with patches will get precedence over those without.

Sorry for the school teacher tone :-)
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


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



Re: [ANN] StatCvs plugin 2.0 released

2003-09-21 Thread dion
Vincent,

"Vincent Massol" <[EMAIL PROTECTED]> wrote on 22/09/2003 03:05:08 AM:


> You can download the StatCvs Maven plugin here:
> http://www.ibiblio.org/maven/maven/jars/maven-statcvs-plugin-2.0.jar
shouldn't this be
http://www.ibiblio.org/maven/maven/plugins/maven-statcvs-plugin-2.0.jar


That way it will work with the rc1 plugin handling functionality such as 
plugin:download and adding as a dependency?

Also, the plugin release instructions say to place it in the plugins 
directory.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




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



Re: possibility of more heirarchical repository structure?

2003-09-21 Thread Jason van Zyl
On Sun, 2003-09-21 at 14:37, __matthewHawthorne wrote:
> Has there been any thoughts about making the repository structure more 
> heirarchical?

I think Ben jotted some ideas in the wiki when we were chatting about it
but the basic gist would be to use FQDN where the top level would be:

org/
com/
net/

It certainly needs to be reorganized but so many are using it we're not
in a big rush to switch it without a good plan.

> I've commented before about the abundance of commons-* directories in 
> the current repository... avalon and excalibur also have quite a few.
> 
> The way that I understand it, if a groupId is used, then all of the 
> distributions, jars, licenses, and poms for that group go in the same 
> directory.  I'm not sure if this would ever cause any conflicts... if 
> so, perhaps each group member could still have its own directory for 
> these things.
> 
> As time goes on, it seems that the repository is going to get larger and 
> larger, and it will become more difficult to manage.  Since maven still 
> has control over the the logic for downloading jars from the repo, I 
> don't think that a migration to a more heirarchical structure would be 
> catastropic... maybe the searching mechanism could just be updated.
> 
> 
> Any thoughts? Which choice do people prefer?
> 
> 1. (possible structure)
> repo/
>   jakarta-commons/
>   commons-beanutils/
>   commons-lang/
>   commons-(many more)
> 
>   jakarta-avalon/
>   avalon-activation/
>   avalon-apps/
>   avalon-(many more)
> 
>   jakarta-excalibur/
>   excalibur-altrmi/
>   excalibur-cli/
>   excalibur-(many more)
>   
> 
> 
> 2. (current structure)
> repo/
>   commons-beanutils/
>   commons-lang/
>   commons-(many more)
>   avalon-activation/
>   avalon-apps/
>   avalon-(many more)
>   excalibur-altrmi/
>   excalibur-cli/
>   excalibur-(many more)
> 
> 
> 3. (another possible structure)
> repo/
>   apache.org/
>   ant/
> 
>   jakarta/
>   avalon/
>   commons/
>   excalibur/
>   maven/
> 
>   
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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



possibility of more heirarchical repository structure?

2003-09-21 Thread __matthewHawthorne
Has there been any thoughts about making the repository structure more 
heirarchical?

I've commented before about the abundance of commons-* directories in 
the current repository... avalon and excalibur also have quite a few.

The way that I understand it, if a groupId is used, then all of the 
distributions, jars, licenses, and poms for that group go in the same 
directory.  I'm not sure if this would ever cause any conflicts... if 
so, perhaps each group member could still have its own directory for 
these things.

As time goes on, it seems that the repository is going to get larger and 
larger, and it will become more difficult to manage.  Since maven still 
has control over the the logic for downloading jars from the repo, I 
don't think that a migration to a more heirarchical structure would be 
catastropic... maybe the searching mechanism could just be updated.

Any thoughts? Which choice do people prefer?

1. (possible structure)
repo/
jakarta-commons/
commons-beanutils/
commons-lang/
commons-(many more)
jakarta-avalon/
avalon-activation/
avalon-apps/
avalon-(many more)
jakarta-excalibur/
excalibur-altrmi/
excalibur-cli/
excalibur-(many more)

2. (current structure)
repo/
commons-beanutils/
commons-lang/
commons-(many more)
avalon-activation/
avalon-apps/
avalon-(many more)
excalibur-altrmi/
excalibur-cli/
excalibur-(many more)
3. (another possible structure)
repo/
apache.org/
ant/
jakarta/
avalon/
commons/
excalibur/
maven/
		

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


[OT] Re: [ANN] StatCvs plugin 2.0 released

2003-09-21 Thread Jeffrey Bonevich
While I am working on the Maven plugin for Eclipse, for the POM editor, 
I want to present a page of reporting options - user checks the reports 
to include in the POM.  Is there any way from the plugin files to 
determine programmatically that it generates reports and can be included 
in the  section of project.xml?  I am looking for some hook 
like: grep the plugin.jelly files under ${maven.home}/plugins for some 
keyword (like 'maven_report="true"' or some such silliness).  Life could 
only be so easy

jeff

--
Jeffrey Bonevich
Ann Arbor, Michigan
bonevich at covad dot net
jeff at bonevich dot com
http://www.bonevich.com
"Make me a fire and I'm warm for a night.  Set me
on fire and I'm warm for the rest of my life."
- Ancient Didactical Saying
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[ANN] StatCvs plugin 2.0 released

2003-09-21 Thread Vincent Massol
The Maven team is pleased to announce the StatCvs plugin 2.0 release!

http://maven.apache.org/reference/plugins/statcvs

The Maven StatCvs plugin is a plugin for StatCvs-XML
(http://statcvs-xml.berlios.de/) that generates CVS 
statistic reports.

Changes in this version:

o Migrated the plugin to use the new statcvs-xml jar (which generates
XML
  xdoc output instead of HTML).

You can download the StatCvs Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-statcvs-plugin-2.0.jar

Have fun!
-Vincent


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



Re: maven xdoclet

2003-09-21 Thread Colin Sampaleanu
The maven xdoclet plugin is huge because it is actually generated (as 
part of the xdoclet build).

I personally find it generally useless. For anything more than the 
simpler cases, it is easier and cleaner to have 'ant-style' xdoclet 
definitions in maven.xml exactly as you would have used in an ant build 
project. Having to use flat properties in build.properties can get a lot 
more verbose and error prone than a clean hierarchical xml definition in 
maven.xml.  On top of that, there were some bugs (upper vs. lowercase 
property names, which don't matter in xml files but do matter for 
properties), and some properties which were wrong. I believe most of 
them are fixed by now in xdoclet CVS but at a minimum you would have to 
rebuild xdoclet 1.2post-beta3.

You can search the archives for this mailing list for some messages from 
me showing how you would use xdoclet in maven.xml.



khote wrote:

I'm insufficiently familiar with xdoclet, I'm looking for a "hook" to get
myself into it.
in fact I know maven better than I know ant ... have become somewhat
familiar with the jelly scripting from looking at the plugin.jelly in the
plugins.  The xdoclet plugin is huge compared to all the others, approx
11,000 lines of code.
I was hoping that a good way to do it would be to use webdoclet to help me
generate a struts-config, this would show me how to set things up in
maven.xml and build/project.properties, which preGoal and/or postGoal events
I should program to, when and where, that kind of thing.
I'm using ant copy-filters comfortably in building a war subproject whose
artifact is a dependency in an ear subproject, it appears to me that xdoclet
in this frame of mind is a similar thing, only a great deal smarter.  I have
jmx working for me comfortably, getting this WAR deployed, scm, scp, cvs ..
all that stuff.
What should I put in an Action I'm writing, for example, to have webdoclet
write information to the struts-config?  How do I set this up in maven.xml?
Are there any webdoclet or other *doclet processes which can help me with
struts tiles?
I'm convinced that I want to use xdoclet when I start implementing the "uber
project" with ejbs and jboss and jmx and all that ... deployment xmls up the
wazoo so to speak.
- Original Message - 
From: "tek1" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Sunday, September 21, 2003 1:28 AM
Subject: Re: maven xdoclet

 

Did you look at this yet?

http://xdoclet.sourceforge.net/maven-plugin.html

If you're familiar with the basics of XDoclet and Maven, the above offers
   

a
 

good explanation of integrating the two.

After reading and trying the above, let us know if you have any questions.



At 22:44 03/09/20 -0700, you wrote:
   

Looking for online tutorials covering maven and xdoclet, webdoclet, that
kind of thing.
Anybody know of any?

K

 





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


Re: maven xdoclet

2003-09-21 Thread khote
I'm insufficiently familiar with xdoclet, I'm looking for a "hook" to get
myself into it.

in fact I know maven better than I know ant ... have become somewhat
familiar with the jelly scripting from looking at the plugin.jelly in the
plugins.  The xdoclet plugin is huge compared to all the others, approx
11,000 lines of code.

I was hoping that a good way to do it would be to use webdoclet to help me
generate a struts-config, this would show me how to set things up in
maven.xml and build/project.properties, which preGoal and/or postGoal events
I should program to, when and where, that kind of thing.

I'm using ant copy-filters comfortably in building a war subproject whose
artifact is a dependency in an ear subproject, it appears to me that xdoclet
in this frame of mind is a similar thing, only a great deal smarter.  I have
jmx working for me comfortably, getting this WAR deployed, scm, scp, cvs ..
all that stuff.

What should I put in an Action I'm writing, for example, to have webdoclet
write information to the struts-config?  How do I set this up in maven.xml?
Are there any webdoclet or other *doclet processes which can help me with
struts tiles?

I'm convinced that I want to use xdoclet when I start implementing the "uber
project" with ejbs and jboss and jmx and all that ... deployment xmls up the
wazoo so to speak.

- Original Message - 
From: "tek1" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Sunday, September 21, 2003 1:28 AM
Subject: Re: maven xdoclet


> Did you look at this yet?
>
> http://xdoclet.sourceforge.net/maven-plugin.html
>
> If you're familiar with the basics of XDoclet and Maven, the above offers
a
> good explanation of integrating the two.
>
> After reading and trying the above, let us know if you have any questions.
>
>
>
>
> At 22:44 03/09/20 -0700, you wrote:
> >Looking for online tutorials covering maven and xdoclet, webdoclet, that
> >kind of thing.
> >
> >Anybody know of any?
> >
> >K
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



RE: combining maven site subproject results

2003-09-21 Thread Howard M. Lewis Ship
I think you're missing his point; 

For instance, if I have two related subprojects, the Javadoc for each subproject is 
separate; if I
[EMAIL PROTECTED] ...} from one to the other, it doesn't directly cross-link the files 
within the same javadoc
heirarchy.  Maven will help you with the navigation from the master project to the 
sub-projects, but
doesn't magically "integrate" all the javadoc into a single tree.

Same goes for code xref, test xref, etc.

I don't have a huge issue with this ... its part of the bargain you make (subprojects 
are viable by
themselves, which adds constraints and limitations).

Perhaps the multiproject docs should more visibly express this viability / 
independence issue?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, September 21, 2003 6:35 AM
> To: Maven Users List
> Subject: Re: combining maven site subproject results
> 
> 
> Have you looked at the multiproject plugin?
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> [EMAIL PROTECTED] wrote on 20/09/2003 06:17:04 AM:
> 
> > 
> > 
> > 
> > 
> > Does anyone know whether there is a way to run maven site with
> subproject
> > directories and then combine the results into one report?
> > 
> > I am trying to mavenize a WSAD J2EE project and have a project with 
> > the following subprojects
> > 
> > test
> >   / testEJB
> > /ejbModule
> >  /testWeb
> >/JavaSource
> >/TestSource
> > 
> > 
> > I would like to combine the source files from both projects and 
> > display report results on them as if they were one project. 
> I am able 
> > to create individual reports within the subprojects but 
> don't know how 
> > to combine them.
> > 
> > If you can give me some pointers or send me some sample 
> maven.xml and 
> > project.xml files I would appreciate it.
> > 
> > 
> > Mirek
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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



Re: available tag within loop

2003-09-21 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 20/09/2003 08:48:04 PM:

> Hi,
> 
> Apologies if this is a duplicate, I think I posted this yesterday but it 

> doesn't seem to have reached the list.
> 
> I'm having problems using ant:available within a loop.

Note the 'ant' on the front of that. All ant properties, once set are 
immutable.
> 
> 
> 
> value="foo.bar.${dep.getArtifactId()}.jar"/>
> 
> file="${junitejb.test.jar}"/>
> 
> 
> . do something
> 
> 
> 
> 
> If the available test fails to locate the file, the value of the 
> property is unchanged.  So when a file is located, all subsequent loops 
> the property junitejb.test.jar.available is true.
> 
> I tried resetting the property to "" but then the var doesn't seem to 
> get set to true if a file is located in subsequent loops.

Don't use it. Look at util:available in the jelly util tag lib.
And core:break.

--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




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



Re: combining maven site subproject results

2003-09-21 Thread dion
Have you looked at the multiproject plugin?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


[EMAIL PROTECTED] wrote on 20/09/2003 06:17:04 AM:

> 
> 
> 
> 
> Does anyone know whether there is a way to run maven site with 
subproject
> directories and then combine the results into one report?
> 
> I am trying to mavenize a WSAD J2EE project and have a project with the
> following subprojects
> 
> test
>   / testEJB
> /ejbModule
>  /testWeb
>/JavaSource
>/TestSource
> 
> 
> I would like to combine the source files from both projects and display
> report results on them as if they were one project. I am able to create
> individual reports within the subprojects but don't know how to combine
> them.
> 
> If you can give me some pointers or send me some sample maven.xml and
> project.xml files I would appreciate it.
> 
> 
> Mirek
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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



Re: Quickly changing the Maven template

2003-09-21 Thread dion
It's in the documentation.

See 
http://maven.apache.org/reference/plugins/xdoc/faq.html#navigation-images
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Ceki Gülcü <[EMAIL PROTECTED]> wrote on 20/09/2003 05:37:06 AM:

> 
> Hello all,
> 
> How difficult is it to change the Maven template so that the generated
> project pages contain an extra image?
> 
> For an example of what is meant please refer to:
> 
> http://jakarta.apache.org
> 
> The image for ApacheCon 2003 was added by modifying a template file
> for Anakia.
> 
> Is there a similar procedure for doing the same with Maven?
> 
> Your answers will be collated and forwarded to the various ASF
> projects using Maven.
> 
> TIA,
> 
> 
> -- 
> Ceki Gülcü
> 
>   For log4j documentation consider "The complete log4j manual"
>   ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp
> 
>   import org.apache.Facetime;
>   ApacheCon US 2003, 18-21 November http://apachecon.com/
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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



Re: does the text about remote repository on the webpage have an error?

2003-09-21 Thread dion
Christian Andersson <[EMAIL PROTECTED]> wrote on 19/09/2003 11:51:58 PM:

> HI there again, I've jsut read the part about remote repository in the 
> user guide 
> 
http://maven.apache.org/reference/user-guide.html#Remote%20Repository%20Layout
> and noticed some thing, is this a bug or is it intended..
> 
> repository
>   |
>   |-- ant
>   |   |-- distribution
>   |   `-- jars
>   |   |-- ant-1.4.1.jar
>   |   `-- ant-optional-1.4.1.jar
>   +-- jsse
>   |-- distribution
>   `-- jars
>   |-- jsse.jar
>   |-- jcert.jar
>   `-- jnet.jar
> 
> should it not be
> 
> repository
>   |
>   |-- ant
>   |   |-- distribution
Should have an 's' on the end.

>   |   `-- jars
>   |   |-- ant-1.4.1.jar
>   |   `-- ant-optional-1.4.1.jar
>   +-- jsse
>   |-- distribution
This is right.

>   `-- jars
>   |-- jsse.jar
>   |-- jcert.jar
>   `-- jnet.jar
> 
> ie the 2:nd distribution/jars should go under jsse and not under 
repository
> 
> or could he repository/jars be used as some kind of general place to put 

> jars that you don't know where to else put?  and if it is so, how do I 
> use that in the dependency tag of project.xml ?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




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



Re: getting files from repository cvs/subversion

2003-09-21 Thread dion
Heiko Kundlacz <[EMAIL PROTECTED]> wrote on 13/09/2003 07:13:24 
PM:

> Hi there,
> 
> I worked for some time with ant. And within ant I have a command to get 
> files from VSS oder CVS. But how to get the files from within maven?
> 
> I know, there is a repository tag used in project.xml
> 
> But how to get the files?

Check out the scm plugin in CVS HEAD, or use the ant tasks.

> Maybe I am too stupid and have read the complete documentation. How do 
> you handle this?
> 
> Does it work with subversion?
Yes, the changelog plugin works with subversion. Currently the scm plugin 
only supports cvs.


--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




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



Re: maven xdoclet

2003-09-21 Thread tek1
Did you look at this yet?

http://xdoclet.sourceforge.net/maven-plugin.html

If you're familiar with the basics of XDoclet and Maven, the above offers a 
good explanation of integrating the two.

After reading and trying the above, let us know if you have any questions.



At 22:44 03/09/20 -0700, you wrote:
Looking for online tutorials covering maven and xdoclet, webdoclet, that
kind of thing.
Anybody know of any?

K

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


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


Re: available tag within loop

2003-09-21 Thread Rafal Krzewski
Nathan Coast wrote:

Hi,

Apologies if this is a duplicate, I think I posted this yesterday but it 
doesn't seem to have reached the list.

I'm having problems using ant:available within a loop.


   
   
   
   
   . do something
   
   

If the available test fails to locate the file, the value of the 
property is unchanged.  So when a file is located, all subsequent loops 
the property junitejb.test.jar.available is true.

I tried resetting the property to "" but then the var doesn't seem to 
get set to true if a file is located in subsequent loops.
Ant properties can be set once only, so  tag just won't 
cut it here. You need to take a look at the jelly tag libraries for a 
tag doing a similar thing. Alternatively you could instantiate 
java.io.File object programatically using jelly:core tags, and call 
${file.exists()} in the  test.

R.

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