Re: Site deployment to sourceforge.net broken

2008-11-10 Thread Marat Radchenko
Barrie, thanks for excellent documentation! 2008/11/8 Barrie Treloar [EMAIL PROTECTED] On Tue, Sep 30, 2008 at 2:05 PM, Jiaqi Guo [EMAIL PROTECTED] wrote: Is there an official answer for Marat's question? Can site plugin be configured to deploy file by file instead of zip/unzip? Thanks.

Re: Site deployment to sourceforge.net broken

2008-11-07 Thread Barrie Treloar
On Tue, Sep 30, 2008 at 2:05 PM, Jiaqi Guo [EMAIL PROTECTED] wrote: Is there an official answer for Marat's question? Can site plugin be configured to deploy file by file instead of zip/unzip? Thanks. http://sourceforge.net/community/forum/topic.php?id=3518pagereplies=1 See the comments in

Re: Site deployment to sourceforge.net broken

2008-10-16 Thread Thiago Moreira (timba)
I found the following work around to this problem: scp -r target/site/* thiagolm,[EMAIL PROTECTED]:/home/groups/f/fl/floggy/htdocs Until the problem isn't be solved I will update the site using two steps: mvn clean site and then using the scp command. Thiago Moreira On Tue, Oct 7, 2008

Re: Site deployment to sourceforge.net broken

2008-10-07 Thread Marat Radchenko
Done: http://jira.codehaus.org/browse/MDEPLOY-86 2008/10/6 Wayne Fay [EMAIL PROTECTED]: Then file a bug in JIRA, and get lots of people to vote on it. Complaining about bugs on the Maven Users list is certainly not guaranteed to have them addressed. Wayne On Mon, Oct 6, 2008 at 3:45 AM,

Re: Site deployment to sourceforge.net broken

2008-10-07 Thread Thiago Moreira (timba)
Voted! On Tue, Oct 7, 2008 at 4:52 AM, Marat Radchenko [EMAIL PROTECTED] wrote: Done: http://jira.codehaus.org/browse/MDEPLOY-86 2008/10/6 Wayne Fay [EMAIL PROTECTED]: Then file a bug in JIRA, and get lots of people to vote on it. Complaining about bugs on the Maven Users list is

Re: Site deployment to sourceforge.net broken

2008-10-06 Thread Marat Radchenko
Ping. This is a really serious bug. It affects all sf-hosted maven projects. 2008/9/25 Marat Radchenko [EMAIL PROTECTED]: After last changes in sf.net infrastructure there are three ways of uploading stuff to web area: 1) sftp 2) scp 3) rsync over ssh I've tried two first options and they

Re: Site deployment to sourceforge.net broken

2008-10-06 Thread Wayne Fay
Then file a bug in JIRA, and get lots of people to vote on it. Complaining about bugs on the Maven Users list is certainly not guaranteed to have them addressed. Wayne On Mon, Oct 6, 2008 at 3:45 AM, Marat Radchenko [EMAIL PROTECTED] wrote: Ping. This is a really serious bug. It affects all

Site deployment to sourceforge.net broken

2008-10-06 Thread Thiago Moreira (timba)
Which JIRA project/component should I open the ticket ?? Thanks Thiago Moreira

Re: Site deployment to sourceforge.net broken

2008-09-29 Thread Jiaqi Guo
Is there an official answer for Marat's question? Can site plugin be configured to deploy file by file instead of zip/unzip? Thanks. http://sourceforge.net/community/forum/topic.php?id=3518pagereplies=1 Regards -Jiaqi Guo SourceForge Marat Radchenko wrote: After last changes in sf.net

Site deployment to sourceforge.net broken

2008-09-25 Thread Marat Radchenko
After last changes in sf.net infrastructure there are three ways of uploading stuff to web area: 1) sftp 2) scp 3) rsync over ssh I've tried two first options and they both failed. Maven uploads zip file (wagon.zip) and then tries to unzip it. However unzip commandis not available. As far as