[jira] [Commented] (JAMES-1558) Download pages must not link to snapshots

2014-10-07 Thread Eric Charles (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14163033#comment-14163033
 ] 

Eric Charles commented on JAMES-1558:
-

Trying to fix the current deployed files with find . -name *.html -exec sed 
-i -e 's/Snapshots//g' '{}' \; but don't have permission for this.
[~s...@apache.org] can you run this from /www/james.apache.org ? (the 
deployement of a complete new site is quite resource consuming).

In the meantime, i will update the maven skin so the next deployed site don't 
have that link anymore.

Thx, Eric

 Download pages must not link to snapshots
 -

 Key: JAMES-1558
 URL: https://issues.apache.org/jira/browse/JAMES-1558
 Project: James Server
  Issue Type: Bug
Reporter: Sebb
Assignee: Eric Charles

 Nightly builds / snapshots which are not formal releases should not be linked 
 from the main download page.
 Such builds have not been voted on and should only be used by developers who 
 should be made aware that the code is without any guarantees,
 Nightly builds are not formal ASF releases, and must not be promoted to the 
 general public.
 See [1] second para. The second sentence states:
 Do not include any links on the project website that might encourage 
 non-developers to download and use nightly builds, snapshots, release 
 candidates, or any other similar package.
 [1] http://www.apache.org/dev/release.html#what



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



svn commit: r1630004 - /james/project/trunk/src/site/site.xml

2014-10-07 Thread eric
Author: eric
Date: Wed Oct  8 04:52:55 2014
New Revision: 1630004

URL: http://svn.apache.org/r1630004
Log:
Remove menu item linking to snapshot download (JAMES-1558)

Modified:
james/project/trunk/src/site/site.xml

Modified: james/project/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/src/site/site.xml?rev=1630004r1=1630003r2=1630004view=diff
==
--- james/project/trunk/src/site/site.xml (original)
+++ james/project/trunk/src/site/site.xml Wed Oct  8 04:52:55 2014
@@ -135,9 +135,6 @@
 item
 name=Releases
 href=http://james.apache.org/download.cgi; /
-item
-name=Snapshots
-
href=https://repository.apache.org/content/repositories/snapshots/org/apache/james/;
 /
 /menu
 /body
 



-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



Re: build james beta 4 from source

2014-10-07 Thread Eric Charles
For 3.0-beta4, there was a separate app project which seems to be
removed now (even the tag)...

On 09/29/2014 11:43 AM, Emma Sesmero wrote:
 Hi all,
 
 I am following these steps to build the James beta 4 from the source code:
 
 svn checkout
 http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4/
 cd james-server-3.0-beta4
 mvn clean install
 
 
 But I cannot find the zip with James Server in the container-spring/target
 folder or any other place. Do I need to do anything else to build the zip
 package from the source?
 
 Thank you in advance.
 Emma
 

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-1558) Download pages must not link to snapshots

2014-10-07 Thread Eric Charles (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14163127#comment-14163127
 ] 

Eric Charles commented on JAMES-1558:
-

Skin is now updated 
http://svn.apache.org/viewvc/james/project/trunk/src/site/site.xml?r1=1630004r2=1630003pathrev=1630004

 Download pages must not link to snapshots
 -

 Key: JAMES-1558
 URL: https://issues.apache.org/jira/browse/JAMES-1558
 Project: James Server
  Issue Type: Bug
Reporter: Sebb
Assignee: Eric Charles

 Nightly builds / snapshots which are not formal releases should not be linked 
 from the main download page.
 Such builds have not been voted on and should only be used by developers who 
 should be made aware that the code is without any guarantees,
 Nightly builds are not formal ASF releases, and must not be promoted to the 
 general public.
 See [1] second para. The second sentence states:
 Do not include any links on the project website that might encourage 
 non-developers to download and use nightly builds, snapshots, release 
 candidates, or any other similar package.
 [1] http://www.apache.org/dev/release.html#what



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org