Download Yulup for editing web-pages independently of Yanel.
From michi at wyona.com Thu Sep 24 22:42:58 2009
From: michi at wyona.com (michi@wyona.com)
Date: Thu Sep 24 23:17:47 2009
Subject: [Yanel-commits] rev 44862 -
public/yanel/trunk/src/realms/yanel-website/content
Message-ID: <200909242042.n8OKgweI019102@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-24 22:42:58 +0200 (Thu, 24 Sep 2009)
New Revision: 44862
Modified:
public/yanel/trunk/src/realms/yanel-website/content/doap.rdf
Log:
URLs fixed
Modified: public/yanel/trunk/src/realms/yanel-website/content/doap.rdf
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/doap.rdf 2009-09-24 20:40:07 UTC (rev 44861)
+++ public/yanel/trunk/src/realms/yanel-website/content/doap.rdf 2009-09-24 20:42:58 UTC (rev 44862)
@@ -10,17 +10,17 @@
2007-06-11Wyona Yanel
-
-
+
+ Content Management FrameworkEverything is content management (WCMS/Wiki, DMS, CRM, ECM, ERP, PIM/E-Mail, DRM, ...) and Yanel is a humble attempt to provide a solution for all your content management needs by offering an Open Source service oriented Content Management Framework written in Java.
-
+
-
+
-
+ Java
From michi at wyona.com Thu Sep 24 23:00:05 2009
From: michi at wyona.com (michi@wyona.com)
Date: Thu Sep 24 23:34:53 2009
Subject: [Yanel-commits] rev 44863 - public/yanel/trunk/src/build
Message-ID: <200909242100.n8OL05dh019164@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-24 23:00:05 +0200 (Thu, 24 Sep 2009)
New Revision: 44863
Modified:
public/yanel/trunk/src/build/build.xml
Log:
some cleanup/grouping
Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml 2009-09-24 20:42:58 UTC (rev 44862)
+++ public/yanel/trunk/src/build/build.xml 2009-09-24 21:00:05 UTC (rev 44863)
@@ -172,20 +172,21 @@
-
+
+
+
-
-
+
Start exporting source from SVN, revision: ${yanel.revision}
-
+
REVISION
From michi at wyona.com Thu Sep 24 23:10:22 2009
From: michi at wyona.com (michi@wyona.com)
Date: Thu Sep 24 23:45:10 2009
Subject: [Yanel-commits] rev 44864 - public/yanel/trunk
Message-ID: <200909242110.n8OLAMCT019207@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-24 23:10:22 +0200 (Thu, 24 Sep 2009)
New Revision: 44864
Modified:
public/yanel/trunk/README.txt
Log:
wording improved
Modified: public/yanel/trunk/README.txt
===================================================================
--- public/yanel/trunk/README.txt 2009-09-24 21:00:05 UTC (rev 44863)
+++ public/yanel/trunk/README.txt 2009-09-24 21:10:22 UTC (rev 44864)
@@ -17,9 +17,9 @@
1) Configure Yanel by running "configure"
- After "configure" has finished, you may want to review the contents of
- ./src/build/local.build.properties to better understand the parameters
- that "build" will use.
+ After "configure" has finished, you may want to review the contents of
+ the file './src/build/local.build.properties' to better understand the parameters
+ which the "build" process will be using.
2) Build Yanel by running "build"
@@ -27,7 +27,7 @@
3.1) Run within Tomcat: "yanel start/stop" to start or stop Tomcat
3.2) Run within Jetty: "yanel start-jetty" to start Jetty
3.3) Run within Command Line: "yanel /hello/world.html"
- 3.4) Run continuous integration: "./src/build/targets/continuous-integration/CI"
+ 3.4) Run continuous integration: "./src/build/targets/continuous-integration/reCI"
4) Browse to http://127.0.0.1:8080/yanel/
From michi at wyona.com Thu Sep 24 23:19:28 2009
From: michi at wyona.com (michi@wyona.com)
Date: Thu Sep 24 23:54:16 2009
Subject: [Yanel-commits] rev 44865 - public/yanel/trunk/src/build
Message-ID: <200909242119.n8OLJSiM019252@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-24 23:19:28 +0200 (Thu, 24 Sep 2009)
New Revision: 44865
Modified:
public/yanel/trunk/src/build/build.xml
Log:
get most recent revision of remote server
Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml 2009-09-24 21:10:22 UTC (rev 44864)
+++ public/yanel/trunk/src/build/build.xml 2009-09-24 21:19:28 UTC (rev 44865)
@@ -172,11 +172,19 @@
+
+
+
+
+
+ Most recent revision on remote server: ${svn.info.rev}
+
+
From michi at wyona.com Mon Sep 28 09:22:29 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 09:58:42 2009
Subject: [Yanel-commits] rev 44876 - public/yanel/trunk
Message-ID: <200909280722.n8S7MT5l031901@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 09:22:28 +0200 (Mon, 28 Sep 2009)
New Revision: 44876
Modified:
public/yanel/trunk/yanel.sh
Log:
setting JAVA_HOME made user friendlier on Mac OS X
Modified: public/yanel/trunk/yanel.sh
===================================================================
--- public/yanel/trunk/yanel.sh 2009-09-27 18:53:23 UTC (rev 44875)
+++ public/yanel/trunk/yanel.sh 2009-09-28 07:22:28 UTC (rev 44876)
@@ -3,19 +3,36 @@
SCRIPT_DIR=$PWD
#SCRIPT_DIR=$PWD/`dirname $0`
+JAVA_HOME_MACOSX=/System/Library/Frameworks/JavaVM.framework/Home
+
# ----- Check for JAVA_HOME
JAVA_HOME="$JAVA_HOME"
if [ "$JAVA_HOME" = "" ];then
echo "ERROR: No JAVA_HOME set!"
echo " Have you installed JDK (Java Development Kit)? If so, then set JAVA_HOME ..."
echo ""
- echo " MacOS X : Depending on the shell you're using either use"
- echo " setenv JAVA_HOME /System/Library/Frameworks/JavaVM.framework/Home"
- echo " or"
- echo " export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home"
- echo " Linux : export JAVA_HOME=/usr/local/jdk-1.5.0 (whereas '/usr/local/jdk-1.5.0' is just an example path)"
- echo " Windows : Click Start, click 'My Computer', right click on window, select 'Properties', click the 'Advanced' tab, click 'Environment Variables'"
- exit 1
+ echo " Mac OS X : Depending on the shell you're using either use"
+ echo " export JAVA_HOME=$JAVA_HOME_MACOSX"
+ echo " or"
+ echo " setenv JAVA_HOME $JAVA_HOME_MACOSX"
+ echo " Linux : export JAVA_HOME=/usr/local/jdk-1.5.0 (whereas '/usr/local/jdk-1.5.0' is just an example path)"
+ echo " Windows : Click Start, click 'My Computer', right click on window, select 'Properties', click the 'Advanced' tab, click 'Environment Variables'"
+ echo ""
+ if [ -d $JAVA_HOME_MACOSX ]; then
+ echo "INFO: You seem to use Mac OS X as operating system. Do you want to set '$JAVA_HOME_MACOSX' as JAVA_HOME? (YES/no)"
+ read ANSWER
+ if [ "$ANSWER" = "no" ]; then
+ echo "WARNING: JAVA_HOME has not been set. Please make sure to set it manually and then re-run this script."
+ exit 1
+ else
+ export JAVA_HOME=$JAVA_HOME_MACOSX
+ echo "INFO: JAVA_HOME has been set to '$JAVA_HOME_MACOSX' while processing this shell script."
+ echo ""
+ sleep 3
+ fi
+ else
+ exit 1
+ fi
fi
# ----- Check Java version
From michi at wyona.com Mon Sep 28 11:23:28 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 11:58:45 2009
Subject: [Yanel-commits] rev 44886 -
public/yanel/contributions/ajax-components
Message-ID: <200909280923.n8S9NSOi000576@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 11:23:28 +0200 (Mon, 28 Sep 2009)
New Revision: 44886
Modified:
public/yanel/contributions/ajax-components/build.xml
Log:
memory increased and Compiler added, but still commented
Modified: public/yanel/contributions/ajax-components/build.xml
===================================================================
--- public/yanel/contributions/ajax-components/build.xml 2009-09-28 08:35:09 UTC (rev 44885)
+++ public/yanel/contributions/ajax-components/build.xml 2009-09-28 09:23:28 UTC (rev 44886)
@@ -41,8 +41,20 @@
+ Module name: ${module.name}
+ Component build directory: ${component.build.dir}
+
+
+
+
From michi at wyona.com Mon Sep 28 11:23:43 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 11:59:00 2009
Subject: [Yanel-commits] rev 44887 -
public/yanel/contributions/ajax-components
Message-ID: <200909280923.n8S9NhUT000618@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 11:23:43 +0200 (Mon, 28 Sep 2009)
New Revision: 44887
Modified:
public/yanel/contributions/ajax-components/README.txt
Log:
formatting
Modified: public/yanel/contributions/ajax-components/README.txt
===================================================================
--- public/yanel/contributions/ajax-components/README.txt 2009-09-28 09:23:28 UTC (rev 44886)
+++ public/yanel/contributions/ajax-components/README.txt 2009-09-28 09:23:43 UTC (rev 44887)
@@ -12,7 +12,10 @@
- the operating system specific gwt dev lib name
within local.build.properties
- 3) Start building components (e.g. "ant google.compile -Dcomponent.home.dir=src/hello-world". A build directory should be created within the component directory, e.g. src/hello-world/build)
+ 3) Start building components, e.g.
+ ant google.compile -Dcomponent.home.dir=src/hello-world
+ A build directory should be created within the component directory, e.g.
+ src/hello-world/build
4) a) Test components (e.g. open a browser and open one of the test files, for example src/hello-world/build/org.wyona.yanel.gwt.helloworld.HelloWorld/TestHelloWorld.html)
b) run target google.hostmode to open the gwt host mode browser (e.g. "ant google.hostmode -Dcomponent.home.dir=src/hello-world")
From michi at wyona.com Mon Sep 28 11:24:50 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 12:00:49 2009
Subject: [Yanel-commits] rev 44888 -
public/yanel/contributions/ajax-components
Message-ID: <200909280924.n8S9Oosw000661@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 11:24:50 +0200 (Mon, 28 Sep 2009)
New Revision: 44888
Modified:
public/yanel/contributions/ajax-components/build.properties
Log:
mac os x example added
Modified: public/yanel/contributions/ajax-components/build.properties
===================================================================
--- public/yanel/contributions/ajax-components/build.properties 2009-09-28 09:23:43 UTC (rev 44887)
+++ public/yanel/contributions/ajax-components/build.properties 2009-09-28 09:24:50 UTC (rev 44888)
@@ -1,8 +1,10 @@
# Path to GWT package
+#gwt.home=/Users/michaelwechner/local/gwt-mac-1.7.1
#gwt.home=/home/michi/local/gwt-linux-1.4.61
gwt.home=C:/JAVA_LIB/gwt-windows-1.4.61
# GWT dev library
+#gwt.dev.lib=gwt-dev-mac.jar
#gwt.dev.lib=gwt-dev-linux.jar
gwt.dev.lib=gwt-dev-windows.jar
From michi at wyona.com Mon Sep 28 11:29:31 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 12:04:48 2009
Subject: [Yanel-commits] rev 44889 -
public/yanel/contributions/ajax-components
Message-ID: <200909280929.n8S9TVvt000704@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 11:29:30 +0200 (Mon, 28 Sep 2009)
New Revision: 44889
Modified:
public/yanel/contributions/ajax-components/build.xml
Log:
use new Compiler and war argument fixed
Modified: public/yanel/contributions/ajax-components/build.xml
===================================================================
--- public/yanel/contributions/ajax-components/build.xml 2009-09-28 09:24:50 UTC (rev 44888)
+++ public/yanel/contributions/ajax-components/build.xml 2009-09-28 09:29:30 UTC (rev 44889)
@@ -44,23 +44,30 @@
Module name: ${module.name}Component build directory: ${component.build.dir}
-
+
From michi at wyona.com Mon Sep 28 12:00:06 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 12:35:23 2009
Subject: [Yanel-commits] rev 44890 -
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client
Message-ID: <200909281000.n8SA06oI000785@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 12:00:06 +0200 (Mon, 28 Sep 2009)
New Revision: 44890
Added:
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java
Log:
i18n started
Added: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java (rev 0)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java 2009-09-28 10:00:06 UTC (rev 44890)
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2008 Wyona
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+package org.wyona.security.gwt.accesspolicyeditor.client;
+
+/**
+ *
+ */
+public class I18n {
+
+ /**
+ *
+ */
+ public static String getLabel(String key, String language) {
+ return "WARNING: No such language '" + language + "' implemented!";
+ }
+}
From michi at wyona.com Mon Sep 28 12:14:44 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 12:50:02 2009
Subject: [Yanel-commits] rev 44891 -
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client
Message-ID: <200909281014.n8SAEi6U000829@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 12:14:44 +0200 (Mon, 28 Sep 2009)
New Revision: 44891
Modified:
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java
Log:
I18n started
Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java 2009-09-28 10:00:06 UTC (rev 44890)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java 2009-09-28 10:14:44 UTC (rev 44891)
@@ -30,6 +30,7 @@
import com.google.gwt.user.client.ui.HorizontalPanel;
import com.google.gwt.user.client.ui.HasVerticalAlignment;
import com.google.gwt.user.client.ui.KeyboardListenerAdapter;
+import com.google.gwt.user.client.ui.Label;
import com.google.gwt.user.client.ui.ListBox;
import com.google.gwt.user.client.ui.RootPanel;
import com.google.gwt.user.client.ui.TextBox;
@@ -62,6 +63,9 @@
*
*/
public void onModuleLoad() {
+ //String language = "en";
+ String language = "de";
+
String identitiesURL = "DEFAULT-identities-and-usecases.xml";
String readPolicyURL = "DEFAULT-policy.xml";
String cancelURL = "DEFAULT-cancel.html";
@@ -93,12 +97,14 @@
VerticalPanel vp = new VerticalPanel();
RootPanel.get("access-policy-editor-hook").add(vp);
- VerticalPanel searchFilterVP = new VerticalPanel();
- vp.add(searchFilterVP);
+ HorizontalPanel searchFilterPanel = new HorizontalPanel();
+ vp.add(searchFilterPanel);
+ searchFilterPanel.add(new Label(I18n.getLabel("search-box-label", language)));
+
final TextBox searchTB = new TextBox();
searchTB.setVisibleLength(30);
- searchFilterVP.add(searchTB);
+ searchFilterPanel.add(searchTB);
searchTB.addKeyboardListener(
new KeyboardListenerAdapter() {
@@ -131,21 +137,22 @@
// filterList(list, filter.getText());
}
});
-
-
-// Button searchButton = new Button("Search User or Group", new ClickListener() {
-// public void onClick(Widget sender) {
-// int itemCount = identitiesLBW.getListBox().getItemCount();
-// for (int i = 0; i < itemCount; i++) {
-// String itemText = identitiesLBW.getListBox().getItemText(i);
-// if (itemText.indexOf(searchTB.getText()) >= 0) Window.alert("Result: " + itemText);
-//
-// }
-// }
-//
-// });
-// searchFilterVP.add(searchButton);
+/* TODO: Is this still needed?!
+ Button searchButton = new Button("Search User or Group", new ClickListener() {
+ public void onClick(Widget sender) {
+ int itemCount = identitiesLBW.getListBox().getItemCount();
+ for (int i = 0; i < itemCount; i++) {
+ String itemText = identitiesLBW.getListBox().getItemText(i);
+ if (itemText.indexOf(searchTB.getText()) >= 0) Window.alert("Result: " + itemText);
+
+ }
+ }
+
+ });
+ searchFilterPanel.add(searchButton);
+*/
+
HorizontalPanel hp = new HorizontalPanel();
hp.setVerticalAlignment(HasVerticalAlignment.ALIGN_MIDDLE);
vp.add(hp);
Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java 2009-09-28 10:00:06 UTC (rev 44890)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java 2009-09-28 10:14:44 UTC (rev 44891)
@@ -24,6 +24,17 @@
*
*/
public static String getLabel(String key, String language) {
- return "WARNING: No such language '" + language + "' implemented!";
+ if (language.equals("en")) {
+ if (key.equals("search-box-label")) {
+ return "Search users and groups: ";
+ }
+ } else if (language.equals("de")) {
+ if (key.equals("search-box-label")) {
+ return "Suche Benutzer/Gruppen: ";
+ }
+ } else {
+ return "WARNING: No such language '" + language + "' implemented!";
+ }
+ return "WARNING: No such key '" + key + "' and language '" + language + "' implemented!";
}
}
From michi at wyona.com Mon Sep 28 12:24:35 2009
From: michi at wyona.com (michi@wyona.com)
Date: Mon Sep 28 12:59:53 2009
Subject: [Yanel-commits] rev 44893 -
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client
Message-ID: <200909281024.n8SAOZGP000953@cvs-extra.wyona.com>
Author: michi
Date: 2009-09-28 12:24:35 +0200 (Mon, 28 Sep 2009)
New Revision: 44893
Modified:
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java
public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/PolicyListBoxWidget.java
Log:
use i18n also within sub-widgets
Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java 2009-09-28 10:20:20 UTC (rev 44892)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java 2009-09-28 10:24:35 UTC (rev 44893)
@@ -63,8 +63,8 @@
*
*/
public void onModuleLoad() {
- //String language = "en";
- String language = "de";
+ String language = "en";
+ //String language = "de";
String identitiesURL = "DEFAULT-identities-and-usecases.xml";
String readPolicyURL = "DEFAULT-policy.xml";
@@ -88,7 +88,7 @@
identitiesLBW.set(visibleItemCount, identitiesAllUsers, identitiesAllGroups);
- policyLBW = new PolicyListBoxWidget(visibleItemCount, policyUsers, policyGroups, useInheritedPolicies);
+ policyLBW = new PolicyListBoxWidget(visibleItemCount, policyUsers, policyGroups, useInheritedPolicies, language);
getPolicy(readPolicyURL);
Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java 2009-09-28 10:20:20 UTC (rev 44892)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/I18n.java 2009-09-28 10:24:35 UTC (rev 44893)
@@ -27,10 +27,14 @@
if (language.equals("en")) {
if (key.equals("search-box-label")) {
return "Search users and groups: ";
+ } else if(key.equals("inherit-rights-label")) {
+ return "Inherit rights from parent policies";
}
} else if (language.equals("de")) {
if (key.equals("search-box-label")) {
return "Suche Benutzer/Gruppen: ";
+ } else if(key.equals("inherit-rights-label")) {
+ return "Uebernehme vererbte Rechte der Eltern-Policies";
}
} else {
return "WARNING: No such language '" + language + "' implemented!";
Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/PolicyListBoxWidget.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/PolicyListBoxWidget.java 2009-09-28 10:20:20 UTC (rev 44892)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/PolicyListBoxWidget.java 2009-09-28 10:24:35 UTC (rev 44893)
@@ -49,12 +49,12 @@
/**
*
*/
- public PolicyListBoxWidget(int visibleItemCount, User[] users, Group[] groups, boolean useInheritedPolicies) {
+ public PolicyListBoxWidget(int visibleItemCount, User[] users, Group[] groups, boolean useInheritedPolicies, String language) {
initWidget(vp);
vp.add(new Label("Policy"));
- policyInheritanceCB = new CheckBox("Inherit rights from parent policies");
+ policyInheritanceCB = new CheckBox(I18n.getLabel("inherit-rights-label", language));
setInheritRightsFlag(useInheritedPolicies);
vp.add(policyInheritanceCB);
From guillaume at wyona.com Tue Sep 29 15:25:46 2009
From: guillaume at wyona.com (guillaume@wyona.com)
Date: Tue Sep 29 16:01:12 2009
Subject: [Yanel-commits] rev 44911 - in public/yanel/trunk: src/build
src/build/targets src/neutron tools
Message-ID: <200909291325.n8TDPk0d007823@cvs-extra.wyona.com>
Author: guillaume
Date: 2009-09-29 15:25:46 +0200 (Tue, 29 Sep 2009)
New Revision: 44911
Added:
public/yanel/trunk/src/neutron/pom.xml
Removed:
public/yanel/trunk/src/build/pom-neutron.xml
Modified:
public/yanel/trunk/src/build/build.xml
public/yanel/trunk/src/build/targets/build-artifacts.build.xml
public/yanel/trunk/tools/
Log:
Now using Yanel-independant scripts to build Neutron's Maven artifact.
Issue: 4963
Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml 2009-09-29 12:26:14 UTC (rev 44910)
+++ public/yanel/trunk/src/build/build.xml 2009-09-29 13:25:46 UTC (rev 44911)
@@ -2,6 +2,7 @@
@@ -148,7 +149,7 @@
-
+
Deleted: public/yanel/trunk/src/build/pom-neutron.xml
===================================================================
--- public/yanel/trunk/src/build/pom-neutron.xml 2009-09-29 12:26:14 UTC (rev 44910)
+++ public/yanel/trunk/src/build/pom-neutron.xml 2009-09-29 13:25:46 UTC (rev 44911)
@@ -1,19 +0,0 @@
-
-
-
- 4.0.0
- wyona-org-neutron
- wyona-neutron
- @VERSION@
-
-
-
-
Modified: public/yanel/trunk/src/build/targets/build-artifacts.build.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-artifacts.build.xml 2009-09-29 12:26:14 UTC (rev 44910)
+++ public/yanel/trunk/src/build/targets/build-artifacts.build.xml 2009-09-29 13:25:46 UTC (rev 44911)
@@ -2,7 +2,10 @@
xmlns:artifact="antlib:org.apache.maven.artifact.ant"
>
+
+
+
@@ -42,44 +45,4 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @VERSION@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Copied: public/yanel/trunk/src/neutron/pom.xml (from rev 44809, public/yanel/trunk/src/build/pom-neutron.xml)
===================================================================
--- public/yanel/trunk/src/neutron/pom.xml (rev 0)
+++ public/yanel/trunk/src/neutron/pom.xml 2009-09-29 13:25:46 UTC (rev 44911)
@@ -0,0 +1,19 @@
+
+
+
+ 4.0.0
+ wyona-org-neutron
+ wyona-neutron
+ @VERSION@
+
+
+
+
Property changes on: public/yanel/trunk/src/neutron/pom.xml
___________________________________________________________________
Name: svn:mergeinfo
+
Property changes on: public/yanel/trunk/tools
___________________________________________________________________
Name: svn:externals
- apache-ant -r42276 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1
apache-ant_extras -r42238 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1_extras
eclipse.settings http://svn.wyona.com/repos/public/0_tools/eclipse-3.settings
+ apache-ant -r42265 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1
apache-ant_extras -r44910 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1_extras
eclipse.settings http://svn.wyona.com/repos/public/0_tools/eclipse-3.settings
From hudson at wyona.com Tue Sep 29 15:38:03 2009
From: hudson at wyona.com (hudson@wyona.com)
Date: Tue Sep 29 16:12:58 2009
Subject: [Yanel-commits] Build failed in Hudson: Yanel-trunk #409
Message-ID: <2977372.5791254231483947.JavaMail.guillaume@wc-13.wyona.com>
See http://195.226.6.72:8080/job/Yanel-trunk/409/changes
Changes:
[Guillaume] Now using Yanel-independant scripts to build Neutron's Maven artifact.
Issue: 4963
[Guillaume] Now using Yanel-independant scripts to build Maven artifacts, which are only used to produce source JARs for debugging Yarep ATM.
[Guillaume] Added minimal generic scripts to invoke Ant here to avoid copy-pasting them in almost all Wyona subprojects (Note: Yanel use its own more sophisticated scripts).
------------------------------------------
[...truncated 2233 lines...]
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/contributions/resources/redirect
copy-dependencies:
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
copy-dependencies:
[echo] WARN: No 'src' attribute specified (package: org.wyona.yanel.impl.resources.example)
[echo] YANEL_HOME is set to: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
[echo] Initialize build
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/realms/welcome-admin/yanel/resources/show-realms
copy-dependencies:
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
yanel-resource-type.copy-dependencies:
copy-dependencies:
[copy] Copying 2 files to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/classes
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
generate-realms-build:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
generate-realms-build-from-default:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
generate-realms-build-from-local:
deploy-libs-of-realms:
init:
[echo] Init ...
deploy-realms:
init:
[echo] Init ...
deploy-realm-with-id-javadoc:
init:
[echo] Init ...
deploy-realm-with-id-yanel-website:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib
init:
[echo] Init ...
deploy-realm-with-id-test-cases:
init:
[echo] Init ...
deploy-realm-with-id-test:
init:
[echo] Init ...
deploy-realm-with-id-from-scratch-realm-template:
init:
[echo] Init ...
deploy-realm-with-id-welcome:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
remove-ambiguous-libs:
[echo] INFO: Remove ambiguous libs (http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib/) : commons-lang-2.1.jar,icu4j-2.6.1.jar,xalan-2.6.0.jar,xml-apis-1.0.b2.jar,xml-apis-1.3.02.jar,xercesImpl-2.6.2.jar, xercesImpl-2.7.1.jar
deploy:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
deploy-to-tomcat-cluster-node1:
[echo] Copy webapp (http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/webapps) :
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
copy-webapp-files-to-tomcat-cluster-node1:
[copy] Copying 838 files to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/webapps/yanel
[copy] Copied 109 empty directories to 1 empty directory under http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/webapps/yanel
[touch] Creating http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/logs/log4j-cnode1.log
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
patch-tomcat-cluster-node-1-ssl-port:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
ask-to-copy-endorsed-stax-api-to-node1:
[echo] IMPORTANT: Please note that your Tomcat might already contain an endorsed stax-api library at 'http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed/'. Please make sure to resolve any conflicts!
[input] skipping input as property answer has already been set.
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
do-copy-endorsed-stax-api-to-node1:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed
[echo] INFO: stax-api-1.0.jar has been copied!
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
ask-to-copy-endorsed-stax-impl-to-node1:
[echo] IMPORTANT: Please note that your Tomcat might already contain an endorsed stax-impl library at 'http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed/'. Please make sure to resolve any conflicts!
[input] skipping input as property answer has already been set.
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
do-copy-endorsed-stax-impl-to-node1:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed
[echo] INFO: stax-1.1.2-dev.jar has been copied!
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
deploy-to-tomcat-cluster-node2:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
final-message:
[echo]
[echo]
[echo] *****************************************************************
[echo] *
[echo] * You have successfully built Yanel 1.0-dev (Revision REVISION)
[echo] *
[echo] *
[echo] * Start using Yanel by typing
[echo] *
[echo] * Tomcat: ./yanel.sh start
[echo] *
[echo] * and browse to
[echo] *
[echo] * http://127.0.0.1:8080/yanel/
[echo] *
[echo] *
[echo] * Thanks for using Yanel
[echo] *
[echo] *****************************************************************
BUILD SUCCESSFUL
Total time: 4 minutes 25 seconds
+ tools/apache-ant/bin/ant -f tools/apache-tomcat/build.xml configure-host -Dtomcat.home.dir=../../local/apache-tomcat-5.5.20 -Dhost=localhost -Dhost.HTTP.port=8180 -Dhost.HTTPS.port=8543 -Dhost.SHUTDOWN.port=8105 -Dhost.AJP.port=8109
Buildfile: tools/apache-tomcat/build.xml
configure-host:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/conf
[move] Moving 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/conf
[move] Moving 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/conf
BUILD SUCCESSFUL
Total time: 0 seconds
+ ./yanel.sh start
Apache Ant version 1.7.1 compiled on June 27 2008
INFO: Starting Yanel...
Buildfile: src/build/build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
start-tomcat:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
startup-tomcat-windows:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
startup-tomcat-unix:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
startup-tomcat-unix-node1:
[echo] Starting Tomcat (http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/bin/startup.sh) ...
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
startup-tomcat-unix-node2:
[echo] *****************************************************************
[echo] *
[echo] * You have successfully started Yanel 1.0-dev (Revision REVISION)
[echo] *
[echo] *
[echo] * Start your Browser and visit
[echo] *
[echo] * http://127.0.0.1:8080/yanel/
[echo] *
[echo] * Thanks for using Yanel
[echo] *
[echo] *****************************************************************
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
delete-building-hint:
BUILD SUCCESSFUL
Total time: 3 seconds
+ cat
+ ./build.sh test -Dwebtest.home.dir=/opt/canoo/webtest-3.0-R_1758 -Dwebtest.config.host=localhost -Dwebtest.config.protocol=http -Dwebtest.config.port=8180 -Dheadless=
Apache Ant version 1.7.1 compiled on June 27 2008
INFO: Building Yanel...
Buildfile: src/build/build.xml
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml
test:
Duplicated project name in import. Project build-artifacts defined first in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/tools/apache-ant_extras/artifacts.build.xml and again in http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
BUILD FAILED
http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/test.xml :5: The following error occurred while executing this line:
http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/test/build.xml :28: The following error occurred while executing this line:
http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml :5: Cannot find ${yanel.source.home}/tools/apache-ant_extras/artifacts.build.xml imported from http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Total time: 2 seconds
Recording test results
From guillaume at wyona.com Tue Sep 29 16:10:07 2009
From: guillaume at wyona.com (guillaume@wyona.com)
Date: Tue Sep 29 16:47:24 2009
Subject: [Yanel-commits] rev 44917 - public/yanel/trunk/tools
Message-ID: <200909291410.n8TEA7Mv008175@cvs-extra.wyona.com>
Author: guillaume
Date: 2009-09-29 16:10:07 +0200 (Tue, 29 Sep 2009)
New Revision: 44917
Modified:
public/yanel/trunk/tools/
Log:
Ooops, I broke Yanel's build system in r44911! :/
Property changes on: public/yanel/trunk/tools
___________________________________________________________________
Name: svn:externals
- apache-ant -r42265 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1
apache-ant_extras -r44910 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1_extras
eclipse.settings http://svn.wyona.com/repos/public/0_tools/eclipse-3.settings
+ apache-ant -r42265 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1
apache-ant_extras -r44916 http://svn.wyona.com/repos/public/0_tools/apache-ant-1.7.1_extras
eclipse.settings http://svn.wyona.com/repos/public/0_tools/eclipse-3.settings
From hudson at wyona.com Tue Sep 29 16:18:29 2009
From: hudson at wyona.com (hudson@wyona.com)
Date: Tue Sep 29 16:53:23 2009
Subject: [Yanel-commits] Build failed in Hudson: Yanel-trunk #410
In-Reply-To: <2977372.5791254231483947.JavaMail.guillaume@wc-13.wyona.com>
References: <2977372.5791254231483947.JavaMail.guillaume@wc-13.wyona.com>
Message-ID: <14026828.5861254233909658.JavaMail.guillaume@wc-13.wyona.com>
See http://195.226.6.72:8080/job/Yanel-trunk/410/changes
Changes:
[Guillaume] Ooops, I broke Yanel's build system in r44911! :/
[Guillaume] Now using a more generic Ant project name to avoid accidental duplicate names on import.
------------------------------------------
[...truncated 2092 lines...]
[echo] YANEL_HOME is set to: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
[echo] Initialize build
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/contributions/resources/resource-creator
copy-dependencies:
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
[echo] Initialize build
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/contributions/resources/davcollection
copy-dependencies:
dependencies:
init:
[echo] Initialize build
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/contributions/resources/pdf
copy-dependencies:
[copy] Copying 4 files to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib
dependencies:
init:
copy-dependencies:
dependencies:
init:
[echo] Initialize build
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/contributions/resources/redirect
copy-dependencies:
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
copy-dependencies:
[echo] WARN: No 'src' attribute specified (package: org.wyona.yanel.impl.resources.example)
[echo] YANEL_HOME is set to: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
[echo] Initialize build
[echo] Resource Home Directory: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/realms/welcome-admin/yanel/resources/show-realms
copy-dependencies:
dependencies:
[artifact:dependencies] There were no dependencies specified
init:
yanel-resource-type.copy-dependencies:
copy-dependencies:
[copy] Copying 2 files to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/classes
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
generate-realms-build:
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
generate-realms-build-from-default:
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
generate-realms-build-from-local:
deploy-libs-of-realms:
init:
[echo] Init ...
deploy-realms:
init:
[echo] Init ...
deploy-realm-with-id-javadoc:
init:
[echo] Init ...
deploy-realm-with-id-yanel-website:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib
init:
[echo] Init ...
deploy-realm-with-id-test-cases:
init:
[echo] Init ...
deploy-realm-with-id-test:
init:
[echo] Init ...
deploy-realm-with-id-from-scratch-realm-template:
init:
[echo] Init ...
deploy-realm-with-id-welcome:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
remove-ambiguous-libs:
[echo] INFO: Remove ambiguous libs (http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/webapps/yanel/WEB-INF/lib/) : commons-lang-2.1.jar,icu4j-2.6.1.jar,xalan-2.6.0.jar,xml-apis-1.0.b2.jar,xml-apis-1.3.02.jar,xercesImpl-2.6.2.jar, xercesImpl-2.7.1.jar
deploy:
deploy-to-tomcat-cluster-node1:
[echo] Copy webapp (http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/webapps) :
init:
[echo] INFO: Building with Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.5
[echo] Yanel Home Dir: http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/../../
copy-webapp-files-to-tomcat-cluster-node1:
[copy] Copying 838 files to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/webapps/yanel
[copy] Copied 109 empty directories to 1 empty directory under http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/webapps/yanel
[touch] Creating http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/build/logs/log4j-cnode1.log
patch-tomcat-cluster-node-1-ssl-port:
ask-to-copy-endorsed-stax-api-to-node1:
[echo] IMPORTANT: Please note that your Tomcat might already contain an endorsed stax-api library at 'http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed/'. Please make sure to resolve any conflicts!
[input] skipping input as property answer has already been set.
do-copy-endorsed-stax-api-to-node1:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed
[echo] INFO: stax-api-1.0.jar has been copied!
ask-to-copy-endorsed-stax-impl-to-node1:
[echo] IMPORTANT: Please note that your Tomcat might already contain an endorsed stax-impl library at 'http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed/'. Please make sure to resolve any conflicts!
[input] skipping input as property answer has already been set.
do-copy-endorsed-stax-impl-to-node1:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/common/endorsed
[echo] INFO: stax-1.1.2-dev.jar has been copied!
deploy-to-tomcat-cluster-node2:
final-message:
[echo]
[echo]
[echo] *****************************************************************
[echo] *
[echo] * You have successfully built Yanel 1.0-dev (Revision REVISION)
[echo] *
[echo] *
[echo] * Start using Yanel by typing
[echo] *
[echo] * Tomcat: ./yanel.sh start
[echo] *
[echo] * and browse to
[echo] *
[echo] * http://127.0.0.1:8080/yanel/
[echo] *
[echo] *
[echo] * Thanks for using Yanel
[echo] *
[echo] *****************************************************************
BUILD SUCCESSFUL
Total time: 4 minutes 17 seconds
+ tools/apache-ant/bin/ant -f tools/apache-tomcat/build.xml configure-host -Dtomcat.home.dir=../../local/apache-tomcat-5.5.20 -Dhost=localhost -Dhost.HTTP.port=8180 -Dhost.HTTPS.port=8543 -Dhost.SHUTDOWN.port=8105 -Dhost.AJP.port=8109
Buildfile: tools/apache-tomcat/build.xml
configure-host:
[copy] Copying 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/conf
[move] Moving 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/conf
[move] Moving 1 file to http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/conf
BUILD SUCCESSFUL
Total time: 1 second
+ ./yanel.sh start
Apache Ant version 1.7.1 compiled on June 27 2008
INFO: Starting Yanel...
Buildfile: src/build/build.xml
start-tomcat:
startup-tomcat-windows:
startup-tomcat-unix:
startup-tomcat-unix-node1:
[echo] Starting Tomcat (http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/local/apache-tomcat-5.5.20/bin/startup.sh) ...
startup-tomcat-unix-node2:
[echo] *****************************************************************
[echo] *
[echo] * You have successfully started Yanel 1.0-dev (Revision REVISION)
[echo] *
[echo] *
[echo] * Start your Browser and visit
[echo] *
[echo] * http://127.0.0.1:8080/yanel/
[echo] *
[echo] * Thanks for using Yanel
[echo] *
[echo] *****************************************************************
delete-building-hint:
BUILD SUCCESSFUL
Total time: 3 seconds
+ cat
+ ./build.sh test -Dwebtest.home.dir=/opt/canoo/webtest-3.0-R_1758 -Dwebtest.config.host=localhost -Dwebtest.config.protocol=http -Dwebtest.config.port=8180 -Dheadless=
Apache Ant version 1.7.1 compiled on June 27 2008
INFO: Building Yanel...
Buildfile: src/build/build.xml
test:
BUILD FAILED
http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/test.xml :5: The following error occurred while executing this line:
http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/test/build.xml :28: The following error occurred while executing this line:
http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml :5: Cannot find ${yanel.source.home}/tools/apache-ant_extras/artifacts.build.xml imported from http://195.226.6.72:8080/job/Yanel-trunk/ws/yanel-trunk.working-copy/src/build/targets/build-artifacts.build.xml
Total time: 1 second
Recording test results
From guillaume at wyona.com Tue Sep 29 16:53:29 2009
From: guillaume at wyona.com (guillaume@wyona.com)
Date: Tue Sep 29 17:28:55 2009
Subject: [Yanel-commits] rev 44921 - in public/yanel/trunk/src: build test
Message-ID: <200909291453.n8TErTS3008379@cvs-extra.wyona.com>
Author: guillaume
Date: 2009-09-29 16:53:28 +0200 (Tue, 29 Sep 2009)
New Revision: 44921
Added:
public/yanel/trunk/src/test/pom.xml
Removed:
public/yanel/trunk/src/build/pom-test.xml
Modified:
public/yanel/trunk/src/test/build.xml
Log:
Ooops, I indeed broke Yanel's build system in r44911, but it was only the test subpart of it!
To fix it it was simpler to use the Yanel-independant scripts to build Yanel's test Maven artifact, so this is now also done! :)
Deleted: public/yanel/trunk/src/build/pom-test.xml
===================================================================
--- public/yanel/trunk/src/build/pom-test.xml 2009-09-29 14:23:21 UTC (rev 44920)
+++ public/yanel/trunk/src/build/pom-test.xml 2009-09-29 14:53:28 UTC (rev 44921)
@@ -1,16 +0,0 @@
-
-
-
- 4.0.0
- wyona-org-yanel
- yanel-test
- @VERSION@
-
-
- wyona-org-yanel
- yanel-impl
- @VERSION@
-
-
-
-
Modified: public/yanel/trunk/src/test/build.xml
===================================================================
--- public/yanel/trunk/src/test/build.xml 2009-09-29 14:23:21 UTC (rev 44920)
+++ public/yanel/trunk/src/test/build.xml 2009-09-29 14:53:28 UTC (rev 44921)
@@ -1,6 +1,6 @@
@@ -25,7 +25,7 @@
-
+
@@ -109,7 +109,10 @@
-
@@ -117,7 +120,7 @@
-
+
Copied: public/yanel/trunk/src/test/pom.xml (from rev 44916, public/yanel/trunk/src/build/pom-test.xml)
===================================================================
--- public/yanel/trunk/src/test/pom.xml (rev 0)
+++ public/yanel/trunk/src/test/pom.xml 2009-09-29 14:53:28 UTC (rev 44921)
@@ -0,0 +1,16 @@
+
+
+
+ 4.0.0
+ wyona-org-yanel
+ yanel-test
+ @VERSION@
+
+
+ wyona-org-yanel
+ yanel-impl
+ @VERSION@
+
+
+
+
Property changes on: public/yanel/trunk/src/test/pom.xml
___________________________________________________________________
Name: svn:mergeinfo
+
From hudson at wyona.com Tue Sep 29 17:11:49 2009
From: hudson at wyona.com (hudson@wyona.com)
Date: Tue Sep 29 17:46:46 2009
Subject: [Yanel-commits] Hudson build is back to normal: Yanel-trunk #411
In-Reply-To: <14026828.5861254233909658.JavaMail.guillaume@wc-13.wyona.com>
References: <14026828.5861254233909658.JavaMail.guillaume@wc-13.wyona.com>
Message-ID: <24595939.5921254237109666.JavaMail.guillaume@wc-13.wyona.com>
See http://195.226.6.72:8080/job/Yanel-trunk/411/changes