[jira] [Commented] (JAMES-1832) unable to send and receive email with James - java.io.IOException: The system cannot find the path specified

2016-10-20 Thread Matthieu Baechler (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591042#comment-15591042
 ] 

Matthieu Baechler commented on JAMES-1832:
--

I looks like you have the same problem than this one : 
https://issues.apache.org/jira/browse/JAMES-1835
Try launching james not as a windows service and keep us updated.

> unable to send and receive email with James - java.io.IOException: The system 
> cannot find the path specified
> 
>
> Key: JAMES-1832
> URL: https://issues.apache.org/jira/browse/JAMES-1832
> Project: James Server
>  Issue Type: Bug
>Affects Versions: 3.0.0-beta5
> Environment: Windows operating system
>Reporter: Rijoy Babu T
> Attachments: confFiles.zip, jamse-serverLogs.txt, 
> mailetcontainer.log, pop3server.log, smtpserver.log, telnet commands.jpg, 
> wrapperlog.zip
>
>
> I have installed James server on my local machine and configured it with 
> thunderBird email client. 
> After setting up email client I am not able to view emails in inbox. I am not 
> getting any error while sending emails from ThunderBird email client.
> When I observed SMTP and POP3 logs, no errors found, But in wrapper.logs I 
> can see some exceptions.
> I am new to this mail configuration. Not sure If I missed any settings prior 
> to set up email client. 
> Please find the stack trace below for more clarification. Also I am attaching 
> my mailetcontainer.xml file for your reference.
> Caused by: org.apache.james.mailbox.exception.MailboxException: Unable to 
> parse message
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> org.apache.james.mailbox.store.StoreMessageManager.appendMessage(StoreMessageManager.java:383)
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> org.apache.james.transport.mailets.ToSenderFolder.doService(ToSenderFolder.java:125)
> INFO   | jvm 1| 2016/10/07 10:10:41 | ... 199 more
> INFO   | jvm 1| 2016/10/07 10:10:41 | Caused by: java.io.IOException: The 
> system cannot find the path specified
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> java.io.WinNTFileSystem.createFileExclusively(Native Method)
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> java.io.File.checkAndCreate(File.java:1704)
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> java.io.File.createTempFile(File.java:1792)
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> java.io.File.createTempFile(File.java:1828)
> INFO   | jvm 1| 2016/10/07 10:10:41 | at 
> org.apache.james.mailbox.store.StoreMessageManager.appendMessage(StoreMessageManager.java:260)
> INFO   | jvm 1| 2016/10/07 10:10:41 | ... 200 more
> INFO   | jvm 1| 2016/10/07 10:10:42 | ERROR 10:10:41,974 | 
> james.mailspooler | Exception processing mail while spooling Unable to 
> process mail Mail1475815159834-7f699d91-039e-42f8-b9e7-2e3df8cc9da1 
> (org.apache.camel.CamelExecutionException: Exception occurred during 
> execution on the exchange: Exchange[Message: 
> org.apache.james.core.MailImpl@79c0f4])
> INFO   | jvm 1| 2016/10/07 10:10:42 | javax.mail.MessagingException: 
> Unable to process mail Mail1475815159834-7f699d91-039e-42f8-b9e7-2e3df8cc9da1 
> (org.apache.camel.CamelExecutionException: Exception occurred during 
> execution on the exchange: Exchange[Message: 
> org.apache.james.core.MailImpl@79c0f4])
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> org.apache.james.mailetcontainer.impl.camel.CamelMailetProcessor.service(CamelMailetProcessor.java:65)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> org.apache.james.mailetcontainer.lib.AbstractStateCompositeProcessor.service(AbstractStateCompositeProcessor.java:98)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> org.apache.james.mailetcontainer.impl.JamesMailSpooler$1.run(JamesMailSpooler.java:166)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> java.lang.Thread.run(Thread.java:662)
> INFO   | jvm 1| 2016/10/07 10:10:42 | Caused by: 
> org.apache.camel.CamelExecutionException: Exception occurred during execution 
> on the exchange: Exchange[Message: org.apache.james.core.MailImpl@79c0f4]
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1287)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> org.apache.camel.util.ExchangeHelper.extractResultBody(ExchangeHelper.java:618)
> INFO   | jvm 1| 2016/10/07 10:10:42 | at 
> org.apache.camel.impl.DefaultProducerTe

[jira] [Commented] (JAMES-1834) Removing To Do page from website

2016-10-20 Thread Laura Royet (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591146#comment-15591146
 ] 

Laura Royet commented on JAMES-1834:


this issue is taken into account in : 
https://issues.apache.org/jira/browse/JAMES-1841

> Removing To Do page from website
> 
>
> Key: JAMES-1834
> URL: https://issues.apache.org/jira/browse/JAMES-1834
> Project: James Server
>  Issue Type: Improvement
>Reporter: Laura Royet
>




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



[jira] [Closed] (JAMES-1834) Removing To Do page from website

