Pollen-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
May 2014
- 5 participants
- 203 discussions
This is an automated email from the git hooks/post-receive script.
New commit to branch devel in repository pollen.
See http://git.chorem.org/pollen.git
commit 96f88faba8168b71969293a8db28d131a77cc82b
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri May 30 12:01:25 2014 +0200
tidy pom
---
pollen-rest-api/pom.xml | 24 +++++++++++-------------
pollen-services/pom.xml | 1 -
pollen-ui-angular/pom.xml | 7 +++----
pollen-votecounting-aggregator/pom.xml | 5 +----
pollen-votecounting-api/pom.xml | 1 -
pollen-votecounting-borda/pom.xml | 2 +-
pollen-votecounting-condorcet/pom.xml | 2 +-
pollen-votecounting-coombs/pom.xml | 2 +-
pollen-votecounting-instant-runoff/pom.xml | 2 +-
pollen-votecounting-normal/pom.xml | 2 +-
pollen-votecounting-number/pom.xml | 2 +-
pollen-votecounting-percentage/pom.xml | 2 +-
12 files changed, 22 insertions(+), 30 deletions(-)
diff --git a/pollen-rest-api/pom.xml b/pollen-rest-api/pom.xml
index db0e731..af88551 100644
--- a/pollen-rest-api/pom.xml
+++ b/pollen-rest-api/pom.xml
@@ -17,6 +17,17 @@
<name>Pollen :: Rest Api</name>
<description>Pollen Rest Api</description>
+ <properties>
+
+ <i18n.silent>true</i18n.silent>
+ <i18n.bundleOutputName>${pollenI18nBundle}</i18n.bundleOutputName>
+
+ <defaultWebContextPath>pollen-rest-api</defaultWebContextPath>
+ <defaultLogDir>${basedir}/target</defaultLogDir>
+ <defaultDbDir>${basedir}/target</defaultDbDir>
+
+ </properties>
+
<dependencies>
<dependency>
@@ -186,16 +197,6 @@
</dependencies>
- <properties>
-
- <i18n.silent>true</i18n.silent>
- <i18n.bundleOutputName>${pollenI18nBundle}</i18n.bundleOutputName>
-
- <defaultWebContextPath>pollen-rest-api</defaultWebContextPath>
- <defaultLogDir>${basedir}/target</defaultLogDir>
- <defaultDbDir>${basedir}/target</defaultDbDir>
-
- </properties>
<build>
<resources>
<resource>
@@ -207,7 +208,6 @@
<filtering>true</filtering>
</resource>
</resources>
-
<pluginManagement>
<plugins>
<plugin>
@@ -247,7 +247,6 @@
</plugin>
</plugins>
</pluginManagement>
-
<plugins>
<plugin>
<groupId>org.nuiton.i18n</groupId>
@@ -274,5 +273,4 @@
</profile>
</profiles>
-
</project>
diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml
index 19c8c13..71345de 100644
--- a/pollen-services/pom.xml
+++ b/pollen-services/pom.xml
@@ -151,7 +151,6 @@
</dependencies>
<build>
-
<testResources>
<testResource>
<directory>src/test/resources</directory>
diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml
index bd8ec74..b0b6b99 100644
--- a/pollen-ui-angular/pom.xml
+++ b/pollen-ui-angular/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -9,13 +8,13 @@
<version>2.0-SNAPSHOT</version>
</parent>
- <name>Pollen :: UI (Angular) </name>
- <description>Pollen UI</description>
-
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-ui-angular</artifactId>
<packaging>war</packaging>
+ <name>Pollen :: UI (Angular) </name>
+ <description>Pollen UI</description>
+
<properties>
<!-- Post Release configuration -->
diff --git a/pollen-votecounting-aggregator/pom.xml b/pollen-votecounting-aggregator/pom.xml
index 6c17991..5012b50 100644
--- a/pollen-votecounting-aggregator/pom.xml
+++ b/pollen-votecounting-aggregator/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,14 +10,13 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-aggregator</artifactId>
+ <packaging>pom</packaging>
<name>Pollen :: VoteCounting (Aggregator)</name>
<description>
Aggregator of all implementations of votecounting offers by Pollen
</description>
- <packaging>pom</packaging>
-
<modules>
<module>../pollen-votecounting-normal</module>
<module>../pollen-votecounting-percentage</module>
@@ -68,4 +66,3 @@
</dependencies>
</project>
-
diff --git a/pollen-votecounting-api/pom.xml b/pollen-votecounting-api/pom.xml
index c682053..dfbb715 100644
--- a/pollen-votecounting-api/pom.xml
+++ b/pollen-votecounting-api/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/pollen-votecounting-borda/pom.xml b/pollen-votecounting-borda/pom.xml
index 3cc35b7..fba3fd7 100644
--- a/pollen-votecounting-borda/pom.xml
+++ b/pollen-votecounting-borda/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-borda</artifactId>
+
<name>Pollen :: VoteCounting :: Borda</name>
<description>Implements the borda vote counting</description>
diff --git a/pollen-votecounting-condorcet/pom.xml b/pollen-votecounting-condorcet/pom.xml
index bb17a6f..345fe66 100644
--- a/pollen-votecounting-condorcet/pom.xml
+++ b/pollen-votecounting-condorcet/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-condorcet</artifactId>
+
<name>Pollen :: VoteCounting :: Condorcet</name>
<description>Implements the condorcet vote counting</description>
diff --git a/pollen-votecounting-coombs/pom.xml b/pollen-votecounting-coombs/pom.xml
index b96114d..eb73702 100644
--- a/pollen-votecounting-coombs/pom.xml
+++ b/pollen-votecounting-coombs/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-coombs</artifactId>
+
<name>Pollen :: VoteCounting :: Coombs</name>
<description>Implements the coombs vote counting</description>
diff --git a/pollen-votecounting-instant-runoff/pom.xml b/pollen-votecounting-instant-runoff/pom.xml
index 7baf7b2..aaa023b 100644
--- a/pollen-votecounting-instant-runoff/pom.xml
+++ b/pollen-votecounting-instant-runoff/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-instant-runoff</artifactId>
+
<name>Pollen :: VoteCounting :: Instant Runoff</name>
<description>Implements the instant-runoff vote counting</description>
diff --git a/pollen-votecounting-normal/pom.xml b/pollen-votecounting-normal/pom.xml
index 73b6ee6..f60484d 100644
--- a/pollen-votecounting-normal/pom.xml
+++ b/pollen-votecounting-normal/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-normal</artifactId>
+
<name>Pollen :: VoteCounting :: Normal</name>
<description>Implements the normal vote counting</description>
diff --git a/pollen-votecounting-number/pom.xml b/pollen-votecounting-number/pom.xml
index b1a5751..c734203 100644
--- a/pollen-votecounting-number/pom.xml
+++ b/pollen-votecounting-number/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-number</artifactId>
+
<name>Pollen :: VoteCounting :: Number</name>
<description>Implements the number vote counting</description>
diff --git a/pollen-votecounting-percentage/pom.xml b/pollen-votecounting-percentage/pom.xml
index 7ad23d0..2db0b26 100644
--- a/pollen-votecounting-percentage/pom.xml
+++ b/pollen-votecounting-percentage/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -11,6 +10,7 @@
<groupId>org.chorem.pollen</groupId>
<artifactId>pollen-votecounting-percentage</artifactId>
+
<name>Pollen :: VoteCounting :: Percentage</name>
<description>Implements the percentage vote counting</description>
--
To stop receiving notification emails like this one, please contact
Chorem.org SCM administrator <admin+scm(a)chorem.org>.
1
0
30 May '14
See <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/2/>
------------------------------------------
Started by an SCM change
Building in workspace <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from https://git.chorem.org/pollen.git
FATAL: Failed to fetch from https://git.chorem.org/pollen.git
hudson.plugins.git.GitException: Failed to fetch from https://git.chorem.org/pollen.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:623)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:855)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:880)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1251)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:605)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
at hudson.model.Run.execute(Run.java:1703)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:525)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git.chorem.org/pollen.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: error: RPC failed; result=22, HTTP code = 401
fatal: The remote end hung up unexpectedly
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1146)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:621)
... 10 more
1
13
Build failed in Jenkins: pollen-rest-api-nightly » Pollen :: Persistence #13
by admin+ci-chorem.org@codelutin.com 30 May '14
by admin+ci-chorem.org@codelutin.com 30 May '14
30 May '14
See <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pollen :: Persistence 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (2 KB at 42.2 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (2 KB at 1.2 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (8 KB at 345.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (8 KB at 330.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (1017 B at 47.3 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (1017 B at 3.8 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (14 KB at 614.6 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (66 KB at 1877.7 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (2 KB at 45.5 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/… (2 KB at 2.9 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (4 KB at 157.2 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/… (4 KB at 150.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (806 B at 35.8 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/… (806 B at 2.2 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (15 KB at 570.3 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nui…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/nuiton…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nui… (2 KB at 60.2 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/nuiton… (2 KB at 4.6 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/slf…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/slf4j/slf4j-j…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/slf4j/slf4j-j… (2 KB at 37.2 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jcl/1.7.7/slf4j-jcl-1.7…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jcl/1.7.7/slf4j-jcl-1.7… (2 KB at 1.6 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (205 KB at 3188.6 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/slf…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/slf4j/slf4j-j…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/slf4j/slf4j-j… (7 KB at 187.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jcl/1.7.7/slf4j-jcl-1.7…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jcl/1.7.7/slf4j-jcl-1.7… (7 KB at 58.7 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pollen-persistence ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ pollen-persistence ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (check-project-files) @ pollen-persistence ---
[INFO]
[INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ pollen-persistence ---
[INFO] Exporting server [redmine-forge.chorem.org] privateKey in ${redmine.apiKey}
[INFO]
[INFO] --- eugene-maven-plugin:2.10-SNAPSHOT:generate (generate-entities) @ pollen-persistence ---
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (2 KB at 51.3 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/… (2 KB at 4.3 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (5 KB at 207.7 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/topia/… (5 KB at 207.7 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (2 KB at 55.6 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (2 KB at 4.2 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (7 KB at 286.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (7 KB at 286.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (2 KB at 38.1 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (2 KB at 4.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (4 KB at 188.3 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (4 KB at 179.7 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (2 KB at 56.5 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (2 KB at 4.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (2 KB at 75.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (2 KB at 75.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (2 KB at 51.4 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (2 KB at 4.2 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (3 KB at 39.0 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/nuiton/eugene… (3 KB at 87.6 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (9 KB at 289.7 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (10 KB at 326.6 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (28 KB at 688.5 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/eug… (270 KB at 4346.4 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/top… (97 KB at 1477.8 KB/sec)
[INFO] Process phase [zargo]
[INFO] Generate one file in 12.246ms.
[INFO] Process phase [xmi]
[INFO] Generate one file in 744.165ms.
[INFO] Process phase [model]
[INFO] Process phase [generator]
[INFO] Apply generator JavaEnumerationTransformer
[INFO] Apply generator TopiaMetaTransformer
[INFO] Generate 92 files in 241.154ms.
[INFO]
[INFO] --- license-maven-plugin:1.7:update-project-license (attach-licenses) @ pollen-persistence ---
[INFO]
[INFO] --- license-maven-plugin:1.7:add-third-party (attach-licenses) @ pollen-persistence ---
[INFO] Load missing file <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO] Missing file <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…> is up-to-date.
[INFO] Writing third-party file to <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO] Will attach third party file from <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pollen-persistence ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO] Copying 13 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- license-maven-plugin:1.7:update-file-header (update-file-header) @ pollen-persistence ---
[INFO] Will search files to update from root <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO] Will search files to update from root <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO] Scan 113 files header done in 86.497ms.
[INFO]
* uptodate header on 21 files.
* add header on 92 files.
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pollen-persistence ---
[INFO] Compiling 95 source files to <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[WARNING] <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>: Some input files use unchecked or unsafe operations.
[WARNING] <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.10:check (default) @ pollen-persistence ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO]
[INFO] --- jredmine-maven-plugin:1.8.2:generate-changes (jredmine-generate-changes) @ pollen-persistence ---
[INFO] Skipping goal (skipGenerateChanges flag is on).
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (generate-surefire-workdir) @ pollen-persistence ---
[INFO] Executing tasks
main:
[mkdir] Created dir: <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pollen-persistence ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pollen-persistence ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ pollen-persistence ---
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pollen-persistence ---
[INFO] Building jar: <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO]
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ pollen-persistence >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ pollen-persistence ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (check-project-files) @ pollen-persistence ---
[INFO]
[INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ pollen-persistence ---
[INFO] Skipping goal (runOnce flag is on and goal was already executed).
[INFO]
[INFO] --- eugene-maven-plugin:2.10-SNAPSHOT:generate (generate-entities) @ pollen-persistence ---
[INFO] Process phase [zargo]
[INFO] No file generated.
[INFO] Process phase [xmi]
[INFO] Generate one file in 202.548ms.
[INFO] Process phase [model]
[INFO] Process phase [generator]
[INFO] Apply generator JavaEnumerationTransformer
[INFO] Apply generator TopiaMetaTransformer
[INFO] Generate 92 files in 137.96ms.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO]
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ pollen-persistence <<<
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ pollen-persistence ---
[INFO] Building jar: <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ pollen-persistence ---
[INFO] Building jar: <http://ci.chorem.org/jenkins/job/pollen-rest-api-nightly/org.chorem.pollen$…>
[INFO]
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ pollen-persistence ---
[INFO]
[INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ pollen-persistence ---
[INFO] Exporting server [gpg-signer] username in ${gpg.keyname}
[INFO] Exporting server [gpg-signer] password in ${gpg.passphrase}
[INFO]
[INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ pollen-persistence ---
[INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/pollen-rest-api-nightly/target/collect-artifacts.txt
[INFO] Copying pollen-persistence-2.0-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/pollen-rest-api-nightly/target/collect/org.chorem.pollen--pollen-persistence/pollen-persistence-2.0-SNAPSHOT.jar
[INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/pollen-rest-api-nightly/target/collect/org.chorem.pollen--pollen-persistence/THIRD-PARTY.properties
[INFO] Copying pollen-persistence-2.0-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/pollen-rest-api-nightly/target/collect/org.chorem.pollen--pollen-persistence/pollen-persistence-2.0-SNAPSHOT-sources.jar
[INFO] Copying pollen-persistence-2.0-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/pollen-rest-api-nightly/target/collect/org.chorem.pollen--pollen-persistence/pollen-persistence-2.0-SNAPSHOT-javadoc.jar
[INFO]
[INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ pollen-persistence ---
[WARNING] Skipping goal (No file to collect).
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ pollen-persistence ---
[INFO]
[INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ pollen-persistence ---
[INFO] Used declared dependencies found:
[INFO] com.google.guava:guava:jar:17.0:compile
[INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile
[INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile
[WARNING] Used undeclared dependencies found:
[WARNING] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile
[JENKINS] Archiving disabled
1
2
This is an automated email from the git hooks/post-receive script.
New commit to branch devel in repository pollen.
See http://git.chorem.org/pollen.git
commit becffb61268eb3d3de04f2a52bf04fd872d095fe
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri May 30 11:33:51 2014 +0200
change doc url
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0e6fa41..fdc7ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<name>Pollen</name>
<description>Application de vote Pollen</description>
- <url>http://doc.chorem.org/pollen</url>
+ <url>http://doc.chorem.org/pollen/v2</url>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
--
To stop receiving notification emails like this one, please contact
Chorem.org SCM administrator <admin+scm(a)chorem.org>.
1
0
This is an automated email from the git hooks/post-receive script.
New commit to branch devel in repository Pollen.
See http://git.None/Pollen.git
commit 6be985ec2fec88aac2be13059a792d4af4a0b379
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri May 30 11:25:45 2014 +0200
do not build by default the canJs module
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7b40f7c..0e6fa41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
<module>pollen-persistence</module>
<module>pollen-services</module>
<module>pollen-rest-api</module>
- <module>pollen-ui-js</module>
+ <!--module>pollen-ui-js</module-->
<module>pollen-ui-angular</module>
</modules>
--
To stop receiving notification emails like this one, please contact
Chorem.org SCM administrator <admin+scm(a)chorem.org>.
1
0
30 May '14
See <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/537/changes>
Changes:
[Tony CHEMIT] optimize dependencies
[kmorin] add angular ui module
[Tony CHEMIT] updates mavenpom, webmotion, fix some svn:ignore
[Tony CHEMIT] update license, headers, ...
[kmorin] code improvements
[garandel] Add Create poll and vote with localstorage
[garandel] update create and vote page
[Tony CHEMIT] refs #885 : move to Topia3 stack
[garandel] un template pour creation/edition/vote de sondage
[Tony CHEMIT] refs #885
[Tony CHEMIT] technical stack is nearly ok
[Tony CHEMIT] optimze dependencies + add missing license headers
[garandel] add gobal poll controller.
[garandel] désactivation de certain modification apres le 1er vote
[Tony CHEMIT] use specific configuration files (pollen-services.properties, pollen-rest-api.properties to avoid any collision with existing config)
[Tony CHEMIT] simplify rest-api starting + add some conf
[Tony CHEMIT] simplify rest-api starting + add some conf
[Tony CHEMIT] make ui-angular war
[Tony CHEMIT] fix ui-angular war deploy
[Tony CHEMIT] pass ChoiceType to Choice, no more to Poll + add Rest Doc action + begin to add Rest API tests
[garandel] add second interface for create and vote
[Tony CHEMIT] improve tests
[garandel] fix vote in big poll template
[Tony CHEMIT] debug poll create + fix voteCounting id
[garandel] Create poll with skeleton from rest api ( http://demo.codelutin.com/pollen-rest-api-latest/v1/polls/new )
[Tony CHEMIT] - introduce email + notification service
[Tony CHEMIT] for the moment let's just authorize everybody to seel all polls
[Tony CHEMIT] make test more human readable
[Tony CHEMIT] fix PollRenderer : Hate the hibernate proxies...
[Tony CHEMIT] simplify form exception (keep only one)
[Tony CHEMIT] fix javassist double in classpath
[garandel] save poll with $http
[Tony CHEMIT] continue dev + begin of implements correct security
[Tony CHEMIT] improve rest api
[Tony CHEMIT] optimize dependenceis + add license headers + use commons-collections4
[Tony CHEMIT] begin of site v2
[Tony CHEMIT] security + sumplify exceptions + ...
[Tony CHEMIT] some dev fixes
[Tony CHEMIT] some dev fixes
[Tony CHEMIT] fix dep + clean code
[Tony CHEMIT] reformat rest api + use PollenPrincipalRef for create operations
[garandel] separate controllers editing and adding poll
[Tony CHEMIT] fix security permission
[garandel] Add list of polls for edit and vote (no security)
[garandel] Add popup setting
[garandel] update settings popup, and date popup
[garandel] migrate restangular to resource / send a single json data
[Tony CHEMIT] - receive object as json
[Tony CHEMIT] fix json serialization
[garandel] fix create poll
[Tony CHEMIT] improve conversions and lots of stuff... to be continued...
[garandel] separate element of model in $scope.data
[Tony CHEMIT] fix converter test
[Tony CHEMIT] - use a visitor to copy services objects (outside the services everything should be transient)
[Tony CHEMIT] improve copy visitor + remove old code in Render
[Tony CHEMIT] copy deleted state in entity
[garandel] fix popup setting
[garandel] edit poll
[Tony CHEMIT] fix format
[Tony CHEMIT] use a copy
[garandel] separe choices and poll
[garandel] autosave choice with ChoiceApi
[garandel] test PUT by POST (edit poll)
[Tony CHEMIT] do not send back an edited object + clean some api
[Tony CHEMIT] fix poll update :) at last\!
[Tony CHEMIT] fix test package
[Tony CHEMIT] use previous X header which works fine
[Tony CHEMIT] somebody lies to me\! He told me it did not need edited value in return, but he does in facts... D
[Tony CHEMIT] always prepare response even if there was an error
[Tony CHEMIT] implements CORS response from pollen not webmotion
[Tony CHEMIT] optimize dependencies
[garandel] Add global conf in js/conf.js
[garandel] print error in form
[garandel] add persistance vote
[Tony CHEMIT] introduce converter package + a JsonConverter to replace the EntityConverter + add some bean for vote
[Tony CHEMIT] can not delete last choice of a poll
[Tony CHEMIT] can now vote
[athimel] Fix sample REST base URL
[Tony CHEMIT] copy voter to VoteBean
[Tony CHEMIT] copy votes
[garandel] vote persistant
[garandel] fix vote persitence
[garandel] autoprint new vote
[garandel] - delete debug code
[Tony CHEMIT] use only pollen bean in services prototypes
[Tony CHEMIT] fix vote choice order
[garandel] debug ui and translate to french all element
[Tony CHEMIT] begin of rest api
[Tony CHEMIT] add default resultVisibility option
[Tony CHEMIT] rename session cookie name
[Tony CHEMIT] add a create entity ref after login
[Tony CHEMIT] i18n on validation
[Tony CHEMIT] use a real session object stored in cookie
[Tony CHEMIT] review login workflow
[Tony CHEMIT] fixes #1029 Migrate to Git.
[Tony CHEMIT] fixes #1029 Migrate to Git.
[Tony CHEMIT] fixes #1029 Migrate to Git.
[Tony CHEMIT] add ignore files
[Tony CHEMIT] remove idea files from scm
[Tony CHEMIT] Revert "remove idea files from scm"
[Tony CHEMIT] ignore idea files
[dralagen] update gitignore
[dralagen] add token and local in request REST
[a.garandel] Complet info locale and token for all services
[Tony CHEMIT] Reuse Gson + fix vote choices order
[a.garandel] convert int to float javascript
[a.garandel] delete unused dependence
[a.garandel] use header for locale
[a.garandel] Add form register new user
[a.garandel] login user
[a.garandel] delete conflit on ui conf.js
[a.garandel] fix register user
[Tony CHEMIT] make login works
[a.garandel] catch error in form register
[Tony CHEMIT] change login result
[Tony CHEMIT] use a header to get session token
[Tony CHEMIT] fix typo
[a.garandel] change fonction name for save and delete poll
[a.garandel] change style form register
[a.garandel] Fix Header Accept-Language value,
[a.garandel] update gitignore
[a.garandel] fix create poll
[a.garandel] Print name or login user when connected
[a.garandel] fix style dropdown in navbar
[a.garandel] add another default user
[a.garandel] fix createDefaultUsers
[a.garandel] Add logout
[a.garandel] change cookies to localStorage
[Tony CHEMIT] improve auth service and make logout works
[a.garandel] Unified Session Data on one factory
[a.garandel] save currentUser
[a.garandel] print error for log
[a.garandel] fix print error in register and voter name,
[Tony CHEMIT] Add sessionToken remove logic
[a.garandel] implement list of poll created by user
[a.garandel] add security for list all poll
[a.garandel] reload page when connect and disconnect
[a.garandel] admin menu
[a.garandel] add list poll created
[a.garandel] delete token in url in list poll
[a.garandel] complete menu
[a.garandel] check permission for edit poll
[Tony CHEMIT] update libs
[Tony CHEMIT] remove permissions + clean service code
[Tony CHEMIT] make security works in tests + downgrade tomcat version
[a.garandel] catch session expired
[Tony CHEMIT] change error code when session token is expired
[Tony CHEMIT] vote counting service
[Tony CHEMIT] fix build + improve gitignore
[Tony CHEMIT] fix runtime dep
[a.garandel] send permission for getting poll and choices
[a.garandel] move to / when error 403
[a.garandel] print result in vote page
[a.garandel] alert floatant
[a.garandel] print result
[Tony CHEMIT] improve favorite list model
[a.garandel] add link for edit poll and vote
[a.garandel] add link for edit vote
[a.garandel] use promise for get result
[a.garandel] fix right : connected and permission
[a.garandel] print good link for edit. Print vote in edit mode
[Tony CHEMIT] encode ids
[Tony CHEMIT] use everywhere PollenEntityId
[Tony CHEMIT] introduce json helper + use a PollenEntityRef
[a.garandel] set home page for poll
[a.garandel] update tab and save permission on offline
[a.garandel] create a page for result
[a.garandel] update home interface of poll
[Tony CHEMIT] use bean for vote counting result (to encore ids)
[Tony CHEMIT] fix test
[a.garandel] Fix url
[a.garandel] suppr debug code
[a.garandel] Add Comment
[Tony CHEMIT] can add comment on a free poll with no rights
[a.garandel] update style of form comment, get permission of the poll
[Tony CHEMIT] Use pagination list for comments, polls, favoriteLists and users + improve PollenBeans API
[Tony CHEMIT] Use pagination list for comments, polls, favoriteLists and users + improve PollenBeans API
[Tony CHEMIT] use text type for poll.description, choice.description, comment.text
[Tony CHEMIT] rename pagination beans
[Tony CHEMIT] Improve pagination API
[a.garandel] get poll with pagination
[a.garandel] fix url tab,
[a.garandel] create directive for pagination
[a.garandel] update pagination and add pagination in comments
[a.garandel] Add default page size in conf
[a.garandel] change favoriteDefaultPageSize to favoriteListDefaultPageSize
[Tony CHEMIT] check password is not blank
[a.garandel] add form for edit user
[a.garandel] update style of form
[Tony CHEMIT] fix password in form
[a.garandel] beautifull form for register
[Tony CHEMIT] use only email as login
[Tony CHEMIT] review favorite list member and voter list member association
[Tony CHEMIT] update scm informations
[Tony CHEMIT] add todo
------------------------------------------
[...truncated 1411 lines...]
10:53:22 INFO (VoteCountingFactory.java:72) Detected strategy [5-Borda] : org.chorem.pollen.votecounting.BordaVoteCounting
10:53:22 INFO (VoteCountingFactory.java:72) Detected strategy [6-Instant Runoff] : org.chorem.pollen.votecounting.InstantRunoffVoteCounting
10:53:22 INFO (VoteCountingFactory.java:72) Detected strategy [7-Coombs] : org.chorem.pollen.votecounting.CoombsVoteCounting
10:53:22 INFO (FixturesService.java:82) will restore database with fixture set
10:53:22 INFO (SecurityService.java:336) All permissions:
*:addComment:org.chorem.pollen.persistence.entity.Poll_55be04ab-f317-4373-aea5-5758d8cbde70
*:readChoice:org.chorem.pollen.persistence.entity.Choice_45404de2-7093-45a4-87e3-9ad8f411ac46
*:readPoll:org.chorem.pollen.persistence.entity.Poll_55be04ab-f317-4373-aea5-5758d8cbde70
*:readChoice:org.chorem.pollen.persistence.entity.Choice_f75a123c-c271-45ad-8b60-d8fb236a40a5
*:addVote:org.chorem.pollen.persistence.entity.Poll_55be04ab-f317-4373-aea5-5758d8cbde70
10:53:22 INFO (SecurityService.java:336) All permissions:
*:*:*
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec - in org.chorem.pollen.services.service.FavoriteListServiceTest
Results :
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pollen-services ---
[INFO] Building jar: <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-services/targ…>
[INFO]
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ pollen-services ---
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pollen :: Rest Api 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/debux/webm…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti… (2 KB at 1.3 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/debux/webm…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti… (613 B at 1.7 KB/sec)
[WARNING] The POM for org.antlr:stringtemplate:jar:3.2.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/debux/webm…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti… (2 KB at 3.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco… (5 KB at 124.8 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3… (5 KB at 169.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 53.3 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co… (2 KB at 69.7 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 47.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja… (2 KB at 62.8 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/ecl…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c… (2 KB at 48.4 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1… (2 KB at 55.5 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 36.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (2 KB at 49.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 33.4 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (2 KB at 49.5 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/ecl…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco… (29 KB at 500.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (38 KB at 250.2 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (83 KB at 559.9 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (781 KB at 2109.8 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2804 KB at 5965.1 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c… (1788 KB at 3405.5 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3… (29 KB at 1037.9 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (83 KB at 2239.7 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (38 KB at 250.2 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja… (781 KB at 3903.1 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1… (1788 KB at 6903.0 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co… (2804 KB at 10048.7 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pollen-rest-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (check-project-files) @ pollen-rest-api ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.1:bundle (default) @ pollen-rest-api >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.1:collect-i18n-artifacts (collect-i18n-artifacts) @ pollen-rest-api ---
[WARNING] Invalid POM for org.antlr:stringtemplate:jar:3.2.1, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion…
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion… (2 KB at 0.5 KB/sec)
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion…
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion… (613 B at 2.2 KB/sec)
[INFO] collected 10 i18n artifacts for locale fr_FR stored in <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/targ…>
[INFO] collected 10 i18n artifacts for locale en_GB stored in <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/targ…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.1:bundle (default) @ pollen-rest-api <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.1:bundle (default) @ pollen-rest-api ---
[WARNING] bundle fr_FR contains 12/115 empty entries! (use -Di18n.showEmpty to see these entries)
[WARNING] bundle en_GB contains 13/116 empty entries! (use -Di18n.showEmpty to see these entries)
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pollen-rest-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pollen-rest-api ---
[INFO] Compiling 25 source files to <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/targ…>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/…>: Some input files use unchecked or unsafe operations.
[WARNING] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/…>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/…>:[72,67] method addVoterList in class org.chorem.pollen.services.service.VoterListService cannot be applied to given types;
required: java.lang.String,org.chorem.pollen.services.bean.VoterListBean,java.util.List<org.chorem.pollen.services.bean.VoterListMemberBean>
found: java.lang.String,org.chorem.pollen.services.bean.VoterListBean
reason: actual and formal argument lists differ in length
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Pollen ............................................ SUCCESS [ 1.582 s]
[INFO] Pollen :: VoteCounting (Api) ...................... SUCCESS [ 5.519 s]
[INFO] Pollen :: VoteCounting :: Normal .................. SUCCESS [ 1.390 s]
[INFO] Pollen :: VoteCounting :: Percentage .............. SUCCESS [ 1.266 s]
[INFO] Pollen :: VoteCounting :: Condorcet ............... SUCCESS [ 1.237 s]
[INFO] Pollen :: VoteCounting :: Number .................. SUCCESS [ 1.155 s]
[INFO] Pollen :: VoteCounting :: Borda ................... SUCCESS [ 1.206 s]
[INFO] Pollen :: VoteCounting :: Instant Runoff .......... SUCCESS [ 1.136 s]
[INFO] Pollen :: VoteCounting :: Coombs .................. SUCCESS [ 1.126 s]
[INFO] Pollen :: VoteCounting (Aggregator) ............... SUCCESS [ 0.229 s]
[INFO] Pollen :: Persistence ............................. SUCCESS [ 6.200 s]
[INFO] Pollen :: Service ................................. SUCCESS [ 9.601 s]
[INFO] Pollen :: Rest Api ................................ FAILURE [ 7.721 s]
[INFO] Pollen :: UI (CanJS) .............................. SKIPPED
[INFO] Pollen :: UI (Angular) ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.759 s
[INFO] Finished at: 2014-05-30T10:53:31+01:00
[INFO] Final Memory: 63M/384M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project pollen-rest-api: Compilation failure
[ERROR] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/…>:[72,67] method addVoterList in class org.chorem.pollen.services.service.VoterListService cannot be applied to given types;
[ERROR] required: java.lang.String,org.chorem.pollen.services.bean.VoterListBean,java.util.List<org.chorem.pollen.services.bean.VoterListMemberBean>
[ERROR] found: java.lang.String,org.chorem.pollen.services.bean.VoterListBean
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project pollen-rest-api: Compilation failure
<http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/…>:[72,67] method addVoterList in class org.chorem.pollen.services.service.VoterListService cannot be applied to given types;
required: java.lang.String,org.chorem.pollen.services.bean.VoterListBean,java.util.List<org.chorem.pollen.services.bean.VoterListMemberBean>
found: java.lang.String,org.chorem.pollen.services.bean.VoterListBean
reason: actual and formal argument lists differ in length
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.jvnet.hudson.maven3.launcher.Maven31Launcher.main(Maven31Launcher.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
at jenkins.maven3.agent.Maven31Main.launch(Maven31Main.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
<http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/pollen-rest-api/src/…>:[72,67] method addVoterList in class org.chorem.pollen.services.service.VoterListService cannot be applied to given types;
required: java.lang.String,org.chorem.pollen.services.bean.VoterListBean,java.util.List<org.chorem.pollen.services.bean.VoterListMemberBean>
found: java.lang.String,org.chorem.pollen.services.bean.VoterListBean
reason: actual and formal argument lists differ in length
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:858)
at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 30 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :pollen-rest-api
Sending e-mails to: pollen-commits(a)list.chorem.org garandel@5be0c24c-0eb0-4881-9616-eb0573c84113 chemit+chorem-ci(a)codelutin.com a.garandel(a)dralagen.fr
channel stopped
1
3
Build failed in Jenkins: pollen-rest-api-ci » Pollen :: Rest Api #537
by admin+ci-chorem.org@codelutin.com 30 May '14
by admin+ci-chorem.org@codelutin.com 30 May '14
30 May '14
See <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>
Changes:
[Tony CHEMIT] optimize dependencies
[Tony CHEMIT] update license, headers, ...
[Tony CHEMIT] refs #885 : move to Topia3 stack
[Tony CHEMIT] technical stack is nearly ok
[Tony CHEMIT] optimze dependencies + add missing license headers
[Tony CHEMIT] use specific configuration files (pollen-services.properties, pollen-rest-api.properties to avoid any collision with existing config)
[Tony CHEMIT] simplify rest-api starting + add some conf
[Tony CHEMIT] simplify rest-api starting + add some conf
[Tony CHEMIT] fix ui-angular war deploy
[Tony CHEMIT] pass ChoiceType to Choice, no more to Poll + add Rest Doc action + begin to add Rest API tests
[Tony CHEMIT] improve tests
[Tony CHEMIT] debug poll create + fix voteCounting id
[Tony CHEMIT] - introduce email + notification service
[Tony CHEMIT] make test more human readable
[Tony CHEMIT] fix PollRenderer : Hate the hibernate proxies...
[Tony CHEMIT] simplify form exception (keep only one)
[Tony CHEMIT] continue dev + begin of implements correct security
[Tony CHEMIT] improve rest api
[Tony CHEMIT] optimize dependenceis + add license headers + use commons-collections4
[Tony CHEMIT] security + sumplify exceptions + ...
[Tony CHEMIT] fix dep + clean code
[Tony CHEMIT] reformat rest api + use PollenPrincipalRef for create operations
[Tony CHEMIT] fix security permission
[Tony CHEMIT] - receive object as json
[Tony CHEMIT] fix json serialization
[Tony CHEMIT] improve conversions and lots of stuff... to be continued...
[Tony CHEMIT] fix converter test
[Tony CHEMIT] - use a visitor to copy services objects (outside the services everything should be transient)
[Tony CHEMIT] improve copy visitor + remove old code in Render
[garandel] autosave choice with ChoiceApi
[Tony CHEMIT] do not send back an edited object + clean some api
[Tony CHEMIT] somebody lies to me\! He told me it did not need edited value in return, but he does in facts... D
[Tony CHEMIT] always prepare response even if there was an error
[Tony CHEMIT] implements CORS response from pollen not webmotion
[Tony CHEMIT] optimize dependencies
[Tony CHEMIT] introduce converter package + a JsonConverter to replace the EntityConverter + add some bean for vote
[Tony CHEMIT] can not delete last choice of a poll
[Tony CHEMIT] can now vote
[Tony CHEMIT] copy voter to VoteBean
[Tony CHEMIT] use only pollen bean in services prototypes
[Tony CHEMIT] rename session cookie name
[Tony CHEMIT] add a create entity ref after login
[Tony CHEMIT] use a real session object stored in cookie
[Tony CHEMIT] review login workflow
[Tony CHEMIT] Reuse Gson + fix vote choices order
[a.garandel] login user
[Tony CHEMIT] make login works
[Tony CHEMIT] use a header to get session token
[Tony CHEMIT] fix typo
[Tony CHEMIT] improve auth service and make logout works
[Tony CHEMIT] Add sessionToken remove logic
[Tony CHEMIT] make security works in tests + downgrade tomcat version
[a.garandel] catch session expired
[Tony CHEMIT] change error code when session token is expired
[Tony CHEMIT] vote counting service
[Tony CHEMIT] fix runtime dep
[Tony CHEMIT] encode ids
[Tony CHEMIT] use everywhere PollenEntityId
[Tony CHEMIT] introduce json helper + use a PollenEntityRef
[Tony CHEMIT] use bean for vote counting result (to encore ids)
[a.garandel] Add Comment
[a.garandel] update style of form comment, get permission of the poll
[Tony CHEMIT] Use pagination list for comments, polls, favoriteLists and users + improve PollenBeans API
[Tony CHEMIT] rename pagination beans
[Tony CHEMIT] Improve pagination API
[a.garandel] add form for edit user
[Tony CHEMIT] use only email as login
[Tony CHEMIT] review favorite list member and voter list member association
------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pollen :: Rest Api 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/debux/webm…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti… (2 KB at 1.3 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/debux/webm…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti… (613 B at 1.7 KB/sec)
[WARNING] The POM for org.antlr:stringtemplate:jar:3.2.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/debux/webm…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/debux/webmoti… (2 KB at 3.1 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco… (5 KB at 124.8 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3… (5 KB at 169.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 53.3 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co… (2 KB at 69.7 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 47.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja… (2 KB at 62.8 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/ecl…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c… (2 KB at 48.4 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1… (2 KB at 55.5 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 36.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (2 KB at 49.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2 KB at 33.4 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (2 KB at 49.5 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/ecl…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/central-releases/org/apa…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c…
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/httpco… (29 KB at 500.4 KB/sec)
[INFO] Downloading: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat…
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (38 KB at 250.2 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (83 KB at 559.9 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (781 KB at 2109.8 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/apache/tomcat… (2804 KB at 5965.1 KB/sec)
[INFO] Downloaded: http://nexus.nuiton.org/nexus/content/groups/pollen-group/org/eclipse/jdt/c… (1788 KB at 3405.5 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1…
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.3… (29 KB at 1037.9 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo…
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (83 KB at 2239.7 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-lo… (38 KB at 250.2 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-ja… (781 KB at 3903.1 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1… (1788 KB at 6903.0 KB/sec)
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-co… (2804 KB at 10048.7 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pollen-rest-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (check-project-files) @ pollen-rest-api ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.1:bundle (default) @ pollen-rest-api >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.1:collect-i18n-artifacts (collect-i18n-artifacts) @ pollen-rest-api ---
[WARNING] Invalid POM for org.antlr:stringtemplate:jar:3.2.1, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion…
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion… (2 KB at 0.5 KB/sec)
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion…
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/debux/webmotion… (613 B at 2.2 KB/sec)
[INFO] collected 10 i18n artifacts for locale fr_FR stored in <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>
[INFO] collected 10 i18n artifacts for locale en_GB stored in <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.1:bundle (default) @ pollen-rest-api <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.1:bundle (default) @ pollen-rest-api ---
[WARNING] bundle fr_FR contains 12/115 empty entries! (use -Di18n.showEmpty to see these entries)
[WARNING] bundle en_GB contains 13/116 empty entries! (use -Di18n.showEmpty to see these entries)
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pollen-rest-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pollen-rest-api ---
[INFO] Compiling 25 source files to <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>: Some input files use unchecked or unsafe operations.
[WARNING] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/org.chorem.pollen$polle…>:[72,67] method addVoterList in class org.chorem.pollen.services.service.VoterListService cannot be applied to given types;
required: java.lang.String,org.chorem.pollen.services.bean.VoterListBean,java.util.List<org.chorem.pollen.services.bean.VoterListMemberBean>
found: java.lang.String,org.chorem.pollen.services.bean.VoterListBean
reason: actual and formal argument lists differ in length
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
1
2
This is an automated email from the git hooks/post-receive script.
New commit to branch devel in repository Pollen.
See http://git.None/Pollen.git
commit 0c3404d76a231bdc89d7f7f0ec8ad3b695c46403
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri May 30 11:23:23 2014 +0200
no more use changelo file
---
changelog.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/changelog.txt b/changelog.txt
index e1efb15..6d69dd1 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,11 @@
ChangeLog
=========
+
+changelog is generated it from the redmine issues:
+
+http://doc.chorem.org/pollen/changes-report.html
+
+
1.2.3
- Anomalie #101: Sondage à type de dépouillement: Number
--
To stop receiving notification emails like this one, please contact
Chorem.org SCM administrator <admin+scm(a)chorem.org>.
1
0
30 May '14
See <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/535/>
------------------------------------------
[...truncated 287 lines...]
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/es.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/et.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/he.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/id.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/it.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/km.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/no.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/si.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/th.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/about/dialogs/about.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/about/dialogs/logo_ckeditor.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/clipboard/dialogs/paste.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/dialog/dialogDefinition.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/fakeobjects/images/spacer.gif: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/icons.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/icons_hidpi.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/image/dialogs/image.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/image/images/noimage.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/link/dialogs/anchor.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/link/dialogs/link.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/link/images/anchor.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/link/images/hidpi/anchor.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/magicline/images/hidpi/icon.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/magicline/images/icon.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/pastefromword/filter/default.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/scayt/LICENSE.md: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/scayt/README.md: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/scayt/dialogs/options.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/scayt/dialogs/toolbar.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/ar.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/bg.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/ca.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/cs.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/cy.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/de.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/el.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/en.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/eo.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/es.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/et.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/fa.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/fi.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/fr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/gl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/he.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/hr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/hu.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/id.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/it.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/ja.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/km.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/ku.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/lv.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/nb.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/nl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/no.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/pl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/pt.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/ru.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/si.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/sk.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/sl.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/sq.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/sv.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/th.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/tr.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/ug.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/uk.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/vi.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/lang/zh.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/specialchar/dialogs/specialchar.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/table/dialogs/table.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/tabletools/dialogs/tableCell.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/LICENSE.md: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/README.md: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/dialogs/ciframe.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/dialogs/tmp.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/dialogs/tmpFrameset.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/dialogs/wsc.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/dialogs/wsc.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/plugins/wsc/dialogs/wsc_ie.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/ajax.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/api.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/appendto.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/assets/inlineall/logo.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/assets/outputxhtml/outputxhtml.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/assets/posteddata.php: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/assets/sample.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/assets/sample.jpg: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/assets/uilanguages/languages.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/datafiltering.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/divreplace.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/index.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/inlineall.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/inlinebycode.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/inlinetextarea.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/jquery.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/dialog/assets/my_dialog.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/dialog/dialog.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/enterkey/enterkey.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/htmlwriter/outputforflash.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/htmlwriter/outputhtml.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/magicline/magicline.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/toolbar/toolbar.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/plugins/wysiwygarea/fullpage.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/readonly.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/replacebyclass.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/replacebycode.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/sample.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/sample.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/sample_posteddata.php: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/tabindex.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/uicolor.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/uilanguages.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/samples/xhtmlstyle.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/dialog.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/dialog_ie.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/dialog_ie7.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/dialog_ie8.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/dialog_iequirks.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/dialog_opera.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/editor.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/editor_gecko.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/editor_ie.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/editor_ie7.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/editor_ie8.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/editor_iequirks.css: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/icons.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/icons_hidpi.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/arrow.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/close.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/hidpi/close.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/hidpi/lock-open.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/hidpi/lock.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/hidpi/refresh.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/lock-open.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/lock.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/images/refresh.png: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/skins/moono/readme.md: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/libs/ckeditor/styles.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/js/services.js: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/big-poll.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/home.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/inline-poll.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/pagination.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll-comment.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll-link.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll-list.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll-result.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll-settings.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/poll.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/user-edit.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/user-login.html: Permission denied
warning: unable to unlink pollen-ui-angular/src/main/webapp/partials/user-register.html: Permission denied
warning: unable to unlink pollen-ui-js/LICENSE.txt: Permission denied
warning: unable to unlink pollen-ui-js/README.txt: Permission denied
warning: unable to unlink pollen-ui-js/changelog.txt: Permission denied
warning: unable to unlink pollen-ui-js/pom.xml: Permission denied
warning: unable to unlink pollen-ui-js/src/main/resources/nuiton-js/wro.properties: Permission denied
warning: unable to unlink pollen-ui-js/src/main/resources/nuiton-js/wro.xml: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/bundle/Messages.properties: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/css/bootstrap-datetimepicker.min.css: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/css/style.css: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/img/glyphicons_050_link.png: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/img/pollen.png: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/index.html: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/controls/menu.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/controls/poll_form.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/controls/poll_list.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/controls/poll_summary.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/controls/user_form.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/controls/vote.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/libs/bootstrap-datetimepicker.min.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/libs/jquery.scrollto.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/models/choices.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/models/comments.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/models/polls.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/models/users.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/models/votes.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/pollen-utils.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/js/route.js: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/views/menu.ejs: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/views/poll_form.ejs: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/views/poll_list.ejs: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/views/summary.ejs: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/views/user_form.ejs: Permission denied
warning: unable to unlink pollen-ui-js/src/main/webapp/views/vote.ejs: Permission denied
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenApplicationConfigProvider.java (Permission denied)
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenConfiguration.java (Permission denied)
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenConfigurationOption.java (Permission denied)
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenFunctions.java (Permission denied)
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenIOUtil.java (Permission denied)
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenTechnicalException.java (Permission denied)
error: unable to create file pollen-persistence/src/main/java/org/chorem/pollen/PollenTopiaRootContextFactory.java (Permission denied)
fatal: cannot create directory at 'pollen-persistence/src/main/java/org/chorem/pollen/business': Permission denied
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1307)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1279)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1084)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1094)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1474)
... 9 more
1
0
30 May '14
See <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/531/>
------------------------------------------
Started by user CI Chorem Admin
Building in workspace <http://ci.chorem.org/jenkins/job/pollen-rest-api-ci/ws/>
> git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
> git config remote.origin.url http://git.chorem.org/pollen.git
Fetching upstream changes from http://git.chorem.org/pollen.git
> git --version
> git fetch --tags --progress http://git.chorem.org/pollen.git +refs/heads/master:refs/remotes/origin/devel
> git rev-parse remotes/origin/devel^{commit}
Checking out Revision a1edf8151d1852622dd6fd94dd4bf2d551344e3c (remotes/origin/devel)
> git config core.sparsecheckout
> git checkout -f a1edf8151d1852622dd6fd94dd4bf2d551344e3c
> git branch -a
> git rev-parse devel^{commit}
> git rev-parse remotes/origin/devel^{commit}
> git rev-parse remotes/origin/master^{commit}
> git rev-parse remotes/origin/pollen-1.x^{commit}
> git branch -D devel
> git checkout -b devel a1edf8151d1852622dd6fd94dd4bf2d551344e3c
FATAL: Could not checkout devel with start point a1edf8151d1852622dd6fd94dd4bf2d551344e3c
hudson.plugins.git.GitException: Could not checkout devel with start point a1edf8151d1852622dd6fd94dd4bf2d551344e3c
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1479)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:896)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:513)
at hudson.model.Run.execute(Run.java:1706)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: Command "git checkout -b devel a1edf8151d1852622dd6fd94dd4bf2d551344e3c" returned status code 1:
stdout: pollen-persistence/src/main/java/org/chorem/pollen/PollenApplicationConfigProvider.java: needs merge
pollen-persistence/src/main/java/org/chorem/pollen/business/persistence/I18nAble.java: needs merge
pollen-persistence/src/main/java/org/chorem/pollen/business/persistence/PollActions.java: needs merge
pollen-persistence/src/main/java/org/chorem/pollen/business/persistence/VotingListImpl.java: needs merge
pollen-services/src/main/java/org/chorem/pollen/services/exceptions/PollCommentNotFound.java: needs merge
pollen-services/src/main/java/org/chorem/pollen/services/exceptions/PollNotFoundException.java: needs merge
pollen-services/src/main/java/org/chorem/pollen/services/exceptions/UserInvalidPasswordException.java: needs merge
pollen-services/src/main/java/org/chorem/pollen/services/exceptions/UserNotFoundException.java: needs merge
pollen-services/src/main/resources/i18n/pollen-services_en_GB.properties: needs merge
pollen-services/src/main/resources/i18n/pollen-services_fr_FR.properties: needs merge
pollen-services/src/test/java/org/chorem/pollen/services/AbstractPollenServiceTest.java: needs merge
pollen-services/src/test/java/org/chorem/pollen/services/impl/EmailServiceTest.java: needs merge
pollen-ui-struts2/src/it/pollCommentVisibility/src/jetty/jetty-context.xml: needs merge
pollen-ui-struts2/src/it/security/src/test/java/org/chorem/pollen/ui/it/PollenTestSuite.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/PollUriAware.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/PollenActionSupportForEdition.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/PollenActionSupportForVote.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/PollenUserSecurityAware.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/json/AbstractJSONSimpleAction.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/json/package-info.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/package-info.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/form/DisplayDateChoice.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/form/DisplayImageChoice.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/form/package-info.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/vote/ModeratePoll.java: needs merge
pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/user/Logout.java: needs merge
pollen-ui-struts2/src/main/resources/pollen.properties: needs merge
pollen-ui-struts2/src/main/webapp/js/ckeditor.config.js: needs merge
stderr: error: you need to resolve your current index first
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1307)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1279)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1084)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1094)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1472)
... 9 more
1
0