Re: Preflight check for 2.0.7

2007-06-07 Thread Christian Schulte

On Di, Juni 5, 2007 01:08, Jason van Zyl wrote:
 I have built a snapshot for 2.0.7 and put it here:

 http://people.apache.org/~jvanzyl/

 I figure folks are going to try and squeeze in more issues so what I
 plan is let people state their case for issues and I'll slot those
 into 2.0.8. I'll look those over and push whatever I can into 2.0.7
 but I would like to call for vote on Wednesday let people mess around
 and release it on Monday.

Using the 2.0.7-SNAPSHOT produces the following stacktrace for me. I
already tried removing the local repository and downloading a fresh copy
of all artifacts but the problem remains. This happens when running mvn
clean install -U -up for an artifact of type pom.

[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] loader constraints violated when linking
org/codehaus/plexus/util/xml/pull/XmlSerializer class
[INFO]

[INFO] Trace
java.lang.LinkageError: loader constraints violated when linking
org/codehaus/plexus/util/xml/pull/XmlSerializer class
at
org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer.writeBody(DecorationXpp3Writer.java:119)
at
org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer.writeDecorationModel(DecorationXpp3Writer.java:202)
at
org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer.write(DecorationXpp3Writer.java:67)
at
org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata.storeInLocalRepository(SiteDescriptorArtifactMetadata.java:81)
at
org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager.install(DefaultRepositoryMetadataManager.java:450)
at
org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(DefaultArtifactInstaller.java:79)
at
org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:92)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)



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



Re: Preflight check for 2.0.7

2007-06-07 Thread Mark Hobson

On 06/06/07, Markku Saarela [EMAIL PROTECTED] wrote:

mvn.bat has bug for classworld classpath:

@REM -- Regular WinNT shell
for %%i in (%M2_HOME%\core\boot\classworlds-*) do set
CLASSWORLDS_JAR=%%i

there are no core subdirectory only boot as it is in 2.0.6


Just encountered this and raised:
http://jira.codehaus.org/browse/MNG-3039

Mark

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



Re: Preflight check for 2.0.7

2007-06-07 Thread Jason van Zyl

What version of the site plugin?

On 7 Jun 07, at 3:22 AM 7 Jun 07, Christian Schulte wrote:



On Di, Juni 5, 2007 01:08, Jason van Zyl wrote:

I have built a snapshot for 2.0.7 and put it here:

http://people.apache.org/~jvanzyl/

I figure folks are going to try and squeeze in more issues so what I
plan is let people state their case for issues and I'll slot those
into 2.0.8. I'll look those over and push whatever I can into 2.0.7
but I would like to call for vote on Wednesday let people mess around
and release it on Monday.


Using the 2.0.7-SNAPSHOT produces the following stacktrace for me. I
already tried removing the local repository and downloading a fresh  
copy
of all artifacts but the problem remains. This happens when running  
mvn

clean install -U -up for an artifact of type pom.

[INFO]
-- 
--

[ERROR] FATAL ERROR
[INFO]
-- 
--

[INFO] loader constraints violated when linking
org/codehaus/plexus/util/xml/pull/XmlSerializer class
[INFO]
-- 
--

[INFO] Trace
java.lang.LinkageError: loader constraints violated when linking
org/codehaus/plexus/util/xml/pull/XmlSerializer class
at
org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer.wr 
iteBody(DecorationXpp3Writer.java:119)

at
org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer.wr 
iteDecorationModel(DecorationXpp3Writer.java:202)

at
org.apache.maven.doxia.site.decoration.io.xpp3.DecorationXpp3Writer.wr 
ite(DecorationXpp3Writer.java:67)

at
org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata.storeInLo 
calRepository(SiteDescriptorArtifactMetadata.java:81)

at
org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadat 
aManager.install(DefaultRepositoryMetadataManager.java:450)

at
org.apache.maven.artifact.installer.DefaultArtifactInstaller.install 
(DefaultArtifactInstaller.java:79)

at
org.apache.maven.plugin.install.InstallMojo.execute 
(InstallMojo.java:92)

at
org.apache.maven.plugin.DefaultPluginManager.executeMojo 
(DefaultPluginManager.java:443)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals 
(DefaultLifecycleExecutor.java:539)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif 
ecycle(DefaultLifecycleExecutor.java:480)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal 
(DefaultLifecycleExecutor.java:459)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand 
leFailures(DefaultLifecycleExecutor.java:311)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment 
s(DefaultLifecycleExecutor.java:278)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute 
(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute 
(DefaultMaven.java:334)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 
125)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)



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




Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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



Re: Preflight check for 2.0.7

2007-06-07 Thread Christian Schulte

On Do, Juni 7, 2007 15:20, Jason van Zyl wrote:
 What version of the site plugin?


:~$ rm -rf ~/.m2/repository/
:~$ mvn clean install -U -up

Stacktrace omitted.

:~$ ls -lah ~/.m2/repository/org/apache/maven/plugins/maven-site-plugin/
insgesamt 24K
drwxr-xr-x 3 schulte schulte 4,0K 2007-06-07 17:06 .
drwxr-xr-x 9 schulte schulte 4,0K 2007-06-07 17:05 ..
drwxr-xr-x 2 schulte schulte 4,0K 2007-06-07 17:06 2.0-beta-5
-rw-r--r-- 1 schulte schulte  488 2007-06-07 17:05 maven-metadata-central.xml
-rw-r--r-- 1 schulte schulte   40 2007-06-07 17:05
maven-metadata-central.xml.sha1



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



Re: Preflight check for 2.0.7

2007-06-06 Thread Stephane Nicoll

+1 for the release.

And by the way, it solves my reactor issue:
http://jira.codehaus.org/browse/MNG-2689

Guys, I'll close this issue.

Thanks,
Stéphane

On 6/6/07, Jason van Zyl [EMAIL PROTECTED] wrote:

I have uploaded another version here:

http://people.apache.org/~jvanzyl/

Fixed a couple more issues.

On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:

 I have built a snapshot for 2.0.7 and put it here:

 http://people.apache.org/~jvanzyl/

 I figure folks are going to try and squeeze in more issues so what
 I plan is let people state their case for issues and I'll slot
 those into 2.0.8. I'll look those over and push whatever I can into
 2.0.7 but I would like to call for vote on Wednesday let people
 mess around and release it on Monday.

 And you can see the roadmap here:

 http://jira.codehaus.org/browse/MNG?
 report=com.atlassian.jira.plugin.system.project:roadmap-panel

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder and PMC Chair, Apache Maven
 jason at sonatype dot com
 --




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



Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot 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: Preflight check for 2.0.7

2007-06-06 Thread Markku Saarela

mvn.bat has bug for classworld classpath:

@REM -- Regular WinNT shell
for %%i in (%M2_HOME%\core\boot\classworlds-*) do set 
CLASSWORLDS_JAR=%%i


there are no core subdirectory only boot as it is in 2.0.6

- markku

Jason van Zyl wrote:

I have uploaded another version here:

http://people.apache.org/~jvanzyl/

Fixed a couple more issues.

On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:


I have built a snapshot for 2.0.7 and put it here:

http://people.apache.org/~jvanzyl/

I figure folks are going to try and squeeze in more issues so what I 
plan is let people state their case for issues and I'll slot those 
into 2.0.8. I'll look those over and push whatever I can into 2.0.7 
but I would like to call for vote on Wednesday let people mess around 
and release it on Monday.


And you can see the roadmap here:

http://jira.codehaus.org/browse/MNG?report=com.atlassian.jira.plugin.system.project:roadmap-panel 



Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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




Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot 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: Preflight check for 2.0.7

2007-06-06 Thread Alan D. Salewski
On Tue, Jun 05, 2007 at 08:31:51PM -0400, Jason van Zyl spake thus:
 I have uploaded another version here:
 
 http://people.apache.org/~jvanzyl/
*snip*

It works for me.

I've tested this version (05-Jun-2007 17:29) against a 32-subproject
application (where some of the subprojects have more subprojects) that
builds several plain JARs, a WAR, lots of EJBs[0], several EARs, and some
other stuff. The app builds fine, and deploys fine.

-Al

[0] Including use of 'ejb-client' artifact deps, as fixed in MNG-2921

-- 
:: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::
::
Alan D. Salewski
Software Developer
Health Market Science, Inc.
:: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::
:: 

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



Re: Preflight check for 2.0.7

2007-06-06 Thread Jason van Zyl


On 6 Jun 07, at 9:50 AM 6 Jun 07, Alan D. Salewski wrote:


On Tue, Jun 05, 2007 at 08:31:51PM -0400, Jason van Zyl spake thus:

I have uploaded another version here:

http://people.apache.org/~jvanzyl/

*snip*

It works for me.

I've tested this version (05-Jun-2007 17:29) against a 32-subproject
application (where some of the subprojects have more subprojects) that
builds several plain JARs, a WAR, lots of EJBs[0], several EARs,  
and some

other stuff. The app builds fine, and deploys fine.



Thanks, much appreciated.


-Al

[0] Including use of 'ejb-client' artifact deps, as fixed in MNG-2921

--
:: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: : 
:

::
Alan D. Salewski
Software Developer
Health Market Science, Inc.
:: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: : 
:

::

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




Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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



Re: Preflight check for 2.0.7

2007-06-05 Thread Jason van Zyl
I've close the last issue, and the vote will go up. If no one tries  
it or wants anything you get what we give you.


On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:


I have built a snapshot for 2.0.7 and put it here:

http://people.apache.org/~jvanzyl/

I figure folks are going to try and squeeze in more issues so what  
I plan is let people state their case for issues and I'll slot  
those into 2.0.8. I'll look those over and push whatever I can into  
2.0.7 but I would like to call for vote on Wednesday let people  
mess around and release it on Monday.


And you can see the roadmap here:

http://jira.codehaus.org/browse/MNG? 
report=com.atlassian.jira.plugin.system.project:roadmap-panel


Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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




Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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



Re: Preflight check for 2.0.7

2007-06-05 Thread jblack

Right on man.  Thanks for your efforts Jason.


Jeff


Jason van Zyl-2 wrote:
 
 I've close the last issue, and the vote will go up. If no one tries  
 it or wants anything you get what we give you.
 
 On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:
 
 I have built a snapshot for 2.0.7 and put it here:

 http://people.apache.org/~jvanzyl/

 I figure folks are going to try and squeeze in more issues so what  
 I plan is let people state their case for issues and I'll slot  
 those into 2.0.8. I'll look those over and push whatever I can into  
 2.0.7 but I would like to call for vote on Wednesday let people  
 mess around and release it on Monday.

 And you can see the roadmap here:

 http://jira.codehaus.org/browse/MNG? 
 report=com.atlassian.jira.plugin.system.project:roadmap-panel

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder and PMC Chair, Apache Maven
 jason at sonatype dot com
 --




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


 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder and PMC Chair, Apache Maven
 jason at sonatype dot com
 --
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Preflight-check-for-2.0.7-tf3868603s177.html#a10972998
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Preflight check for 2.0.7

2007-06-05 Thread Jesse McConnell

redback builds, I am happy :)

On 6/5/07, Jason van Zyl [EMAIL PROTECTED] wrote:

I've close the last issue, and the vote will go up. If no one tries
it or wants anything you get what we give you.

On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:

 I have built a snapshot for 2.0.7 and put it here:

 http://people.apache.org/~jvanzyl/

 I figure folks are going to try and squeeze in more issues so what
 I plan is let people state their case for issues and I'll slot
 those into 2.0.8. I'll look those over and push whatever I can into
 2.0.7 but I would like to call for vote on Wednesday let people
 mess around and release it on Monday.

 And you can see the roadmap here:

 http://jira.codehaus.org/browse/MNG?
 report=com.atlassian.jira.plugin.system.project:roadmap-panel

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder and PMC Chair, Apache Maven
 jason at sonatype dot com
 --




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



Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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





--
jesse mcconnell
[EMAIL PROTECTED]

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



Re: Preflight check for 2.0.7

2007-06-05 Thread Jochen Wiedmann

On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:


I have built a snapshot for 2.0.7 and put it here:


I'd like to note that I really do appreciate the current schedule of a
maintenance release every quarter or around like that!

Jochen


--
Women have the ability to wind you round their little finger.
Daughters can use all of the fingers together.

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



Re: Preflight check for 2.0.7

2007-06-05 Thread Jason van Zyl


On 5 Jun 07, at 5:41 PM 5 Jun 07, Jochen Wiedmann wrote:


On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:


I have built a snapshot for 2.0.7 and put it here:


I'd like to note that I really do appreciate the current schedule of a
maintenance release every quarter or around like that!



Now you just have to tell me if it works for you or not :-)

I've just found a show stopper I'm trying to fix.


Jochen


--
Women have the ability to wind you round their little finger.
Daughters can use all of the fingers together.

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




Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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



Re: Preflight check for 2.0.7

2007-06-05 Thread Jason van Zyl

I have uploaded another version here:

http://people.apache.org/~jvanzyl/

Fixed a couple more issues.

On 4 Jun 07, at 7:08 PM 4 Jun 07, Jason van Zyl wrote:


I have built a snapshot for 2.0.7 and put it here:

http://people.apache.org/~jvanzyl/

I figure folks are going to try and squeeze in more issues so what  
I plan is let people state their case for issues and I'll slot  
those into 2.0.8. I'll look those over and push whatever I can into  
2.0.7 but I would like to call for vote on Wednesday let people  
mess around and release it on Monday.


And you can see the roadmap here:

http://jira.codehaus.org/browse/MNG? 
report=com.atlassian.jira.plugin.system.project:roadmap-panel


Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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




Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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



Re: Preflight check for 2.0.7

2007-06-05 Thread Vandermeeren, Jo

Jason,

Nothing to report, everything works just fine.

+1 for the release

Cheers
Jo

On 6/5/07, Jason van Zyl [EMAIL PROTECTED] wrote:


I have built a snapshot for 2.0.7 and put it here:

http://people.apache.org/~jvanzyl/

I figure folks are going to try and squeeze in more issues so what I
plan is let people state their case for issues and I'll slot those
into 2.0.8. I'll look those over and push whatever I can into 2.0.7
but I would like to call for vote on Wednesday let people mess around
and release it on Monday.

And you can see the roadmap here:

http://jira.codehaus.org/browse/MNG?
report=com.atlassian.jira.plugin.system.project:roadmap-panel

Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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