2016-10-20 Thread Laura Royet (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laura Royet closed JAMES-1834.
--
Resolution: Fixed

> Removing To Do page from website
> 
>
> Key: JAMES-1834
> URL: https://issues.apache.org/jira/browse/JAMES-1834
> Project: James Server
>  Issue Type: Improvement
>Reporter: Laura Royet
>




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



[2/2] james-mime4j git commit: JAMES-1831 Mime4J should use new logo

2016-10-20 Thread btellier
JAMES-1831 Mime4J should use new logo


Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/5c98d511
Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/5c98d511
Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/5c98d511

Branch: refs/heads/JAMES-1831
Commit: 5c98d511211f3eaa1f28d04fee8bd959bbcbaa07
Parents: 3cce991
Author: benwa 
Authored: Thu Oct 6 08:52:44 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 14:28:04 2016 +0200

--
 src/reporting-site/site.xml |   4 ++--
 src/site/resources/images/asf-logo-reduced.gif  | Bin 6636 -> 0 bytes
 src/site/resources/images/james-logo.png| Bin 0 -> 5243 bytes
 src/site/resources/images/james-mime4j-logo.gif | Bin 7418 -> 0 bytes
 src/site/site.xml   |   4 ++--
 5 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/5c98d511/src/reporting-site/site.xml
--
diff --git a/src/reporting-site/site.xml b/src/reporting-site/site.xml
index 04e0430..2cb16df 100644
--- a/src/reporting-site/site.xml
+++ b/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
 JAMES Mime4J
-images/james-mime4j-logo.gif
+images/james-logo.png
 http://james.apache.org/
-james-mime4j-logo.gif
+james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/5c98d511/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/src/site/resources/images/asf-logo-reduced.gif 
b/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/src/site/resources/images/asf-logo-reduced.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/5c98d511/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
new file mode 100644
index 000..2ef3d9a
Binary files /dev/null and b/src/site/resources/images/james-logo.png differ

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/5c98d511/src/site/resources/images/james-mime4j-logo.gif
--
diff --git a/src/site/resources/images/james-mime4j-logo.gif 
b/src/site/resources/images/james-mime4j-logo.gif
deleted file mode 100644
index 9d565f2..000
Binary files a/src/site/resources/images/james-mime4j-logo.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/5c98d511/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 849e8d3..2ec51ae 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,9 @@
 
 
 JAMES Mime4J
-images/logos/james-mime4j-logo.gif
+images/james-logo.png
 http://james.apache.org/
-james-mime4j-logo.gif
+james-logo.png
 
 
   


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



[1/2] james-mime4j git commit: JAMES-1831 Use james-skin for rendering website

2016-10-20 Thread btellier
Repository: james-mime4j
Updated Branches:
  refs/heads/JAMES-1831 [created] e5a49d0d4


JAMES-1831 Use james-skin for rendering website


Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/e5a49d0d
Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/e5a49d0d
Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/e5a49d0d

Branch: refs/heads/JAMES-1831
Commit: e5a49d0d4645c7051648e3619edd89a1f56c3d5e
Parents: 5c98d51
Author: benwa 
Authored: Thu Oct 6 23:55:55 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 14:28:04 2016 +0200

--
 pom.xml   |   2 +
 src/site/site.xml | 141 +
 2 files changed, 121 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/e5a49d0d/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 81bf454..2262950 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,8 @@
 
 
 
+1.8
+
 1.5
 1.1.1
 1.2.14

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/e5a49d0d/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 2ec51ae..beba0f1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,6 +19,12 @@
 -->
 
 
+
+org.apache.james
+james-skin
+${james-skin.version}
+
+
 
 JAMES Mime4J
 images/james-logo.png
@@ -26,26 +32,117 @@
 james-logo.png
 
 
-  
-
-  
-  
-  
-  
-
-
-
-  
-  
-
-
-
-  
-  http://issues.apache.org/jira/browse/MIME4J/"; />
-
-
-
-   http://hc.apache.org/httpcomponents-client/httpmime/index.html"; />
-
-  
+
+The Apache Software Foundation
+images/logos/asf_logo_small.png
+http://www.apache.org/index.html
+
+
+
+
+
+http://james.apache.org/index.html"; />
+http://james.apache.org/server/index.html"; />
+http://james.apache.org/hupa/index.html"; />
+http://james.apache.org/protocols/index.html"; />
+http://james.apache.org/mailet/index.html"; />
+http://james.apache.org/mailbox/index.html"; />
+http://james.apache.org/mime4j/index.html"; />
+http://james.apache.org/jsieve/index.html"; />
+http://james.apache.org/jspf/index.html"; />
+http://james.apache.org/jdkim/index.html"; />
+http://james.apache.org/mpt/index.html"; />
+http://james.apache.org/postage/index.html"; />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://issues.apache.org/jira/browse/MIME4J/"; />
+
+
+
+http://hc.apache.org/httpcomponents-client/httpmime/index.html"; />
+
+
+
+
+
+
+
+
+http://wiki.apache.org/james"; />
+
+
+
+
+
+
+
+http://james.apache.org/download.cgi"; />
+
+
+
 


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



[2/2] james-jdkim git commit: JAMES-1831 JDKIM should use new logo

2016-10-20 Thread btellier
JAMES-1831 JDKIM should use new logo


Project: http://git-wip-us.apache.org/repos/asf/james-jdkim/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jdkim/commit/82a37d5e
Tree: http://git-wip-us.apache.org/repos/asf/james-jdkim/tree/82a37d5e
Diff: http://git-wip-us.apache.org/repos/asf/james-jdkim/diff/82a37d5e

Branch: refs/heads/master
Commit: 82a37d5e8faa1aa798332ba2ea53fc6954953fd1
Parents: 2f58682
Author: benwa 
Authored: Thu Oct 6 15:41:51 2016 +0200
Committer: benwa 
Committed: Fri Oct 7 10:39:47 2016 +0200

--
 src/reporting-site/site.xml|   4 ++--
 src/site/resources/images/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 src/site/resources/images/james-jdkim-logo.gif | Bin 8111 -> 0 bytes
 src/site/site.xml  |   4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jdkim/blob/82a37d5e/src/reporting-site/site.xml
--
diff --git a/src/reporting-site/site.xml b/src/reporting-site/site.xml
index 1b756d8..2c36dbc 100644
--- a/src/reporting-site/site.xml
+++ b/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
 James jDKIM
-/images/logos/james-jdkim-logo.gif
+/images/james-logo.png
 http://james.apache.org/
-james-jdkim-logo.gif
+james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-jdkim/blob/82a37d5e/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/src/site/resources/images/asf-logo-reduced.gif 
b/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/src/site/resources/images/asf-logo-reduced.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jdkim/blob/82a37d5e/src/site/resources/images/james-jdkim-logo.gif
--
diff --git a/src/site/resources/images/james-jdkim-logo.gif 
b/src/site/resources/images/james-jdkim-logo.gif
deleted file mode 100644
index 9855e02..000
Binary files a/src/site/resources/images/james-jdkim-logo.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jdkim/blob/82a37d5e/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 3107059..ad43671 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,9 @@
 
   
 JAMES jDKIM
-images/logos/james-jdkim-logo.gif
+images/james-logo.png
 http://james.apache.org/
-james-jdkim-logo.gif
+james-logo.png
   
 
   


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



[1/2] james-jdkim git commit: JAMES-1831 JDKIM should compile and pass tests

2016-10-20 Thread btellier
Repository: james-jdkim
Updated Branches:
  refs/heads/master b75471999 -> 82a37d5e8


JAMES-1831 JDKIM should compile and pass tests


Project: http://git-wip-us.apache.org/repos/asf/james-jdkim/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jdkim/commit/2f58682a
Tree: http://git-wip-us.apache.org/repos/asf/james-jdkim/tree/2f58682a
Diff: http://git-wip-us.apache.org/repos/asf/james-jdkim/diff/2f58682a

Branch: refs/heads/master
Commit: 2f58682a1eb3adc283294a648bcffa6dd8290ede
Parents: b754719
Author: benwa 
Authored: Thu Oct 6 15:42:56 2016 +0200
Committer: benwa 
Committed: Fri Oct 7 10:39:42 2016 +0200

--
 .../james/jdkim/mailets/DKIMSignTest.java   | 53 +++-
 .../james/jdkim/mailets/DKIMVerifyTest.java | 10 ++--
 pom.xml |  4 +-
 3 files changed, 35 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jdkim/blob/2f58682a/mailets/src/test/java/org/apache/james/jdkim/mailets/DKIMSignTest.java
--
diff --git 
a/mailets/src/test/java/org/apache/james/jdkim/mailets/DKIMSignTest.java 
b/mailets/src/test/java/org/apache/james/jdkim/mailets/DKIMSignTest.java
index fdc6138..41297be 100644
--- a/mailets/src/test/java/org/apache/james/jdkim/mailets/DKIMSignTest.java
+++ b/mailets/src/test/java/org/apache/james/jdkim/mailets/DKIMSignTest.java
@@ -63,7 +63,7 @@ public class DKIMSignTest {
 
"b+IfiEf1UeZVV5o4J+ECQDatNnS3V9qYUKjj/krNRD/U0+7eh8S2ylLqD3RlSn9K\r\n" +
 "tYGRMgAtUXtiOEizBH6bd/orzI9V9sw8yBz+ZqIH25Q=\r\n" +
 "-END RSA PRIVATE KEY-\r\n";
-// 
"MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBANgNpgpfPBVjCpZsuGa4nrppMA3zCYNH6t8cTwd+eRI5rHSgihMznOq5mtMujfTzvRgx9jPHB8HqP83PdB3CtQP+3RgxgmJQrJYmcIp9lcckEn7J9Eevuhb5RbdxWj0IbZsF8jGwifBh7XvmD1SPKe0mla56p0QijVzZuG/0ynrpAgMBAAECgYEAjxdzCdmLRKrk3z3AX6AU2GdEQWjeuwkNoJjyKod0DkMOWevdptv/KGKnDQj/UeWALp8gbah7Fc5cVaX5RKCpG3WRO32NeFUUTGDyY2SjZR6UDAW2yXwJGNVxhA5x514f9Yz+ZeODbBSqpl6cGaUqUPq81vvSMUl5VoMn/ufuPwECQQD02QfYPhmCP8g4BVhxxlgfvj5WA7R7tWRSNCT3C0naPpwaono9+PSuhUgxRbOgFvxh8StHyXomdVBt/LzeAl6JAkEA4eTejDsmMCfxe47JnHbgpxNphYpSQBB9FZgMUU5hAXgpX3EtIS3JxjSSOx3EYoO51ZywBOWUXNcMJAXoNM0hYQJAQDnZ4/BOMqtWctN8IsQbg6Acq+Vm53hqa2HAPIlagwQfYKE0HaN7U3gkusAE4T6GT466gqcoAoSNZ3x/cmD+uQJAePyZCaiAephaKSA/8VJmXnXyNXjxNqjeJduq9T0yjZPrLNg0IKoigMsVax41WcJNnRBv4h+IR/VR5lVXmjgn4QJANq02dLdX2phQqOP+Ss1EP9TT7t6HxLbKUuoPdGVKf0q1gZEyAC1Re2I4SLMEfpt3+ivMj1X2zDzIHP5mogfblA==");
+private static final FakeMailContext FAKE_MAIL_CONTEXT = 
FakeMailContext.defaultContext();
 
 @Test
 public void testDKIMSign() throws MessagingException, IOException,
@@ -73,7 +73,7 @@ public class DKIMSignTest {
 Mailet mailet = new DKIMSign();
 
 FakeMailetConfig mci = new FakeMailetConfig("Test",
-new FakeMailContext());
+FAKE_MAIL_CONTEXT);
 mci
 .setProperty(
 "signatureTemplate",
@@ -82,10 +82,11 @@ public class DKIMSignTest {
 
 mailet.init(mci);
 
-Mail mail = new FakeMail();
-mail.setMessage(new MimeMessage(Session
+Mail mail = FakeMail.builder()
+.mimeMessage(new MimeMessage(Session
 .getDefaultInstance(new Properties()),
-new ByteArrayInputStream(message.getBytes(;
+new ByteArrayInputStream(message.getBytes(
+.build();
 
 mailet.service(mail);
 
@@ -118,18 +119,18 @@ public class DKIMSignTest {
 
 Mailet mailet = new DKIMSign();
 
-FakeMailetConfig mci = new FakeMailetConfig("Test",
-new FakeMailContext());
+FakeMailetConfig mci = new FakeMailetConfig("Test", FAKE_MAIL_CONTEXT);
 mci.setProperty("signatureTemplate",
 "v=1; t=" + ((System.currentTimeMillis() / 1000) + 1000) + "; 
s=selector; d=example.com; h=from:to:received:received; a=rsa-sha256; bh=; 
b=;");
 mci.setProperty("privateKey", TESTING_PEM);
 
 mailet.init(mci);
 
-Mail mail = new FakeMail();
-mail.setMessage(new MimeMessage(Session
+Mail mail = FakeMail.builder()
+.mimeMessage(new MimeMessage(Session
 .getDefaultInstance(new Properties()),
-new ByteArrayInputStream(message.getBytes(;
+new ByteArrayInputStream(message.getBytes(
+.build();
 
 mailet.service(mail);
 
@@ -159,8 +160,7 @@ public class DKIMSignTest {
 
 Mailet mailet = new DKIMSign();
 
-FakeMailetConfig mci = new FakeMailetConfig("Test",
-new FakeMailContext());
+FakeMailetConfig mci = new FakeMailetConfig("Test", FAKE_MAIL_CONTEXT);
 mci
 .setProperty(
 

[2/3] james-jspf git commit: JAMES-1831 JSPF should use new logo

2016-10-20 Thread btellier
JAMES-1831 JSPF should use new logo


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/1e4ffc99
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/1e4ffc99
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/1e4ffc99

Branch: refs/heads/JAMES-1831
Commit: 1e4ffc99c8345fd7fe6c450e6607eb0ee1c3f99c
Parents: ea6c0dc
Author: benwa 
Authored: Thu Oct 6 08:59:52 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:14:10 2016 +0200

--
 src/reporting-site/site.xml|   4 ++--
 src/site/resources/images/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 src/site/resources/images/james-jspf-logo.gif  | Bin 6568 -> 0 bytes
 src/site/resources/images/james-logo.png   | Bin 0 -> 5243 bytes
 src/site/site.xml  |   4 ++--
 5 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/reporting-site/site.xml
--
diff --git a/src/reporting-site/site.xml b/src/reporting-site/site.xml
index 8ccc202..6b1801a 100644
--- a/src/reporting-site/site.xml
+++ b/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
 James jSPF
-images/logos/james-jspf-logo.gif
+images/james-logo.png
 http://james.apache.org/jspf/index.html
-james-jspf-logo.gif
+james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/src/site/resources/images/asf-logo-reduced.gif 
b/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/src/site/resources/images/asf-logo-reduced.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/resources/images/james-jspf-logo.gif
--
diff --git a/src/site/resources/images/james-jspf-logo.gif 
b/src/site/resources/images/james-jspf-logo.gif
deleted file mode 100644
index e586fe2..000
Binary files a/src/site/resources/images/james-jspf-logo.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
new file mode 100644
index 000..2ef3d9a
Binary files /dev/null and b/src/site/resources/images/james-logo.png differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 7542bfe..c0b605f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,9 @@
 
   
 James jSPF
-images/logos/james-jspf-logo.gif
+images/james-logo.png
 http://james.apache.org/jspf/index.html
-james-jspf-logo.gif
+james-logo.png
   
 
   


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



[1/3] james-jspf git commit: JAMES-1831 Change logo

2016-10-20 Thread btellier
Repository: james-jspf
Updated Branches:
  refs/heads/JAMES-1831 [created] 72fcf89ad


JAMES-1831 Change logo


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/72fcf89a
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/72fcf89a
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/72fcf89a

Branch: refs/heads/JAMES-1831
Commit: 72fcf89ad5f5f61b45862d09766b001ce37fa6eb
Parents: 1e4ffc9
Author: benwa 
Authored: Fri Oct 7 10:07:31 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:14:10 2016 +0200

--
 pom.xml  |   2 +
 src/site/resources/images/james-logo.png | Bin 5243 -> 0 bytes
 src/site/site.xml| 104 --
 3 files changed, 99 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/72fcf89a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index abd48a0..ba12fa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,8 @@
 
 
 
+1.8
+
 
 src
 

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/72fcf89a/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
deleted file mode 100644
index 2ef3d9a..000
Binary files a/src/site/resources/images/james-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/72fcf89a/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index c0b605f..8795d39 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,6 +19,12 @@
 -->
 
 
+
+org.apache.james
+james-skin
+${james-skin.version}
+
+
   
 James jSPF
 images/james-logo.png
@@ -26,7 +32,53 @@
 james-logo.png
   
 
+
+The Apache Software Foundation
+images/logos/asf_logo_small.png
+http://www.apache.org/index.html
+
+
   
+
+  
+http://james.apache.org/index.html"; />
+http://james.apache.org/server/index.html"; />
+http://james.apache.org/hupa/index.html"; />
+http://james.apache.org/protocols/index.html"; />
+http://james.apache.org/mailet/index.html"; />
+http://james.apache.org/mailbox/index.html"; />
+http://james.apache.org/mime4j/index.html"; />
+http://james.apache.org/jsieve/index.html"; />
+http://james.apache.org/jspf/index.html"; />
+http://james.apache.org/jdkim/index.html"; />
+http://james.apache.org/mpt/index.html"; />
+http://james.apache.org/postage/index.html"; />
+
+
 
 
   
@@ -35,13 +87,51 @@
   
 
 
-
+
+
+
+
+
+
+http://wiki.apache.org/james"; />
+
+
+
+
+
+
+
+http://james.apache.org/download.cgi"; />
+
+
+
+
 
   
 


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



[3/3] james-jspf git commit: JAMES-1831 Add gitignore to JSPF

2016-10-20 Thread btellier
JAMES-1831 Add gitignore to JSPF


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/ea6c0dc5
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/ea6c0dc5
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/ea6c0dc5

Branch: refs/heads/JAMES-1831
Commit: ea6c0dc5f84d921d69946d61bebd46b80168f2a6
Parents: 4208475
Author: benwa 
Authored: Thu Oct 6 08:59:07 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:14:10 2016 +0200

--
 .gitignore | 14 ++
 1 file changed, 14 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/ea6c0dc5/.gitignore
--
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..c1a8514
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+.project
+.settings
+*~
+target
+*.iml
+.gitignore
+.idea
+*.patch
+*.log
+.m2
+*.jar
+*.gz
+*.zip
+*.war


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



[1/3] james-jspf git commit: JAMES-1831 Change logo

2016-10-20 Thread btellier
Repository: james-jspf
Updated Branches:
  refs/heads/master 4208475b8 -> 72fcf89ad


JAMES-1831 Change logo


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/72fcf89a
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/72fcf89a
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/72fcf89a

Branch: refs/heads/master
Commit: 72fcf89ad5f5f61b45862d09766b001ce37fa6eb
Parents: 1e4ffc9
Author: benwa 
Authored: Fri Oct 7 10:07:31 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:14:10 2016 +0200

--
 pom.xml  |   2 +
 src/site/resources/images/james-logo.png | Bin 5243 -> 0 bytes
 src/site/site.xml| 104 --
 3 files changed, 99 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/72fcf89a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index abd48a0..ba12fa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,8 @@
 
 
 
+1.8
+
 
 src
 

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/72fcf89a/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
deleted file mode 100644
index 2ef3d9a..000
Binary files a/src/site/resources/images/james-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/72fcf89a/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index c0b605f..8795d39 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,6 +19,12 @@
 -->
 
 
+
+org.apache.james
+james-skin
+${james-skin.version}
+
+
   
 James jSPF
 images/james-logo.png
@@ -26,7 +32,53 @@
 james-logo.png
   
 
+
+The Apache Software Foundation
+images/logos/asf_logo_small.png
+http://www.apache.org/index.html
+
+
   
+
+  
+http://james.apache.org/index.html"; />
+http://james.apache.org/server/index.html"; />
+http://james.apache.org/hupa/index.html"; />
+http://james.apache.org/protocols/index.html"; />
+http://james.apache.org/mailet/index.html"; />
+http://james.apache.org/mailbox/index.html"; />
+http://james.apache.org/mime4j/index.html"; />
+http://james.apache.org/jsieve/index.html"; />
+http://james.apache.org/jspf/index.html"; />
+http://james.apache.org/jdkim/index.html"; />
+http://james.apache.org/mpt/index.html"; />
+http://james.apache.org/postage/index.html"; />
+
+
 
 
   
@@ -35,13 +87,51 @@
   
 
 
-
+
+
+
+
+
+
+http://wiki.apache.org/james"; />
+
+
+
+
+
+
+
+http://james.apache.org/download.cgi"; />
+
+
+
+
 
   
 


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



[3/3] james-jspf git commit: JAMES-1831 Add gitignore to JSPF

2016-10-20 Thread btellier
JAMES-1831 Add gitignore to JSPF


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/ea6c0dc5
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/ea6c0dc5
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/ea6c0dc5

Branch: refs/heads/master
Commit: ea6c0dc5f84d921d69946d61bebd46b80168f2a6
Parents: 4208475
Author: benwa 
Authored: Thu Oct 6 08:59:07 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:14:10 2016 +0200

--
 .gitignore | 14 ++
 1 file changed, 14 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/ea6c0dc5/.gitignore
--
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..c1a8514
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+.project
+.settings
+*~
+target
+*.iml
+.gitignore
+.idea
+*.patch
+*.log
+.m2
+*.jar
+*.gz
+*.zip
+*.war


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



[2/3] james-jspf git commit: JAMES-1831 JSPF should use new logo

2016-10-20 Thread btellier
JAMES-1831 JSPF should use new logo


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/1e4ffc99
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/1e4ffc99
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/1e4ffc99

Branch: refs/heads/master
Commit: 1e4ffc99c8345fd7fe6c450e6607eb0ee1c3f99c
Parents: ea6c0dc
Author: benwa 
Authored: Thu Oct 6 08:59:52 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:14:10 2016 +0200

--
 src/reporting-site/site.xml|   4 ++--
 src/site/resources/images/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 src/site/resources/images/james-jspf-logo.gif  | Bin 6568 -> 0 bytes
 src/site/resources/images/james-logo.png   | Bin 0 -> 5243 bytes
 src/site/site.xml  |   4 ++--
 5 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/reporting-site/site.xml
--
diff --git a/src/reporting-site/site.xml b/src/reporting-site/site.xml
index 8ccc202..6b1801a 100644
--- a/src/reporting-site/site.xml
+++ b/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
 James jSPF
-images/logos/james-jspf-logo.gif
+images/james-logo.png
 http://james.apache.org/jspf/index.html
-james-jspf-logo.gif
+james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/src/site/resources/images/asf-logo-reduced.gif 
b/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/src/site/resources/images/asf-logo-reduced.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/resources/images/james-jspf-logo.gif
--
diff --git a/src/site/resources/images/james-jspf-logo.gif 
b/src/site/resources/images/james-jspf-logo.gif
deleted file mode 100644
index e586fe2..000
Binary files a/src/site/resources/images/james-jspf-logo.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
new file mode 100644
index 000..2ef3d9a
Binary files /dev/null and b/src/site/resources/images/james-logo.png differ

http://git-wip-us.apache.org/repos/asf/james-jspf/blob/1e4ffc99/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 7542bfe..c0b605f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,9 @@
 
   
 James jSPF
-images/logos/james-jspf-logo.gif
+images/james-logo.png
 http://james.apache.org/jspf/index.html
-james-jspf-logo.gif
+james-logo.png
   
 
   


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



[2/4] james-jsieve git commit: JAMES-1831 JSieve should use new logo

2016-10-20 Thread btellier
JAMES-1831 JSieve should use new logo


Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/135f3809
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/135f3809
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/135f3809

Branch: refs/heads/master
Commit: 135f38090feffc4c829db4a3af9bd0a56320a851
Parents: 20c8042
Author: benwa 
Authored: Thu Oct 6 09:07:36 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:18:20 2016 +0200

--
 src/reporting-site/site.xml |   4 ++--
 src/site/resources/images/asf-logo-reduced.gif  | Bin 6636 -> 0 bytes
 src/site/resources/images/james-jsieve-logo.gif | Bin 7014 -> 0 bytes
 src/site/resources/images/james-logo.png| Bin 0 -> 5243 bytes
 src/site/site.xml   |   4 ++--
 5 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/135f3809/src/reporting-site/site.xml
--
diff --git a/src/reporting-site/site.xml b/src/reporting-site/site.xml
index ca486eb..0c9c4ad 100644
--- a/src/reporting-site/site.xml
+++ b/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
   JAMES jSieve
-  images/james-jsieve-logo.gif
+  images/james-logo.png
   http://james.apache.org/
-  james-jsieve-logo.gif
+  james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/135f3809/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/src/site/resources/images/asf-logo-reduced.gif 
b/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/src/site/resources/images/asf-logo-reduced.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/135f3809/src/site/resources/images/james-jsieve-logo.gif
--
diff --git a/src/site/resources/images/james-jsieve-logo.gif 
b/src/site/resources/images/james-jsieve-logo.gif
deleted file mode 100644
index 9c7e34f..000
Binary files a/src/site/resources/images/james-jsieve-logo.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/135f3809/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
new file mode 100644
index 000..2ef3d9a
Binary files /dev/null and b/src/site/resources/images/james-logo.png differ

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/135f3809/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 632596d..d705938 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,9 @@
 
   
 JAMES jSieve
-images/james-jsieve-logo.gif
+images/james-logo.png
 http://james.apache.org/
-james-jsieve-logo.gif
+james-logo.png
   
 
   


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



[3/4] james-jsieve git commit: JAMES-1831 JSieve do not inherit anymore from James parent

2016-10-20 Thread btellier
JAMES-1831 JSieve do not inherit anymore from James parent


Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/aa74af6c
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/aa74af6c
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/aa74af6c

Branch: refs/heads/master
Commit: aa74af6c88300455ec35deec488e518de32f4069
Parents: 9eabdd2
Author: benwa 
Authored: Wed Oct 12 14:53:21 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:18:20 2016 +0200

--
 src/site/site.xml | 38 ++
 1 file changed, 38 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/aa74af6c/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index fa53bab..37e059e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -32,7 +32,28 @@
 james-logo.png
   
 
+  
+The Apache Software Foundation
+images/logos/asf_logo_small.png
+http://www.apache.org/index.html
+  
+
   
+
+  http://james.apache.org/index.html"; />
+  http://james.apache.org/server/index.html"; />
+  http://james.apache.org/hupa/index.html"; />
+  http://james.apache.org/protocols/index.html"; />
+  http://james.apache.org/mailet/index.html"; />
+  http://james.apache.org/mailbox/index.html"; />
+  http://james.apache.org/mime4j/index.html"; />
+  http://james.apache.org/jsieve/index.html"; />
+  http://james.apache.org/jspf/index.html"; />
+  http://james.apache.org/jdkim/index.html"; />
+  http://james.apache.org/mpt/index.html"; />
+  http://james.apache.org/postage/index.html"; />
+
+
 
   http://james.apache.org/jsieve/core/index.html"; 
/>
   http://james.apache.org/jsieve/util/index.html"; 
/>
@@ -58,5 +79,22 @@
   
 
+
+
+  
+  
+  
+  
+  
+  http://wiki.apache.org/james"; />
+  
+  
+  
+  
+
+
+
+  http://james.apache.org/download.cgi"; />
+
   
 


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



[1/4] james-jsieve git commit: Cleaning pom

2016-10-20 Thread btellier
Repository: james-jsieve
Updated Branches:
  refs/heads/master 19628378e -> aa74af6c8


Cleaning pom


Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/20c80429
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/20c80429
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/20c80429

Branch: refs/heads/master
Commit: 20c80429972e896054cb6d2476279e1de05aa2ce
Parents: 1962837
Author: benwa 
Authored: Mon Oct 17 10:36:06 2016 +0200
Committer: benwa 
Committed: Mon Oct 17 10:36:06 2016 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/20c80429/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 95c1bcc..8cb5509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
 
scm:git:http://git-wip-us.apache.org/repos/asf/james-jsieve.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/james-jsieve.git
 https://git-wip-us.apache.org/repos/asf/james-jsieve.git
-  HEAD
-  
+
+
 
 JIRA
 https://issues.apache.org/jira/browse/JSIEVE


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



[4/4] james-jsieve git commit: JAMES-1831 Use skin

2016-10-20 Thread btellier
JAMES-1831 Use skin


Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/9eabdd24
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/9eabdd24
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/9eabdd24

Branch: refs/heads/master
Commit: 9eabdd24dc5646a260fa1deead8d31c95bed5d97
Parents: 135f380
Author: benwa 
Authored: Thu Oct 6 23:10:58 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:18:20 2016 +0200

--
 core/src/site/resources/images/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 pom.xml |   2 ++
 src/site/resources/images/james-logo.png| Bin 5243 -> 0 bytes
 src/site/site.xml   |   6 ++
 util/src/site/resources/images/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 5 files changed, 8 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/9eabdd24/core/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/core/src/site/resources/images/asf-logo-reduced.gif 
b/core/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/core/src/site/resources/images/asf-logo-reduced.gif and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/9eabdd24/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8cb5509..ba4dab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,8 @@
 
 
 
+1.8
+
 
project
 
 scpexe://people.apache.org/www/james.apache.org/

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/9eabdd24/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
deleted file mode 100644
index 2ef3d9a..000
Binary files a/src/site/resources/images/james-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/9eabdd24/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index d705938..fa53bab 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,6 +19,12 @@
 -->
 
 
+
+org.apache.james
+james-skin
+${james-skin.version}
+
+
   
 JAMES jSieve
 images/james-logo.png

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/9eabdd24/util/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/util/src/site/resources/images/asf-logo-reduced.gif 
b/util/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/util/src/site/resources/images/asf-logo-reduced.gif and 
/dev/null differ


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



[jira] [Created] (JAMES-1845) Find a way to track James 3.0 progress in a dashboard

2016-10-20 Thread Matthieu Baechler (JIRA)
Matthieu Baechler created JAMES-1845:


 Summary: Find a way to track James 3.0 progress in a dashboard
 Key: JAMES-1845
 URL: https://issues.apache.org/jira/browse/JAMES-1845
 Project: James Server
  Issue Type: Task
Reporter: Matthieu Baechler


should be html for simpler deployment.



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



[3/8] james-project git commit: JAMES-1831 add news about new logo

2016-10-20 Thread btellier
JAMES-1831 add news about new logo


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f4b82307
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f4b82307
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f4b82307

Branch: refs/heads/master
Commit: f4b8230707f0fdde5334419d33431d516ca63574
Parents: d9939ee
Author: Benoit Tellier 
Authored: Thu Oct 6 15:09:41 2016 +0200
Committer: Benoit Tellier 
Committed: Thu Oct 20 15:40:20 2016 +0200

--
 src/site/xdoc/index.xml | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/f4b82307/src/site/xdoc/index.xml
--
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 2a3f458..23a92f6 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -180,6 +180,10 @@
 
   
 
+  Oct/2016 - 
+  We choosed a new logo! 
+  
+  
   Sep/2016 - 
   Apache James Server 
3.0 We are currently working on the release.
   


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



[2/8] james-project git commit: JAMES-1831 Replace old logo with the new one

2016-10-20 Thread btellier
JAMES-1831 Replace old logo with the new one


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d9939ee7
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d9939ee7
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d9939ee7

Branch: refs/heads/master
Commit: d9939ee7360195bae9a7d9e7f2a1d55310589e69
Parents: 9a93fd9
Author: Benoit Tellier 
Authored: Thu Oct 6 15:00:56 2016 +0200
Committer: Benoit Tellier 
Committed: Thu Oct 20 15:40:04 2016 +0200

--
 mailbox/src/reporting-site/site.xml |   4 +--
 .../site/resources/images/asf-logo-reduced.gif  | Bin 6636 -> 0 bytes
 .../src/site/resources/images/james-logo.jpg| Bin 5180 -> 0 bytes
 mailbox/src/site/site.xml   |   4 +--
 .../resources/images/logos/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 .../images/logos/james-crypto-mailets-logo.gif  | Bin 9186 -> 0 bytes
 .../images/logos/james-mailet-base-logo.gif | Bin 8795 -> 0 bytes
 .../images/logos/james-mailetapi-logo.gif   | Bin 9121 -> 0 bytes
 .../images/logos/james-mailetdocs-logo.gif  | Bin 9007 -> 0 bytes
 .../logos/james-standard-mailets-logo.gif   | Bin 9293 -> 0 bytes
 mailet/src/reporting-site/site-base.xml |   4 +--
 mailet/src/reporting-site/site-crypto.xml   |   4 +--
 mailet/src/reporting-site/site-mailetdoc.xml|   4 +--
 mailet/src/reporting-site/site-standard.xml |   4 +--
 mailet/src/reporting-site/site.xml  |   4 +--
 mailet/src/reporting-site/site/site.xml |   4 +--
 .../resources/images/logos/asf-logo-reduced.gif | Bin 6636 -> 0 bytes
 .../images/logos/james-ai-mailets-logo.png  | Bin 6999 -> 0 bytes
 .../images/logos/james-crypto-mailets-logo.gif  | Bin 9186 -> 0 bytes
 .../site/resources/images/logos/james-logo.jpg  | Bin 5180 -> 0 bytes
 .../images/logos/james-mailet-base-logo.gif | Bin 8795 -> 0 bytes
 .../images/logos/james-mailetapi-logo.gif   | Bin 9121 -> 0 bytes
 .../images/logos/james-mailetdocs-logo.gif  | Bin 9007 -> 0 bytes
 .../logos/james-standard-mailets-logo.gif   | Bin 9293 -> 0 bytes
 mailet/src/site/resources/images/logos/void.gif | Bin 49 -> 0 bytes
 mailet/src/site/site.xml|   4 +--
 mailet/src/site/xdoc/index.xml  |  30 ---
 mpt/src/reporting-site/site.xml |   4 +--
 .../site/resources/images/asf-logo-reduced.gif  | Bin 6636 -> 0 bytes
 .../site/resources/images/james-mpt-logo.gif| Bin 5179 -> 0 bytes
 mpt/src/site/site.xml   |   4 +--
 pom.xml |   8 +
 protocols/src/reporting-site/site.xml   |   4 +--
 .../site/resources/images/asf-logo-reduced.gif  | Bin 6636 -> 0 bytes
 .../src/site/resources/images/james-logo.jpg| Bin 5180 -> 0 bytes
 .../site/resources/images/james-server-logo.gif | Bin 6944 -> 0 bytes
 protocols/src/site/site.xml |   4 +--
 server/src/reporting-site/site.xml  |   5 ++--
 server/src/site/site.xml|   4 +--
 src/reporting-site/site.xml |   6 ++--
 src/site/resources/images/james-logo.png| Bin 0 -> 5243 bytes
 .../resources/images/james-project-logo.gif | Bin 7227 -> 0 bytes
 src/site/site.xml   |   6 ++--
 43 files changed, 51 insertions(+), 60 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/d9939ee7/mailbox/src/reporting-site/site.xml
--
diff --git a/mailbox/src/reporting-site/site.xml 
b/mailbox/src/reporting-site/site.xml
index 333d83e..91ee660 100644
--- a/mailbox/src/reporting-site/site.xml
+++ b/mailbox/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
 James Server
-images/logos/james-server-logo.gif
+images/logos/james-logo.png
 http://james.apache.org/server/index.html
-james-server-logo.gif
+james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/d9939ee7/mailbox/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/mailbox/src/site/resources/images/asf-logo-reduced.gif 
b/mailbox/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/mailbox/src/site/resources/images/asf-logo-reduced.gif and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/d9939ee7/mailbox/src/site/resources/images/james-logo.jpg
--
diff --git a/mailbox/src/site/resources/images/james-logo.jpg 
b/mailbox/src/site/resources/images/james-logo.jpg
del

[6/8] james-project git commit: JAMES-1831 Remove galleria

2016-10-20 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/6170f93f/src/site/resources/js/galleria/galleria.js
--
diff --git a/src/site/resources/js/galleria/galleria.js 
b/src/site/resources/js/galleria/galleria.js
deleted file mode 100644
index 635fb92..000
--- a/src/site/resources/js/galleria/galleria.js
+++ /dev/null
@@ -1,3765 +0,0 @@
-/*
- * Galleria v 1.2 prerelease 1.1 2010-11-04
- * http://galleria.aino.se
- *
- * Copyright (c) 2010, Aino
- * Licensed under the MIT license.
- */
-
-(function($) {
-
-// some references
-var undef,
-window = this,
-doc= document,
-$doc   = $( doc );
-
-// internal constants
-var DEBUG = false,
-NAV   = navigator.userAgent.toLowerCase(),
-HASH  = window.location.hash.replace(/#\//, ''),
-CLICK = function() {
-// use this to make touch devices snappier
-return Galleria.TOUCH ? 'touchstart' : 'click';
-},
-IE= (function() {
-var v = 3,
-div = doc.createElement( 'div' );
-while (
-div.innerHTML = '',
-div.getElementsByTagName('i')[0]
-);
-return v > 4 ? v : undef;
-}() ),
-DOM   = function() {
-return {
-html:  doc.documentElement,
-body:  doc.body,
-head:  doc.getElementsByTagName('head')[0],
-title: doc.title
-};
-},
-
-// the internal timeouts object
-// provides helper methods for controlling timeouts
-_timeouts = {
-
-trunk: {},
-
-add: function( id, fn, delay, loop ) {
-loop = loop || false;
-this.clear( id );
-if ( loop ) {
-var old = fn;
-fn = function() {
-old();
-_timeouts.add( id, fn, delay );
-};
-}
-this.trunk[ id ] = window.setTimeout( fn, delay );
-},
-
-clear: function( id ) {
-
-var del = function( i ) {
-window.clearTimeout( this.trunk[ i ] );
-delete this.trunk[ i ];
-};
-
-if ( !!id && id in this.trunk ) {
-del.call( _timeouts, id );
-
-} else if ( typeof id == 'undefined' ) {
-for ( var i in this.trunk ) {
-del.call( _timeouts, i );
-}
-}
-}
-},
-
-// the internal gallery holder
-_galleries = [],
-
-// the transitions holder
-_transitions = {
-
-fade: function(params, complete) {
-$(params.next).css('opacity', 0).show().animate({
-opacity: 1
-}, params.speed, complete);
-
-if (params.prev) {
-$(params.prev).css('opacity', 1).show().animate({
-opacity: 0
-}, params.speed);
-}
-},
-
-flash: function(params, complete) {
-$(params.next).css('opacity', 0);
-if (params.prev) {
-$(params.prev).animate({
-opacity: 0
-}, (params.speed / 2), function() {
-$(params.next).animate({
-opacity: 1
-}, params.speed, complete);
-});
-} else {
-$(params.next).animate({
-opacity: 1
-}, params.speed, complete);
-}
-},
-
-pulse: function(params, complete) {
-if (params.prev) {
-$(params.prev).hide();
-}
-$(params.next).css('opacity', 0).animate({
-opacity:1
-}, params.speed, complete);
-},
-
-slide: function(params, complete) {
-var image  = $(params.next).parent(),
-images = this.$('images'), // ??
-width  = this._stageWidth,
-easing = this.getOptions( 'easing' );
-
-image.css({
-left: width * ( params.rewind ? -1 : 1 )
-});
-images.animate({
-left: width * ( params.rewind ? 1 : -1 )
-}, {
-duration: params.speed,
-queue: false,
-easing: easing,
-complete: function() {
-images.css('left', 0);
-image.css('left', 0);
-complete();
-}
-});
-},
-
-fadeslide: function(params, complete) {
-
-var x = 0,
-easing = this.getOptions('easing'),
-distance = this.getStageWidth();
-
-if (params.prev) {
-x = Utils.parseValue( $(params.prev).css('left') );
-$(params.prev).css({
-opacity: 1,
-left: x
-}).animate({
- 

[1/8] james-project git commit: JAMES-1831 Add a docker container for producing website

2016-10-20 Thread btellier
Repository: james-project
Updated Branches:
  refs/heads/master 1ce23080e -> 32e5edd40


JAMES-1831 Add a docker container for producing website


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9a93fd94
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9a93fd94
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9a93fd94

Branch: refs/heads/master
Commit: 9a93fd9431d28960b3d599c4fedc265a5b4916d0
Parents: 1ce2308
Author: Benoit Tellier 
Authored: Thu Oct 6 14:11:52 2016 +0200
Committer: Benoit Tellier 
Committed: Thu Oct 20 15:40:00 2016 +0200

--
 README.adoc |  4 +++
 dockerfiles/site/Dockerfile | 22 
 dockerfiles/site/compile.sh | 55 
 3 files changed, 81 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/9a93fd94/README.adoc
--
diff --git a/README.adoc b/README.adoc
index 31dda5b..a78b59a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -50,6 +50,10 @@ To deploy the technical reports use the "-Psite-reports" 
profile.
 For wagon-ssh-external configuration see
 
http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html
 
+You can alternatively use a docker container to build the website :
+
+$ docker build -t james/site dockerfiles/site  
 
+$ docker run -v $PWD/.m2:/root/.m2 -v $PWD:/origin -v 
$PWD/site:/destination james/site master 
 
 Howto release via maven release plugin
 ==

http://git-wip-us.apache.org/repos/asf/james-project/blob/9a93fd94/dockerfiles/site/Dockerfile
--
diff --git a/dockerfiles/site/Dockerfile b/dockerfiles/site/Dockerfile
new file mode 100644
index 000..1bd3e76
--- /dev/null
+++ b/dockerfiles/site/Dockerfile
@@ -0,0 +1,22 @@
+# Build James
+#
+# VERSION  1.0
+
+FROM java:openjdk-6-jdk
+
+# Install Maven
+WORKDIR /root
+RUN wget 
http://mirrors.ircam.fr/pub/apache/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz
+RUN tar -xvf apache-maven-3.2.5-bin.tar.gz
+RUN ln -s /root/apache-maven-3.2.5/bin/mvn /usr/bin/mvn
+
+# Install git
+RUN apt-get update
+RUN apt-get install -y git
+
+# Copy the script
+COPY compile.sh /root/compile.sh
+
+# Define the entrypoint
+WORKDIR /james-project
+ENTRYPOINT ["/root/compile.sh"]

http://git-wip-us.apache.org/repos/asf/james-project/blob/9a93fd94/dockerfiles/site/compile.sh
--
diff --git a/dockerfiles/site/compile.sh b/dockerfiles/site/compile.sh
new file mode 100755
index 000..3b313a1
--- /dev/null
+++ b/dockerfiles/site/compile.sh
@@ -0,0 +1,55 @@
+#!/bin/sh -e
+#
+
+printUsage() {
+   echo "Usage : "
+   echo "./compile.sh SHA1"
+   echo "SHA1: SHA1 to build (optional)"
+   exit 1
+}
+
+ORIGIN=/origin
+DESTINATION=/destination
+
+for arg in "$@"
+do
+   case $arg in
+  -*)
+ echo "Invalid option: -$OPTARG"
+ printUsage
+ ;;
+  *)
+ if ! [ -z "$1" ]; then
+SHA1=$1
+ fi
+ ;;
+   esac
+   if [ "0" -lt "$#" ]; then
+  shift
+   fi
+done
+
+if [ -z "$SHA1" ]; then
+   SHA1=master
+fi
+
+# Sources retrieval
+git clone $ORIGIN/.
+git checkout $SHA1
+
+# Compilation
+
+mvn clean install -DskipTests
+mvn clean site:site -Dmaven.javadoc.skip=true
+
+# Retrieve result
+
+if [ $? -eq 0 ]; then
+   cp -r target/site/* $DESTINATION/
+   cp -r server/target/site $DESTINATION/server
+   cp -r mailbox/target/site $DESTINATION/mailbox
+   cp -r protocols/target/site $DESTINATION/protocols
+   cp -r mailet/target/site $DESTINATION/mailet
+   cp -r mpt/target/site $DESTINATION/mpt
+ 
+fi


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



[8/8] james-project git commit: JAMES-1831 Remove call for logo

2016-10-20 Thread btellier
JAMES-1831 Remove call for logo


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/32e5edd4
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/32e5edd4
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/32e5edd4

Branch: refs/heads/master
Commit: 32e5edd40685eb9ad60e3d07864e9f6fc19100fe
Parents: 6170f93
Author: Benoit Tellier 
Authored: Thu Oct 6 23:34:04 2016 +0200
Committer: Benoit Tellier 
Committed: Thu Oct 20 15:40:24 2016 +0200

--
 src/site/resources/logo-call/james-logo-1.png | Bin 38504 -> 0 bytes
 src/site/resources/logo-call/james-logo-10.png| Bin 5243 -> 0 bytes
 src/site/resources/logo-call/james-logo-2.png | Bin 4021 -> 0 bytes
 src/site/resources/logo-call/james-logo-3.png | Bin 28561 -> 0 bytes
 src/site/resources/logo-call/james-logo-4.png | Bin 30031 -> 0 bytes
 .../resources/logo-call/james-logo-5-avatar.png   | Bin 3436 -> 0 bytes
 src/site/resources/logo-call/james-logo-5.png | Bin 8422 -> 0 bytes
 .../resources/logo-call/james-logo-6-avatar.png   | Bin 3851 -> 0 bytes
 src/site/resources/logo-call/james-logo-6.png | Bin 13523 -> 0 bytes
 src/site/resources/logo-call/james-logo-7.png | Bin 25024 -> 0 bytes
 .../resources/logo-call/james-logo-8-avatar.png   | Bin 3558 -> 0 bytes
 src/site/resources/logo-call/james-logo-8.png | Bin 18159 -> 0 bytes
 src/site/resources/logo-call/james-logo-9.png | Bin 21761 -> 0 bytes
 .../logo-call/simon-funnell-FeatherJames.jpg  | Bin 79066 -> 0 bytes
 .../logo-call/simon-funnell-GreenJames.jpg| Bin 101229 -> 0 bytes
 .../resources/logo-call/simon-funnell-James.gif   | Bin 18378 -> 0 bytes
 .../resources/logo-call/simon-funnell-James2.jpg  | Bin 22307 -> 0 bytes
 .../logo-call/simon-funnell-YellowJames.jpg   | Bin 131772 -> 0 bytes
 18 files changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-1.png
--
diff --git a/src/site/resources/logo-call/james-logo-1.png 
b/src/site/resources/logo-call/james-logo-1.png
deleted file mode 100644
index 918842e..000
Binary files a/src/site/resources/logo-call/james-logo-1.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-10.png
--
diff --git a/src/site/resources/logo-call/james-logo-10.png 
b/src/site/resources/logo-call/james-logo-10.png
deleted file mode 100644
index 2ef3d9a..000
Binary files a/src/site/resources/logo-call/james-logo-10.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-2.png
--
diff --git a/src/site/resources/logo-call/james-logo-2.png 
b/src/site/resources/logo-call/james-logo-2.png
deleted file mode 100644
index 9a7ace1..000
Binary files a/src/site/resources/logo-call/james-logo-2.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-3.png
--
diff --git a/src/site/resources/logo-call/james-logo-3.png 
b/src/site/resources/logo-call/james-logo-3.png
deleted file mode 100644
index 207a1c2..000
Binary files a/src/site/resources/logo-call/james-logo-3.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-4.png
--
diff --git a/src/site/resources/logo-call/james-logo-4.png 
b/src/site/resources/logo-call/james-logo-4.png
deleted file mode 100644
index 1cb82e3..000
Binary files a/src/site/resources/logo-call/james-logo-4.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-5-avatar.png
--
diff --git a/src/site/resources/logo-call/james-logo-5-avatar.png 
b/src/site/resources/logo-call/james-logo-5-avatar.png
deleted file mode 100644
index 81e7bf8..000
Binary files a/src/site/resources/logo-call/james-logo-5-avatar.png and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/32e5edd4/src/site/resources/logo-call/james-logo-5.png
--
diff --git a/src/site/resources/logo-call/james-logo-5.png 
b/src/site/resources/logo-call/james-logo-5.png
deleted file mode 100644
index 16594a4..000
Binary fi

[5/8] james-project git commit: JAMES-1831 Remove galleria

2016-10-20 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/6170f93f/src/site/resources/js/galleria/plugins/galleria.flickr.js
--
diff --git a/src/site/resources/js/galleria/plugins/galleria.flickr.js 
b/src/site/resources/js/galleria/plugins/galleria.flickr.js
deleted file mode 100644
index 9e0bf59..000
--- a/src/site/resources/js/galleria/plugins/galleria.flickr.js
+++ /dev/null
@@ -1,221 +0,0 @@
-/*!
- * Galleria Flickr Plugin v 1.2
- * http://galleria.aino.se
- *
- * Copyright 2010, Aino
- * Licensed under the MIT license.
- */
-
-(function($) {
-
-// If no Galleria, fail silently
-var G = window.Galleria;
-if (typeof G == 'undefined') {
-return;
-}
-
-var F = G.Flickr = function(api_key) {
-
-if (!api_key) {
-G.raise('No API key found');
-return;
-}
-
-this.callback = function() {};
-
-// The required API key
-this.api_key = api_key;
-
-this.options = {
-max: 40, // photos to return
-size: 'big', // photo size ( small,medium,big,original )
-sort: 'interestingness-desc', // sort option ( date-posted-asc, 
date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, 
interestingness-asc, relevance )
-description: false // set this to true to get description as caption
-};
-};
-
-F.prototype = {
-
-// find any photos by search string
-search: function( str ) {
-this._set(arguments);
-return this._find({
-text: str
-});
-},
-
-// find any photos by tagname
-getTags: function( str ) {
-this._set(arguments);
-return this._find({
-tags: str
-});
-},
-
-// get photos from a user
-getUser: function(username) {
-var args = arguments;
-return this._call({
-method: 'flickr.urls.lookupUser',
-url: 'flickr.com/photos/' + username
-}, function(data) {
-this._set(args);
-this._find({
-user_id: data.user.id,
-method: 'flickr.people.getPublicPhotos'
-});
-});
-},
-
-// get photos from a photoset
-getSet: function(photoset_id) {
-this._set(arguments);
-return this._find({
-photoset_id: photoset_id,
-method: 'flickr.photosets.getPhotos'
-});
-},
-
-// get photos from a gallery
-getGallery: function(gallery_id) {
-this._set(arguments);
-return this._find({
-gallery_id: gallery_id,
-method: 'flickr.galleries.getPhotos'
-});
-},
-
-// search for groups by search string, returns an array with group objects
-// use getGroup to get the photos from a group ID
-// added in 1.2
-searchGroup: function(str, callback) {
-callback = callback || function() {};
-this._call({
-text: str,
-method: 'flickr.groups.search'
-}, function(data) {
-callback.call( window, data.groups.group);
-});
-return this;
-},
-
-// get photos from a group ID
-// added in 1.2
-getGroup: function ( group_id ) {
-this._set( arguments );
-return this._find({
-group_id: group_id,
-method: 'flickr.groups.pools.getPhotos'
-});
-},
-
-// set options
-setOptions: function( options ) {
-$.extend(this.options, options);
-return this;
-},
-
-// shortens the arguments and applies options
-// private
-_set: function( args ) {
-
-args = Array.prototype.slice.call(args);
-
-this.callback = args[2] || args[1];
-
-if (typeof args[1] == 'object') {
-this.setOptions(args[1]);
-}
-
-return this;
-},
-
-// call Flickr and raise errors
-_call: function( params, callback ) {
-
-var url = 'http://api.flickr.com/services/rest/?';
-
-var scope = this;
-
-params = $.extend({
-format : 'json',
-jsoncallback : '?',
-api_key: this.api_key
-}, params );
-
-$.each(params, function( key, value ) {
-url += '&' + key + '=' + value;
-});
-
-$.getJSON(url, function(data) {
-if ( data.stat == 'ok' ) {
-callback.call(scope, data);
-} else {
-Galleria.raise( data.code.toString() + ' ' + data.stat + ': ' 
+ data.message );
-}
-});
-return scope;
-},
-
-// ask flickr for photos, parse the result and call the callback with the 
galleria-ready data array
-_find: function(params) {
-
-params = $.extend({
-method: 'flickr.photos.search',
-extras: 'url_t, url_m, url_o, url_s, url_l, description',
-sort: this.options.sort
-}, params );
-
-return this._call(params, function(data) {
-
-   

[4/8] james-project git commit: JAMES-1831 Increment James skin them

2016-10-20 Thread btellier
JAMES-1831 Increment James skin them


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b2d7ac48
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b2d7ac48
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b2d7ac48

Branch: refs/heads/master
Commit: b2d7ac48bcfb4b202e78bb35bbf4d84f938f0df0
Parents: f4b8230
Author: Benoit Tellier 
Authored: Thu Oct 6 17:23:08 2016 +0200
Committer: Benoit Tellier 
Committed: Thu Oct 20 15:40:24 2016 +0200

--
 pom.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/b2d7ac48/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 036b12b..2ebcc30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,14 +36,6 @@
 3.0.0-beta5-SNAPSHOT
 pom
 
-
-
-org.apache.james
-james-skin
-1.7
-
-
-
 Apache James Project
 
 The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% 
pure Java SMTP, IMAP and POP3 Mail
@@ -560,7 +552,7 @@
 -->
 UTF-8
 1.6
-1.7
+1.8
 

[7/8] james-project git commit: JAMES-1831 Remove galleria

2016-10-20 Thread btellier
JAMES-1831 Remove galleria


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6170f93f
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/6170f93f
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/6170f93f

Branch: refs/heads/master
Commit: 6170f93f4d9e96291c8fdec13b08462fc7b10cad
Parents: b2d7ac4
Author: Benoit Tellier 
Authored: Thu Oct 6 22:46:00 2016 +0200
Committer: Benoit Tellier 
Committed: Thu Oct 20 15:40:24 2016 +0200

--
 src/site/resources/js/galleria/galleria.js  | 3765 --
 .../js/galleria/plugins/galleria.flickr.js  |  221 -
 .../js/galleria/themes/classic/README.rst   |   10 -
 .../galleria/themes/classic/classic-demo.html   |   41 -
 .../galleria/themes/classic/classic-loader.gif  |  Bin 1849 -> 0 bytes
 .../js/galleria/themes/classic/classic-map.png  |  Bin 1840 -> 0 bytes
 .../themes/classic/galleria.classic.css |  202 -
 .../galleria/themes/classic/galleria.classic.js |   82 -
 .../js/galleria/themes/fullscreen/b.png |  Bin 1093 -> 0 bytes
 .../js/galleria/themes/fullscreen/down.gif  |  Bin 54 -> 0 bytes
 .../js/galleria/themes/fullscreen/fix.gif   |  Bin 43 -> 0 bytes
 .../themes/fullscreen/fullscreen-demo.html  |   34 -
 .../themes/fullscreen/galleria.fullscreen.css   |   42 -
 .../themes/fullscreen/galleria.fullscreen.js|  163 -
 .../js/galleria/themes/fullscreen/i.png |  Bin 179 -> 0 bytes
 .../js/galleria/themes/fullscreen/l.gif |  Bin 82 -> 0 bytes
 .../js/galleria/themes/fullscreen/loader.gif|  Bin 1586 -> 0 bytes
 .../js/galleria/themes/fullscreen/n.gif |  Bin 59 -> 0 bytes
 .../js/galleria/themes/fullscreen/p.gif |  Bin 60 -> 0 bytes
 .../js/galleria/themes/fullscreen/r.gif |  Bin 82 -> 0 bytes
 .../js/galleria/themes/fullscreen/up.gif|  Bin 54 -> 0 bytes
 21 files changed, 4560 deletions(-)
--



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



[jira] [Closed] (JAMES-1845) Find a way to track James 3.0 progress in a dashboard

2016-10-20 Thread Antoine Duprat (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Duprat closed JAMES-1845.
-

> Find a way to track James 3.0 progress in a dashboard
> -
>
> Key: JAMES-1845
> URL: https://issues.apache.org/jira/browse/JAMES-1845
> Project: James Server
>  Issue Type: Task
>Reporter: Matthieu Baechler
>
> should be html for simpler deployment.



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



[jira] [Resolved] (JAMES-1845) Find a way to track James 3.0 progress in a dashboard

2016-10-20 Thread Antoine Duprat (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Duprat resolved JAMES-1845.
---
Resolution: Fixed

merged

> Find a way to track James 3.0 progress in a dashboard
> -
>
> Key: JAMES-1845
> URL: https://issues.apache.org/jira/browse/JAMES-1845
> Project: James Server
>  Issue Type: Task
>Reporter: Matthieu Baechler
>
> should be html for simpler deployment.



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



[2/2] james-mime4j git commit: JAMES-1831 Use james-skin for rendering website

2016-10-20 Thread btellier
JAMES-1831 Use james-skin for rendering website


Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/cb48082f
Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/cb48082f
Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/cb48082f

Branch: refs/heads/master
Commit: cb48082fb7cbbfb111c926cc8ae953d7261c235c
Parents: 6b20d69
Author: benwa 
Authored: Thu Oct 6 23:55:55 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:54:21 2016 +0200

--
 pom.xml   |   2 +
 src/site/site.xml | 141 +
 2 files changed, 121 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/cb48082f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f4998c3..354e2ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,8 @@
 
 
 
+1.8
+
 1.5
 1.1.1
 1.2.14

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/cb48082f/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 2ec51ae..beba0f1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,6 +19,12 @@
 -->
 
 
+
+org.apache.james
+james-skin
+${james-skin.version}
+
+
 
 JAMES Mime4J
 images/james-logo.png
@@ -26,26 +32,117 @@
 james-logo.png
 
 
-  
-
-  
-  
-  
-  
-
-
-
-  
-  
-
-
-
-  
-  http://issues.apache.org/jira/browse/MIME4J/"; />
-
-
-
-   http://hc.apache.org/httpcomponents-client/httpmime/index.html"; />
-
-  
+
+The Apache Software Foundation
+images/logos/asf_logo_small.png
+http://www.apache.org/index.html
+
+
+
+
+
+http://james.apache.org/index.html"; />
+http://james.apache.org/server/index.html"; />
+http://james.apache.org/hupa/index.html"; />
+http://james.apache.org/protocols/index.html"; />
+http://james.apache.org/mailet/index.html"; />
+http://james.apache.org/mailbox/index.html"; />
+http://james.apache.org/mime4j/index.html"; />
+http://james.apache.org/jsieve/index.html"; />
+http://james.apache.org/jspf/index.html"; />
+http://james.apache.org/jdkim/index.html"; />
+http://james.apache.org/mpt/index.html"; />
+http://james.apache.org/postage/index.html"; />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://issues.apache.org/jira/browse/MIME4J/"; />
+
+
+
+http://hc.apache.org/httpcomponents-client/httpmime/index.html"; />
+
+
+
+
+
+
+
+
+http://wiki.apache.org/james"; />
+
+
+
+
+
+
+
+http://james.apache.org/download.cgi"; />
+
+
+
 


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



[1/2] james-mime4j git commit: JAMES-1831 Mime4J should use new logo

2016-10-20 Thread btellier
Repository: james-mime4j
Updated Branches:
  refs/heads/master a7e814430 -> cb48082fb


JAMES-1831 Mime4J should use new logo


Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/6b20d691
Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/6b20d691
Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/6b20d691

Branch: refs/heads/master
Commit: 6b20d691794203658d2d406bdb14bff6b06066ea
Parents: a7e8144
Author: benwa 
Authored: Thu Oct 6 08:52:44 2016 +0200
Committer: benwa 
Committed: Thu Oct 20 15:54:12 2016 +0200

--
 src/reporting-site/site.xml |   4 ++--
 src/site/resources/images/asf-logo-reduced.gif  | Bin 6636 -> 0 bytes
 src/site/resources/images/james-logo.png| Bin 0 -> 5243 bytes
 src/site/resources/images/james-mime4j-logo.gif | Bin 7418 -> 0 bytes
 src/site/site.xml   |   4 ++--
 5 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/6b20d691/src/reporting-site/site.xml
--
diff --git a/src/reporting-site/site.xml b/src/reporting-site/site.xml
index 04e0430..2cb16df 100644
--- a/src/reporting-site/site.xml
+++ b/src/reporting-site/site.xml
@@ -21,9 +21,9 @@
 
 
 JAMES Mime4J
-images/james-mime4j-logo.gif
+images/james-logo.png
 http://james.apache.org/
-james-mime4j-logo.gif
+james-logo.png
 
 
 

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/6b20d691/src/site/resources/images/asf-logo-reduced.gif
--
diff --git a/src/site/resources/images/asf-logo-reduced.gif 
b/src/site/resources/images/asf-logo-reduced.gif
deleted file mode 100644
index 93cc102..000
Binary files a/src/site/resources/images/asf-logo-reduced.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/6b20d691/src/site/resources/images/james-logo.png
--
diff --git a/src/site/resources/images/james-logo.png 
b/src/site/resources/images/james-logo.png
new file mode 100644
index 000..2ef3d9a
Binary files /dev/null and b/src/site/resources/images/james-logo.png differ

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/6b20d691/src/site/resources/images/james-mime4j-logo.gif
--
diff --git a/src/site/resources/images/james-mime4j-logo.gif 
b/src/site/resources/images/james-mime4j-logo.gif
deleted file mode 100644
index 9d565f2..000
Binary files a/src/site/resources/images/james-mime4j-logo.gif and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/6b20d691/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 849e8d3..2ec51ae 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,9 @@
 
 
 JAMES Mime4J
-images/logos/james-mime4j-logo.gif
+images/james-logo.png
 http://james.apache.org/
-james-mime4j-logo.gif
+james-logo.png
 
 
   


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



[2/3] james-project git commit: JAMES-1838 Allow to try James without having to clone repository

2016-10-20 Thread aduprat
JAMES-1838 Allow to try James without having to clone repository


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/226eba1d
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/226eba1d
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/226eba1d

Branch: refs/heads/master
Commit: 226eba1d059c1f270ea1ec7b9acba6c1bd14f728
Parents: 9c70619
Author: Benoit Tellier 
Authored: Wed Oct 19 17:55:20 2016 +0200
Committer: Antoine Duprat 
Committed: Thu Oct 20 16:03:52 2016 +0200

--
 README.adoc | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/226eba1d/README.adoc
--
diff --git a/README.adoc b/README.adoc
index 50fe5be..d9939a8 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,8 +15,11 @@ When try James by this way, you will use the last state of 
James.
 It will be configured to run with Cassandra & ElasticSearch.
 All those three components will be started with a single command.
 
-You just have to start the services:
-$ docker-compose -f dockerfiles/run/docker-compose.yml up
+You can retrieve the docker-compose file :
+$ wget 
https://raw.githubusercontent.com/apache/james-project/master/dockerfiles/run/docker-compose.yml
+
+Then, you just have to start the services:
+$ docker-compose up
 
 Wait a few seconds in order to have all those services up, you will see a such 
log when James is available:
 james   | Started : true


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



[1/3] james-project git commit: JAMES-1845 Display James 3.0 release progress as an html

2016-10-20 Thread aduprat
Repository: james-project
Updated Branches:
  refs/heads/master 32e5edd40 -> 43267e06c


JAMES-1845 Display James 3.0 release progress as an html


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/43267e06
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/43267e06
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/43267e06

Branch: refs/heads/master
Commit: 43267e06c61f5e14bfc2b47ff56cc688d6885b9d
Parents: 226eba1
Author: Quynh Nguyen 
Authored: Mon Sep 26 14:57:55 2016 +0700
Committer: Antoine Duprat 
Committed: Thu Oct 20 16:03:52 2016 +0200

--
 james3-roadmap-progress/index.html| 156 +
 james3-roadmap-progress/progress.json | 119 ++
 2 files changed, 275 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/43267e06/james3-roadmap-progress/index.html
--
diff --git a/james3-roadmap-progress/index.html 
b/james3-roadmap-progress/index.html
new file mode 100644
index 000..b87dd6a
--- /dev/null
+++ b/james3-roadmap-progress/index.html
@@ -0,0 +1,156 @@
+
+
+
+
+  
+  
+  https://cdn.plot.ly/plotly-latest.min.js";>
+   James 3 progressing tasks 
+
+
+
+  
+
+  
+  
+function createChart(x, y, text, title, height) {
+   if (!height) {
+   height = 210;
+   } else if (height && (height < 400)) {
+   height = 400;
+   }
+
+  return {
+data: [
+{
+ name: 'Completion',
+  type: 'bar',
+  x: x,
+  y: y,
+  orientation: 'h',
+   text: text,
+   hoverinfo: 'x + y + text'
+}],
+layout: {
+  hovermode: 'closest',
+   shapes: {
+   fillcolor: '#444'
+   },
+  title: title,
+  height: height,
+  xaxis: {
+title: 'Percent',
+showgrid: false,
+zeroline: false,
+   range: [0, 100]
+  },
+  margin: {
+l: 400
+  }
+}
+  };
+}
+
+function getTaskPercent(task) {
+  if (task.hasOwnProperty('completion')) {
+return task.completion;
+  }
+
+  if (task.hasOwnProperty('children') && task.children.length) {
+var sum = 0;
+task.children.forEach(function(subtask) {
+   if 
(subtask.hasOwnProperty('completion')) {
+   sum += subtask.completion;
+   } else if 
(subtask.hasOwnProperty('children')) {
+   sum += 
parseInt(getTaskPercent(subtask));
+   }
+});
+return (sum / task.children.length).toFixed(0);
+  }
+
+  return 0;
+}
+   
+function createCharts(jsonData) {
+  var jsonData = jsonData
+  var charts = [];
+  var dataToScan = [jsonData];
+  while (dataToScan.length) {
+var data = dataToScan.pop();
+var x = [];
+var y = [];
+var text = [];
+var title = data.name;
+var height = 10;
+
+data.children.forEach(function(value) {
+  x.push(getTaskPercent(value));
+  y.push(value.name);
+   text.push('Complexity: ' + 
value.complexity);
+   
+  height = height + 40;
+
+  if (value.hasOwnProperty('children')) {
+dataToScan.push(value);
+  }
+});
+
+x.unshift(getTaskPercent(data));
+y.unshift('Summarize');
+   text.unshift('');
+
+if (x.length) {
+  charts.push(createChart(x, y, text, title, height));
+}
+  }
+
+  return charts;
+}
+
+function drawCharts(jsonData) {
+  var charts = createCharts(jsonData);
+
+  charts.forEach(function(chart, index) {
+var parentDiv = document.createElement('div');
+parentDiv.id = chart.layout.title;
+
+var div = document.createElement('div');
+var divID = 'chart-' + index;
+div.id = divID;
+parentDiv.appendChild(div);
+
+document.getElementById('myDiv').appendChild(parentDiv);
+
+Plotly.newPlot(div.id, chart.data, chart.layout);
+
+div.on('plotly_click', function(data) {
+  var pts = '';
+  for (var i = 0; i < data.points.length; i++) {
+//pts = 'x = '+data.points[i].x +'\ny 

[3/3] james-project git commit: JAMES-1834 Modifying instructions to retrieve images with docker-compose

2016-10-20 Thread aduprat
JAMES-1834 Modifying instructions to retrieve images with docker-compose


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9c706198
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9c706198
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9c706198

Branch: refs/heads/master
Commit: 9c70619865ffc4fda84010074e64b50d2fadc265
Parents: 32e5edd
Author: Benoit Tellier 
Authored: Wed Oct 19 15:00:53 2016 +0200
Committer: Antoine Duprat 
Committed: Thu Oct 20 16:03:52 2016 +0200

--
 README.adoc | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/9c706198/README.adoc
--
diff --git a/README.adoc b/README.adoc
index a78b59a..50fe5be 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,10 +15,7 @@ When try James by this way, you will use the last state of 
James.
 It will be configured to run with Cassandra & ElasticSearch.
 All those three components will be started with a single command.
 
-First, you need to build the image:
-$ docker-compose -f dockerfiles/run/docker-compose.yml build
-
-Then, you just have to start the services:
+You just have to start the services:
 $ docker-compose -f dockerfiles/run/docker-compose.yml up
 
 Wait a few seconds in order to have all those services up, you will see a such 
log when James is available:


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



[jira] [Resolved] (JAMES-1843) Add pull step to use DockerCompose

2016-10-20 Thread Antoine Duprat (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Duprat resolved JAMES-1843.
---
Resolution: Fixed

merged

> Add pull step to use DockerCompose
> --
>
> Key: JAMES-1843
> URL: https://issues.apache.org/jira/browse/JAMES-1843
> Project: James Server
>  Issue Type: Improvement
>Reporter: Tellier Benoit
>
> the documentation about docker-compose doesn't work !
> docker-compose -f dockerfiles/run/docker-compose.yml build
> elasticsearch uses an image, skipping cassandra uses an image, skipping james 
> uses an image, skipping
> We need to add a pull step.
> Thanks to Marc Chamberlin for reporting the issue.



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



[jira] [Closed] (JAMES-1843) Add pull step to use DockerCompose

2016-10-20 Thread Antoine Duprat (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Duprat closed JAMES-1843.
-

> Add pull step to use DockerCompose
> --
>
> Key: JAMES-1843
> URL: https://issues.apache.org/jira/browse/JAMES-1843
> Project: James Server
>  Issue Type: Improvement
>Reporter: Tellier Benoit
>
> the documentation about docker-compose doesn't work !
> docker-compose -f dockerfiles/run/docker-compose.yml build
> elasticsearch uses an image, skipping cassandra uses an image, skipping james 
> uses an image, skipping
> We need to add a pull step.
> Thanks to Marc Chamberlin for reporting the issue.



--
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: r1765822 - /james/skin/trunk/src/main/resources/images/logos/

2016-10-20 Thread btellier
Author: btellier
Date: Thu Oct 20 14:41:15 2016
New Revision: 1765822

URL: http://svn.apache.org/viewvc?rev=1765822&view=rev
Log:
JAMES-1831 Commit PNGs as binary

Modified:
james/skin/trunk/src/main/resources/images/logos/asf_logo_small.png   
(contents, props changed)

james/skin/trunk/src/main/resources/images/logos/james-crypto-mailets-logo.gif  
 (props changed)
james/skin/trunk/src/main/resources/images/logos/james-imap-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-jdkim-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-jsieve-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-jspf-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-logo.jpg   (props 
changed)
james/skin/trunk/src/main/resources/images/logos/james-logo.png   
(contents, props changed)
james/skin/trunk/src/main/resources/images/logos/james-mailet-base-logo.gif 
  (props changed)
james/skin/trunk/src/main/resources/images/logos/james-mailetapi-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-mailetdocs-logo.gif  
 (props changed)
james/skin/trunk/src/main/resources/images/logos/james-mailets-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-mime4j-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-mpt-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-postage-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-project-logo.gif   
(props changed)
james/skin/trunk/src/main/resources/images/logos/james-server-logo.gif   
(props changed)

james/skin/trunk/src/main/resources/images/logos/james-standard-mailets-logo.gif
   (props changed)
james/skin/trunk/src/main/resources/images/logos/maven-feather.png   (props 
changed)

Modified: james/skin/trunk/src/main/resources/images/logos/asf_logo_small.png
URL: 
http://svn.apache.org/viewvc/james/skin/trunk/src/main/resources/images/logos/asf_logo_small.png?rev=1765822&r1=1765821&r2=1765822&view=diff
==
Binary files - no diff available.

Propchange: james/skin/trunk/src/main/resources/images/logos/asf_logo_small.png
--
--- svn:mime-type (original)
+++ svn:mime-type Thu Oct 20 14:41:15 2016
@@ -1 +1 @@
-image/png
+application/octet-stream

Propchange: 
james/skin/trunk/src/main/resources/images/logos/james-crypto-mailets-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: james/skin/trunk/src/main/resources/images/logos/james-imap-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: 
james/skin/trunk/src/main/resources/images/logos/james-jdkim-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: 
james/skin/trunk/src/main/resources/images/logos/james-jsieve-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: james/skin/trunk/src/main/resources/images/logos/james-jspf-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: james/skin/trunk/src/main/resources/images/logos/james-logo.jpg
--
svn:mime-type = application/octet-stream

Modified: james/skin/trunk/src/main/resources/images/logos/james-logo.png
URL: 
http://svn.apache.org/viewvc/james/skin/trunk/src/main/resources/images/logos/james-logo.png?rev=1765822&r1=1765821&r2=1765822&view=diff
==
Binary files - no diff available.

Propchange: james/skin/trunk/src/main/resources/images/logos/james-logo.png
--
--- svn:mime-type (original)
+++ svn:mime-type Thu Oct 20 14:41:15 2016
@@ -1 +1 @@
-image/png
+application/octet-stream

Propchange: 
james/skin/trunk/src/main/resources/images/logos/james-mailet-base-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: 
james/skin/trunk/src/main/resources/images/logos/james-mailetapi-logo.gif
--
svn:mime-type = application/octet-stream

Propchange: 
james/skin/trunk/src/main/resources/images/logos/james-mailetdocs-logo.gif
--