See <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/7/> ------------------------------------------ [...truncated 368 lines...] $Id:$ $HeadURL:$ [DEBUG] /* * [DEBUG] performInFilter - original header = * Mavenpom * $Id: maven-site-nuiton.org.js 1496 2013-12-12 09:20:18Z athimel $ * $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/src/static-site/resources/js/maven-... $ * %% * Copyright (C) 2009 - 2013 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * [DEBUG] */ $(document).ready(function () { var metas = $('#projectMetas'); var piwikEnabled = metas.attr('piwikEnabled'); if (piwikEnabled) { //Piwik Tracking Code var piwikId = metas.attr('piwikId'); if (!piwikId) { // default piwikId for nuiton.org piwikId = 2; } console.log("use Piwik with id = " + piwikId); var pkBaseURL = "https:" == document.location.protocol ? "https://piwik.codelutin.com/" : "http://piwik.codelutin.com/"; $.getScript(pkBaseURL + "piwik.js", function (data, textStatus, jqxhr) { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", piwikId); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); console.log("piwikTracker loaded = " + piwikTracker); }); //Piwik Tracking Code } var scmwebeditorenabled = metas.attr('scmwebeditorenabled'); var scm = metas.attr('scm'); if (scmwebeditorenabled && scm.indexOf("/trunk") > -1) { // allow scmwebeditor is enabled and on trunk // remove scm prefix (scm:svn:) scm = scm.replace('scm:svn:', ''); var scmurl = metas.attr('scmwebeditorurl'); var projectId = metas.attr('projectId'); var siteSourcesType = metas.attr('siteSourcesType'); var path; var pathname = document.location.pathname; if (pathname.indexOf('target/site') > 0) { path = pathname.substr(pathname.indexOf('/site')). replace('/site/', ''); } else { if (pathname == '/' + projectId + '/') { // on / page path = 'index.html'; } else { path = pathname.substr(pathname.indexOf('/' + projectId)). replace('/' + projectId + '/', ''); } } path = path.replace('.html', '.' + siteSourcesType); var url = scmurl + "?address=" + scm + "/src/site/" + siteSourcesType + "/" + path; console.log("Add scmwebeditor with url = " + url); var html = "<li class='pull-right'><a href='" + url + "'>Éditer la page</a></li>" + "<li class='divider pull-right'>|</li>"; var ul = $('#publishDate'); ul.prepend(html); } }); [INFO] - header was updated for <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/js/maven-site-nuiton.org.js> [DEBUG] - process file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/js/maven-site-chorem.org.js> [DEBUG] - will process into file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/js/maven-site-chorem.org.js_19245823463481061> [DEBUG] Description parameters:{project=MavenProject: org.nuiton:mavenpom:4.6-SNAPSHOT @ <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/pom.xml,> organizationName=CodeLutin, file=<http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/js/maven-site-chorem.org.js,> addSvnKeyWords=true, inceptionYear=2009, projectName=Mavenpom} [DEBUG] Computed description: Mavenpom $Id:$ $HeadURL:$ [DEBUG] header description : Mavenpom $Id:$ $HeadURL:$ [DEBUG] /* * [DEBUG] performInFilter - original header = * Mavenpom * $Id: maven-site-chorem.org.js 1496 2013-12-12 09:20:18Z athimel $ * $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/src/static-site/resources/js/maven-... $ * %% * Copyright (C) 2009 - 2013 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * [DEBUG] */ $(document).ready(function () { var metas = $('#projectMetas'); var piwikEnabled = metas.attr('piwikEnabled'); if (piwikEnabled) { //Piwik Tracking Code var piwikId = metas.attr('piwikId'); if (!piwikId) { // default piwikId for chorem.org piwikId = 3; } console.log("use Piwik with id = " + piwikId); var pkBaseURL = "https:" == document.location.protocol ? "https://piwik.codelutin.com/" : "http://piwik.codelutin.com/"; $.getScript(pkBaseURL + "piwik.js", function (data, textStatus, jqxhr) { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", piwikId); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); console.log("piwikTracker loaded = " + piwikTracker); }); //Piwik Tracking Code } var scmwebeditorenabled = metas.attr('scmwebeditorenabled'); var scm = metas.attr('scm'); if (scmwebeditorenabled && scm.indexOf("/trunk") > -1) { // allow scmwebeditor is enabled and on trunk // remove scm prefix (scm:svn:) scm = scm.replace('scm:svn:',''); var scmurl = metas.attr('scmwebeditorurl'); var projectId = metas.attr('projectId'); var siteSourcesType = metas.attr('siteSourcesType'); var path; var pathname = document.location.pathname; if (pathname.indexOf('target/site') > 0) { path = pathname.substr(pathname.indexOf('/site')). replace('/site/', ''); } else { if (pathname == '/' + projectId + '/') { // on / page path = 'index.html'; } else { path = pathname.substr(pathname.indexOf('/' + projectId)). replace('/' + projectId + '/', ''); } } path = path.replace('.html', '.' + siteSourcesType); var url = scmurl + "?address=" + scm + "/src/site/" + siteSourcesType + "/" + path; console.log("Add scmwebeditor with url = " + url); var html = "<li class='pull-right'><a href='" + url + "'>Éditer la page</a></li>" + "<li class='divider pull-right'>|</li>"; var ul = $('#publishDate'); ul.prepend(html); } }); [INFO] - header was updated for <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/js/maven-site-chorem.org.js> [DEBUG] - process file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/css/mavenpom-site.css> [DEBUG] - will process into file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/css/mavenpom-site.css_19245823463481061> [DEBUG] Description parameters:{project=MavenProject: org.nuiton:mavenpom:4.6-SNAPSHOT @ <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/pom.xml,> organizationName=CodeLutin, file=<http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/css/mavenpom-site.css,> addSvnKeyWords=true, inceptionYear=2009, projectName=Mavenpom} [DEBUG] Computed description: Mavenpom $Id:$ $HeadURL:$ [DEBUG] header description : Mavenpom $Id:$ $HeadURL:$ [DEBUG] /* * [DEBUG] performInFilter - original header = * Mavenpom * $Id: mavenpom-site.css 1496 2013-12-12 09:20:18Z athimel $ * $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/src/static-site/resources/css/maven... $ * %% * Copyright (C) 2009 - 2013 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * [DEBUG] */ .field .field_name {display: block; font-weight: bold; } .field .field_body {padding-left: 30px; } [INFO] - header was updated for <http://ci-ng.nuiton.org/jenkins/job/mavenpom/org.nuiton$mavenpom/ws/src/static-site/resources/css/mavenpom-site.css> [INFO] Process header 'properties' [INFO] - using GNU General Lesser Public License (LGPL) version 3.0 [INFO] Process header 'mysql' [INFO] - using GNU General Lesser Public License (LGPL) version 3.0 [INFO] Scan 5 files header done in 25.807ms. [INFO] All files are up-to-date. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ mavenpom --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1 [DEBUG] [] [INFO] [INFO] --- jredmine-maven-plugin:1.6:generate-changes (jredmine-generate-changes) @ mavenpom --- [INFO] Redmine anonymous configuration :
host : http://www.nuiton.org [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/ping [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/ping [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/get_project.xml/mavenpom [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/get_project_users.xml/mavenpom [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/logout