You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(13) |
Mar
(15) |
Apr
(29) |
May
(28) |
Jun
(111) |
Jul
(185) |
Aug
(366) |
Sep
(121) |
Oct
(73) |
Nov
(57) |
Dec
(23) |
2005 |
Jan
(30) |
Feb
(49) |
Mar
(51) |
Apr
(47) |
May
(95) |
Jun
(74) |
Jul
(62) |
Aug
(61) |
Sep
(46) |
Oct
(73) |
Nov
(111) |
Dec
(59) |
2006 |
Jan
(114) |
Feb
(34) |
Mar
(47) |
Apr
(49) |
May
(106) |
Jun
(47) |
Jul
(78) |
Aug
(31) |
Sep
(35) |
Oct
(39) |
Nov
(63) |
Dec
(17) |
2007 |
Jan
(40) |
Feb
(32) |
Mar
(17) |
Apr
(15) |
May
(28) |
Jun
(20) |
Jul
(80) |
Aug
(83) |
Sep
(52) |
Oct
(26) |
Nov
(6) |
Dec
(9) |
2008 |
Jan
(22) |
Feb
(11) |
Mar
(45) |
Apr
(5) |
May
(8) |
Jun
|
Jul
(16) |
Aug
(5) |
Sep
(3) |
Oct
(4) |
Nov
(14) |
Dec
(3) |
2009 |
Jan
(25) |
Feb
(46) |
Mar
(17) |
Apr
(8) |
May
(74) |
Jun
(48) |
Jul
(11) |
Aug
(9) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
From: Aplaws D. L. <apl...@li...> - 2009-05-20 11:25:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400894 By: pboy | Secondly, the resource protocol is still in use (e.g. ContentSectionConfig). | Without changing the build-runtime.xml I get the following error: The resource protocol is unfortunately still in use, indeed. The recommended action is: copy ccm-core-system-x.y.z.jar to $JAVA_HOME/jre/lib/ext as an intermediate measure. see ~/tools-ng/ecdc/README.txt This way we don't need to reconfigure the test environment each time we start over in development. I'm working on the issue, but the c/ad/util/parameter framework seems to be somewhat broken or incomplete. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-20 11:00:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400855 By: terry_permeance Sorry, that should have been: xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd" Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-20 10:59:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400851 By: terry_permeance Hi Chandra, I have corrected the schemaLocation in project.xml.complete to point to the new ecdc version of project.xsd: xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools/devel/xsd/project.xsd" You should change your project.xml as well. Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-20 10:47:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400827 By: csgupta Peter, I have same problem as Terry has mentioned about project.xml .. This attributes works by the way . <ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ccm="http://ccm.redhat.com/ccm-project" ccmVersion="6.1" name="aplaws" prettyName="APLAWS plus" version="1.0.5" release="1" webxml="web.xml-aplaws" xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools/devel/xsd/project.xsd">.. Regarding issue resources protocol i am also getting error as terry mentioned in this thread, when i start my server " ant start". Caused by: com.arsdigita.util.UncheckedWrapperException: Cannot parse URL (root cause: java.net.MalformedURLException: unknown protocol: resource) [java] at com.arsdigita.cms.ContentSectionConfig.<init>(ContentSectionConfig.java:207) Another thing.. using E C D C development process when i start "ant load-bundle " it is unable to find the WAF jdbc URL.. i manually created ccm/core/runtime.properties file under /runtime/apache-tomcat.x.x/webapps/ROOT/WEB-INF/conf/registry... then load-bundle populdated the metedata but still it has not asked adminitrator user name and password. so i daubt how i will login in content-center.. I know it would be too much i am asking here but things looks bit not easy for me..Is it same experince with other cummunity user well or it is just me ? Thanks, Chandra ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-20 10:24:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400801 By: terry_permeance Secondly, the resource protocol is still in use (e.g. ContentSectionConfig). Without changing the build-runtime.xml I get the following error: Caused by: com.arsdigita.util.UncheckedWrapperException: Cannot parse URL (root cause: java.net.MalformedURLException: unknown protocol: resource) at com.arsdigita.cms.ContentSectionConfig.<init>(ContentSectionConfig.java:2 07) at com.arsdigita.cms.ContentSection.<clinit>(ContentSection.java:132) Do you plan to commit these changes? Do you need help to make the changes? Thanks again, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-20 10:18:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400792 By: terry_permeance Hi Peter, With ecdc, I get validation errors with project.xml: D:\workspaces\aplaws\trunk-readonly\tools-ng\ecdc\scriptlib\build-configure.xml:31: [Error] project.xml:20:33: cvc-pattern-valid: Value '1-0-5' is not facet-valid with respect to pattern '\d+\.\d+\.\d+' [Error] project.xml:20:33: cvc-attribute.3: The value '1-0-5' of attribute 'version' on element 'ccm:project' is not valid with respect to its type, 'version'. [Error] project.xml:20:33: cvc-datatype-valid.1.2.1: 'alpha-1' is not a valid value for 'integer'. [Error] project.xml:20:33: cvc-attribute.3: The value 'alpha-1' of attribute 'release' on element 'ccm:project' is not valid with respect to its type, 'integer'. [Error] project.xml:20:33: cvc-complex-type.3.2.2: Attribute 'webapp' is not allowed to appear in element 'ccm:project'. These are easily fixed but I assume we want to commit a permanent change? Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 23:48:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400153 By: pboy compiles and deploys again. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 23:46:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7400151 By: pboy Ok, renamed ccm-ldn-terms/src/kea/stemmers/FrenchStemmer.java ccm-ldn-terms/src/kea/stemmers/SpanishStemmer.java to ccm-ldn-terms/src/kea/stemmers/FrenchStemmer.java.dontuse4now ccm-ldn-terms/src/kea/stemmers/SpanishStemmer.java.dontuse4now trunk now compiles again. Would be nice if we could resolve the character set problem, so it compiles on Linux and Windows. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 15:24:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399409 By: pboy Hi Terry, I'll delete it and try. We just try to get a fully localized french version, so the french file would be fine. Perhaps their is a way to configure your editor to use UTF-8? With several files you had worked upon I got the ^m character at the end of each line, typical Unix - Windows difference. I suppose we could configure svn to take care of this. | Can I suggest we move svn somewhere else? We just discussed to stay on fedorahosted. :-) Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 15:17:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399393 By: pboy Hi Chandra, | When i am doing ccm-configure.sh, build.xml | does not have "ant install-tomcat" target. ccm-configure is no longer used. Use ant configure instead. Procedure is: - Checkout trunk into an empty directory - Copy ~/tools-ng/ecdc/build.xml to ~/ - Copy ~/tools-ng/ecdc/local.ccm.properties to ~/ - Adjust ~/local.ccm.propertie according to your needs (appropriate bundle) - Copy ~/tools-ng/ecdc/project.xml.complete to ~/project.xml - Adjust ~/project.xml according to your needs, (select appropriate bundle) - Run "ant install-tomcat" to install a standard test env. - Run "ant configure" to build the working build-project file - Run "ant deploy" to build and deploy into ~/runtime/apache.x.a.z/webapps/ROOT - Run "ant start" to start application Hope you get it working. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 14:47:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399337 By: csgupta I have checked out the latest code from trunk and build it. When i am doing ccm-configure.sh, build.xml does not have "ant install-tomcat" target. Peter as you suggested to go for E C D C approach, i am not able to do just becuse install-tomcat target is not availble in build.xml. I daubt is trunk fine right now ? By the way my development build 1.0.5 is also not running in normal way .it gives me error at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConf ig.java:219) .... Caused by: java.lang.IllegalArgumentException: no such context: class com.arsdigita.runtime.RuntimeConfig; available contexts=[class com.arsdigita.runtime.RegistryConfig]; context->storage map: {class com.arsdigita.runtime.RegistryConfig=registry.properties} at com.arsdigita.runtime.ConfigRegistry.getStorage(ConfigRegistry.java:227 Thanks, Chandra ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 13:28:03
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399181 By: terry_permeance r1877 includes a new feature to import domains from a single SKOS formatted file rather than the current four XML files. For details, see https://fedorahosted.org/aplaws/wiki/AdminTermsGuide > Loading (importing) a new category tree using SKOS format Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 13:19:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399171 By: terry_permeance Hi Peter, Sorry about that. It compiles fine on Windoze. You can delete the file for now. We can restore it and fix it if someone ever wants to use French with the automatic category suggestion feature. I would delete it myself but fedora ssh+svn is ridiculously slow (as usual?). Can I suggest we move svn somewhere else? Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-19 08:56:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7398860 By: pboy The current revision of trunk does not compile on a Linux system, due to patch r1881. Seems to be a character set related problem. There are 11 errors and a lot of warnings, e.g.: [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:195: warning: unmappable character for encoding UTF8 [javac] deleteButSuffixFromElseReplace( R2, new String[] { "it�s", "it�" }, "abil", false, R0, "abl" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:195: warning: unmappable character for encoding UTF8 [javac] deleteButSuffixFromElseReplace( R2, new String[] { "it�s", "it�" }, "abil", false, R0, "abl" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:196: warning: unmappable character for encoding UTF8 [javac] deleteButSuffixFromElseReplace( R2, new String[] { "it�s", "it�" }, "ic", false, R0, "iqU" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:196: warning: unmappable character for encoding UTF8 [javac] deleteButSuffixFromElseReplace( R2, new String[] { "it�s", "it�" }, "ic", false, R0, "iqU" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:197: warning: unmappable character for encoding UTF8 [javac] deleteButSuffixFrom( R2, new String[] { "it�s", "it�" }, "iv", true ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:197: warning: unmappable character for encoding UTF8 [javac] deleteButSuffixFrom( R2, new String[] { "it�s", "it�" }, "iv", true ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:234: warning: unmappable character for encoding UTF8 [javac] String[] search = { "�mes", "�tes", "iraIent", "irait", "irais", "irai", "iras", "ira", [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:234: warning: unmappable character for encoding UTF8 [javac] String[] search = { "�mes", "�tes", "iraIent", "irait", "irais", "irai", "iras", "ira", [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:238: warning: unmappable character for encoding UTF8 [javac] "isses", "isse", "ir", "is", "�t", "it", "ies", "ie", "i" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:249: warning: unmappable character for encoding UTF8 [javac] "erons", "eront","erez", "�rent", "era", "�es", "iez", [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:249: warning: unmappable character for encoding UTF8 [javac] "erons", "eront","erez", "�rent", "era", "�es", "iez", [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:250: warning: unmappable character for encoding UTF8 [javac] "�e", "�s", "er", "ez", "�" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:250: warning: unmappable character for encoding UTF8 [javac] "�e", "�s", "er", "ez", "�" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:250: warning: unmappable character for encoding UTF8 [javac] "�e", "�s", "er", "ez", "�" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:254: warning: unmappable character for encoding UTF8 [javac] "antes", "aIent", "Aient", "ante", "�mes", "�tes", "ants", "ant", [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:254: warning: unmappable character for encoding UTF8 [javac] "antes", "aIent", "Aient", "ante", "�mes", "�tes", "ants", "ant", [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:255: warning: unmappable character for encoding UTF8 [javac] "ait", "a�t", "ais", "Ait", "A�t", "Ais", "�t", "as", "ai", "Ai", "a" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:255: warning: unmappable character for encoding UTF8 [javac] "ait", "a�t", "ais", "Ait", "A�t", "Ais", "�t", "as", "ai", "Ai", "a" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:255: warning: unmappable character for encoding UTF8 [javac] "ait", "a�t", "ais", "Ait", "A�t", "Ais", "�t", "as", "ai", "Ai", "a" }; [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:274: warning: unmappable character for encoding UTF8 [javac] else if (ch == '�') [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:293: warning: unmappable character for encoding UTF8 [javac] if (b != 'a' && b != 'i' && b != 'o' && b != 'u' && b != '�' && b != 's') [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:304: warning: unmappable character for encoding UTF8 [javac] replaceFrom( RV, new String[] { "I�re", "i�re", "Ier", "ier" }, "i" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:304: warning: unmappable character for encoding UTF8 [javac] replaceFrom( RV, new String[] { "I�re", "i�re", "Ier", "ier" }, "i" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:306: warning: unmappable character for encoding UTF8 [javac] deleteFromIfPrecededIn( RV, new String[] { "�" }, R0, "gu" ); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:341: warning: unmappable character for encoding UTF8 [javac] if (ch == '�' || ch == '�') [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:341: warning: unmappable character for encoding UTF8 [javac] if (ch == '�' || ch == '�') [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:555: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:556: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:557: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:558: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:559: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:560: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:561: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:562: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:563: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:564: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:565: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:566: warning: unmappable character for encoding UTF8 [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:35: warning: unmappable character for encoding UTF8 [javac] // corteses -> cort�s [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:66: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:66: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:66: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:66: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:67: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","o"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:67: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","o"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:67: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","o"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:67: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","o"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:68: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","e"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:68: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","e"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:68: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","e"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:68: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","e"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:69: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:69: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:69: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:69: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:70: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:70: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:70: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Spani shStemmer.java:70: warning: unmappable character for encoding UTF8 [javac] word = word.replaceAll("�|�|�|�","a"); [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:556: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:557: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:558: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:559: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:560: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:561: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:562: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:563: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:564: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:565: duplicate case label [javac] case '�': [javac] ^ [javac] /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/kea/stemmers/Frenc hStemmer.java:566: duplicate case label [javac] case '�': [javac] ^ [javac] Note: /var/ccm-devel/dev/pb/trunk-apl/ccm-ldn-terms/src/com/arsdigita/london/terms/imp orter/TermItemBuilder.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 11 errors [javac] 59 warnings @Terry: could you provide a patch? And could you provide some detailed information about the patches r1877 (adding SKOS format) up to r1890 (Term.uniqueID to String). And, please, could you provide information about the functionionality / usibility added by these patches (for administrators and editors)? Perhaps you can add it to https://fedorahosted.org/aplaws/wiki/AdminTermsGuide ? Cheers Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-18 08:15:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7396962 By: pboy I just created a branch for release 1.0.5 at r1759 of trunk. According to the announcement this release will be the last one which uses the current APLAWS specific runtime environment and the PERL based installation/maintenance script system. See: https://fedorahosted.org/aplaws/milestone%280%2920Release%201.0.5%20of%20APLAWS% 2B I will start to selecitvely add patches up to current trunk revision which do not break the API nor the runtime environment. Please, use the trac to submit requests for additional features or suggestions for additional patches. Please keep in mind that only members of TSC or release engineering group are allowed to commit patches to the release branch! All other developers should commit to trunk only! Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-07 12:15:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7379408 By: lbcfrancois Hi Andy, We will aim to do a user group around the date of Aplaws+ 1.0.5 release. More to come as we get closer to the date. thanks, Francois ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-07 12:01:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7379382 By: lbcfrancois Dear Aplaws+ users/developers, We are pleased to announce that a new release of Aplaws+ - 1.0.5 has now been scheduled. I can hear the sound of excitement and the questions around "what will be in the new release?". All the details are on https://fedorahosted.org/aplaws/milestone/(0)%20Release%201.0.5%20of%20APLAWS%2B However several things needs to happen before a Release Candidate is put together (End of June). * 17th May all additional patches candidate for 1.0.5 will be listed by committers and technical committee will agree on which patch to include. * End of May patched will be identified and feature freeze. * End of June all changes are committed and RC is created. Again more details and all progress will be updated at https://fedorahosted.org/aplaws/milestone/(0)%20Release%201.0.5%20of%20APLAWS %2B If you are new developer and wish to commit some of your code, please submit your change as a patch using the ticket system as attachments. Thanks all François ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-07 08:11:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7379040 By: pboy Hi Terry, thanks for the hint! I suppose it is a left over from devel of a new, specific content type so you can comment it out without adverse effect. I'll have a look into it asap and will provide a patch. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-05-05 08:37:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7371879 By: terry_permeance Hi Peter, With revision 1876, you added the import: <xsl:import href="Person.xsl"/> to https://fedorahosted.org/aplaws/browser/trunk/ccm-ldn-aplaws/web/__ccm__/themes/ aplaws/types/ContentTypes.xsl but Person.xsl was not committed. Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-04-20 12:21:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7240395 By: terry_permeance I presume you'll also clean up the buildscripts, e.g. <sysproperty value="com.arsdigita.util.protocol" key="java.protocol.handler.pkgs"/> Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-04-20 12:18:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7240375 By: terry_permeance One less system property sounds good to me. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-04-20 12:12:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7240315 By: terry_permeance I vote for option #1 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-04-20 09:20:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7238653 By: pboy Hi all, we are reaching a kind of "point of no return" in the deveolment process of a standards compliant version of APLAWS. It is becoming rather difficult and cumbersome to keep backwards compatibility to the current ccm script based installation and proprietary runtime system. So we have to decide. There are 3 options, I suppose: 1. We create a release 1.0.5 branch now, where we keep backwards compatibility on the current devel status. We bump the versioin number of trunk, presumably to 6.8 (following a Red Hat numbering schema) to indicate a remarkable change (and an upcomming switch to 7 = APLAWS 2). 2. We create a trunk-ng branch and try to devel both in parallel 3. We silently discard backwards compatibility and just proceed. I suppose: 3. would be the worst alternative. 2. may currently exceed the development resources of the community. 1. seems the best way. If there will ever be a real 1.0.5 release depends on the demand and efforts of the community. We at Bremen will skip such a version and concentrate on a fully standards compatible release, may be 1.1. Nevertheless we could contribute: release notes, updated installation manual, and - of course - bug fixing. We can not contribute to testing. Maybe we can contribute rpm creation. Please comment! We have to make a (community based) decision. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-04-20 09:02:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7238551 By: pboy Hi, I just committed an enhanced version of the simplified (and standards compliant) devel environment ECDC. See https://fedorahosted.org/aplaws/changeset/1874 This version supports: - build / compile - deploy into a standard Tomcat 6 container (for testing) - create a WAR file from the deployed application for installation elsewhere - create a repo of binary packages The only requirements are: - Java installed (1.5 or newer) - ANT installed (1.7 or newer) For details see README in the ECDC directory of tools-ng. The version works fine here and I consider to remove the ccm script based devel environment and proceed with ECDC. Would be fine if others would test as well and give feedback. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-04-15 11:13:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7178845 By: pboy As a next step I plan to refactor ccm-ldn-theme (as part of our new Mandalay theming engine and as part of relocating the modules into one web context directory: I plan to do: - refactor ccm-ldn-theme --> ccm-themesmanager - consolidate all themes related files into ~/themes (instead of ~/__ccm__/themes in order to follow more closely the best practices directory structure). Backwards compatibility will be preserved by a modified stylesheet-paths.txt file. If someone does object, please discuss! Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |