Re: [RESULT] [VOTE] Release Maven antrun plugin version 1.3

2008-10-11 Thread Barrie Treloar
On Sat, Oct 11, 2008 at 6:40 PM, Barrie Treloar [EMAIL PROTECTED] wrote:
 Hi,
 The vote has passed with the following result :

 +1 (binding): Oliver Lamy, Brett Porter, Stephane Nicoll, Vincent Siveton
 +1 (non binding):

 I will move artifacts to central repo.


I had the java.lang.ClassCastException:
org.apache.maven.wagon.providers.ssh.jsch.ScpWagon with mvn 2.0.9
similar to
http://www.nabble.com/-VOTE--Release-Maven-War-plugin-version-2.1-alpha-2-td18906226.html#a18976255

I used apache-maven-2.1.0-M1 instead.

However it is stuck on
[INFO] Running rename script on the target machine.
for quite some time.
(Is this expected)

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



Re: [RESULT] [VOTE] Release Maven antrun plugin version 1.3

2008-10-11 Thread Olivier Lamy
Oops my bad it looks there is some files with bad permissions in
org/apache/maven/plugins :

-rw-r--r--   1 olamy  apcvs40 Sep 29 13:26 maven-metadata.xml.sha1
-rw-r--r--   1 olamy  apcvs32 Sep 29 13:26 maven-metadata.xml.md5
-rw-r--r--   1 olamy  apcvs  6859 Sep 29 13:26 maven-metadata.xml

I haven't played the fix-permissions after my last release.

I have fixed the perms.

btw you have to remove some files :

-rw-r--r--   1 baerrach   apcvs40 Oct 11 20:40 maven-metadata.xml.sha1.rip
-rw-r--r--   1 baerrach   apcvs  6861 Oct 11 20:40 maven-metadata.xml.rip
-rw-r--r--   1 baerrach   apcvs32 Oct 11 20:40 maven-metadata.xml.md5.rip
Sorry !

--
Olivier
2008/10/11 Brett Porter [EMAIL PROTECTED]:

 On 11/10/2008, at 9:36 PM, Barrie Treloar wrote:

 On Sat, Oct 11, 2008 at 6:40 PM, Barrie Treloar [EMAIL PROTECTED]
 wrote:

 Hi,
 The vote has passed with the following result :

 +1 (binding): Oliver Lamy, Brett Porter, Stephane Nicoll, Vincent Siveton
 +1 (non binding):

 I will move artifacts to central repo.


 I had the java.lang.ClassCastException:
 org.apache.maven.wagon.providers.ssh.jsch.ScpWagon with mvn 2.0.9
 similar to

 http://www.nabble.com/-VOTE--Release-Maven-War-plugin-version-2.1-alpha-2-td18906226.html#a18976255

 I used apache-maven-2.1.0-M1 instead.

 Yep, it's also fixed in the latest stage plugin (which needs a release...)



 However it is stuck on
 [INFO] Running rename script on the target machine.
 for quite some time.
 (Is this expected)

 This happens if there are permissions to be overwritten. Shell into
 people.apache.org, change to the location of the repository, and run the
 script by hand, answering 'yes' to the prompts to overwrite files. Then
 delete the script.

 - Brett

 --
 Brett Porter
 [EMAIL PROTECTED]
 http://blogs.exist.com/bporter/


 -
 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: [RESULT] [VOTE] Release Maven antrun plugin version 1.3

2008-10-11 Thread Brett Porter


On 11/10/2008, at 9:36 PM, Barrie Treloar wrote:

On Sat, Oct 11, 2008 at 6:40 PM, Barrie Treloar [EMAIL PROTECTED]  
wrote:

Hi,
The vote has passed with the following result :

+1 (binding): Oliver Lamy, Brett Porter, Stephane Nicoll, Vincent  
Siveton

+1 (non binding):

I will move artifacts to central repo.



I had the java.lang.ClassCastException:
org.apache.maven.wagon.providers.ssh.jsch.ScpWagon with mvn 2.0.9
similar to
http://www.nabble.com/-VOTE--Release-Maven-War-plugin-version-2.1-alpha-2-td18906226.html#a18976255

I used apache-maven-2.1.0-M1 instead.


Yep, it's also fixed in the latest stage plugin (which needs a  
release...)





However it is stuck on
[INFO] Running rename script on the target machine.
for quite some time.
(Is this expected)


This happens if there are permissions to be overwritten. Shell into  
people.apache.org, change to the location of the repository, and run  
the script by hand, answering 'yes' to the prompts to overwrite files.  
Then delete the script.


- Brett

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


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



Re: [RESULT] [VOTE] Release Maven antrun plugin version 1.3

2008-10-11 Thread Barrie Treloar
On Sat, Oct 11, 2008 at 9:29 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 Oops my bad it looks there is some files with bad permissions in
 org/apache/maven/plugins :

 -rw-r--r--   1 olamy  apcvs40 Sep 29 13:26 maven-metadata.xml.sha1
 -rw-r--r--   1 olamy  apcvs32 Sep 29 13:26 maven-metadata.xml.md5
 -rw-r--r--   1 olamy  apcvs  6859 Sep 29 13:26 maven-metadata.xml

 I haven't played the fix-permissions after my last release.

 I have fixed the perms.

 btw you have to remove some files :

 -rw-r--r--   1 baerrach   apcvs40 Oct 11 20:40 maven-metadata.xml.sha1.rip
 -rw-r--r--   1 baerrach   apcvs  6861 Oct 11 20:40 maven-metadata.xml.rip
 -rw-r--r--   1 baerrach   apcvs32 Oct 11 20:40 maven-metadata.xml.md5.rip

Are you checking for these files in here
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/ ?
Did you do that with
  find /www/people.apache.org/repo/m2-ibiblio-rsync-repository/ '*.rip' -print
?

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



Re: [RESULT] [VOTE] Release Maven antrun plugin version 1.3

2008-10-11 Thread Olivier Lamy
[EMAIL PROTECTED] ~]$ find
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven
-name '*.rip' -print
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/1.3.rip

This one is now in central :

http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/1.3.rip/

--
Olivier

2008/10/11 Barrie Treloar [EMAIL PROTECTED]:
 On Sat, Oct 11, 2008 at 9:29 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 Oops my bad it looks there is some files with bad permissions in
 org/apache/maven/plugins :

 -rw-r--r--   1 olamy  apcvs40 Sep 29 13:26 maven-metadata.xml.sha1
 -rw-r--r--   1 olamy  apcvs32 Sep 29 13:26 maven-metadata.xml.md5
 -rw-r--r--   1 olamy  apcvs  6859 Sep 29 13:26 maven-metadata.xml

 I haven't played the fix-permissions after my last release.

 I have fixed the perms.

 btw you have to remove some files :

 -rw-r--r--   1 baerrach   apcvs40 Oct 11 20:40 
 maven-metadata.xml.sha1.rip
 -rw-r--r--   1 baerrach   apcvs  6861 Oct 11 20:40 maven-metadata.xml.rip
 -rw-r--r--   1 baerrach   apcvs32 Oct 11 20:40 maven-metadata.xml.md5.rip

 Are you checking for these files in here
 /www/people.apache.org/repo/m2-ibiblio-rsync-repository/ ?
 Did you do that with
  find /www/people.apache.org/repo/m2-ibiblio-rsync-repository/ '*.rip' -print
 ?

 -
 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]