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-02-23 12:08:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6501369 By: pboy Great! You've just created the base of the new user installation and maintenance tool. We should put it into ~/WEB-INF/bin (there are already some like ccm-run which will be outdated) along with support files in ~/WEB-INF/bin/lib. This for those, who log into their production server and have to do maintenance tasks. It can be the base for a local user install as outlined in https://fedorahosted.org/aplaws/milestone/(3) New Simplified and Standard Compliant Installation and Maintenance Procedure If we base usertools completely on ant, we could try to manage to reuse as many ant scripts as possible und to differentiate between devel and user install by a build.xml file which imports a different set of ant *.xml files and property files. 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-02-23 12:07:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6501325 By: terry_permeance I've now got "ant run" (foreground), "ant start" (background) and "ant stop" targets working. However, "ant stop" doesn't actually kill the process because of some threads not being marked as daemon. Regards, Terry P.S. This is in our contrib branch. I'll check out trunk. ______________________________________________________________________ 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-02-23 11:21:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6501036 By: terry_permeance I've add a "ccm" command at bin\ccm.cmd. It uses the ant script so doesn't need any environment settings or perl. Example: D:\temp\aplaws>bin\ccm get waf.debug waf.debug=false D:\temp\aplaws>bin\ccm set waf.debug=true D:\temp\aplaws>bin\ccm get waf.debug waf.debug=true The ccm.cmd is trivial so would be easily ported to ccm.sh. ______________________________________________________________________ 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-02-23 10:01:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6500279 By: pboy OK, that does explain why you had to install the additional software. Terry added several libs to the tools directory. | | I'll look into it more tomorrow and try out Peter's ECDC and let you know what I find out. | It's Terry's work. I just did a little bit (re-)packaging. 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-02-23 03:05:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6496986 By: bprucha I am using Ant 1.7 and Java 6. I did not check out the entire aplaws folder. I checked out the root files, runtime, tools, and added my own ccm-core. I then modified the project.xml to include only ccm-core and ran ant -f build-configure.xml I'll look into it more tomorrow and try out Peter's ECDC and let you know what I find out. ______________________________________________________________________ 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-02-22 23:59:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6495420 By: pboy Brett, I've created a new subdir in trunk: tools-ng. I have compiled Terry's work into a new "Easy CCM Development Configuration" (ECDC). If you check it out, it should work for you. | * Had to install Antelope, Apache Commons, and Ant Contrib tasks - your instructions just said you needed Ant. | * Had to build JDOEnhance. Should not be requirred, the libs are included. | * Had to set CCM_CONFIG_HOME env var to point to this class | * Had to copy the httpunit-1.5.4.jar, junit-3.8.jar, and junitperf-1.8.jar files from tools/rpms to where CCM_CONFIG_LIB_DIR was set. Not checked these topics yet. | * Had to copy servlet and jsp api jars to ccm-core/lib to get ccm-core to compile Are included | * Couldn't get ant load-bundle to complete. Does work here fine. 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-02-22 23:53:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6495366 By: pboy Hi, | I think someone should release APLAWS 1.0.5 with whatever is in trunk now. Indeed, we should do it as soon as possible if that release should be backwards compatible. We should discuss it with Camden and Alan. Problem may be: who does the work. Alan (Red Hat) is busy with other projects and may not be able to spend the time. We must find some developers tho commit to the release engeneering and the QA. Regarding split site: The wikipedia page is very informativ. The current situation is the resutl of some kind of "natural growth" . Sourceforge has the benefit of visibility, but some strange licence conditions regarding the code. Therefore the code never had been hosted there. 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-02-22 05:51:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6487832 By: terry_permeance As far as split sites is concerned, can we consolidate using just one provider? http://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities ______________________________________________________________________ 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-02-22 05:07:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6487606 By: terry_permeance Hi Peter, I think someone should release APLAWS 1.0.5 with whatever is in trunk now. Then we should collectively aim for a 'modernised' APLAWS and call it APLAWS 1.1 (or 1.5 or even 2.0?) Thoughts? 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-02-22 04:51:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6487509 By: terry_permeance I've committed an example install log. It might be helpful to see how the process is supposed to work... http://svn.fedorahosted.org/svn/aplaws/contrib/permeance/aplaws/INSTALL-EXAMPLE. log ______________________________________________________________________ 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-02-22 04:25:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6487410 By: terry_permeance Hmmm. Did you check out all of http://svn.fedorahosted.org/svn/aplaws/contrib/permeance/aplaws/ into a fresh folder? There is no reference to CCM_CONFIG_HOME, CCM_TOOLS_HOME and CCM_CONFIG_LIB_DIR in any of the build, properties and launch files (check with grep). I can't see how your changes affected the build process??? I don't have any CCM environment variables set at all. Do you have Ant 1.7 and Java 6 installed? Maybe you could start afresh, and as soon as you run into a problem, stop and report the problem to me with a copy/paste from the console. Regards, Terry P.S. I am using Windoze as well. ______________________________________________________________________ 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-02-21 18:57:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6483813 By: pboy I just commited a series of patches. All trunk modules now install into the main web application context (ROOT for now). Would be great if some other developer could test wether everything works as it should. My tests didn't show any problem. Next step is to change the devel environment to copy the lib files into the web apps WEB-INF directory. 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-02-21 12:49:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6482154 By: bprucha Terry, I have tried out your build system but had no luck getting it to work properly. Some notes: I am using it under a Windows environment and tried to only build ccm-core * Had to install Antelope, Apache Commons, and Ant Contrib tasks - your instructions just said you needed Ant. * Had to build JDOEnhance. Had to set CCM_CONFIG_HOME env var to point to this class * Had to set CCM_TOOLS_HOME, CCM_CONFIG_LIB_DIR, and CCM_HOME evn variables * Had to copy the httpunit-1.5.4.jar, junit-3.8.jar, and junitperf-1.8.jar files from tools/rpms to where CCM_CONFIG_LIB_DIR was set. * Had to copy servlet and jsp api jars to ccm-core/lib to get ccm-core to compile * Couldn't get ant load-bundle to complete. The MasterTool command on line 18 of build-ccm.xml wouldn't run because ${webapp.dist.dir}/WEB-INF/classes and ${webapp.dist.dir}/WEB-INF/lib don't exist. No jar files were ever built during ant build and I didn't see anyway to get the MasterTool classpath to point to the built ccm-core classes under ccm-core/build/classes. Am I missing something? Thanks, Brett ______________________________________________________________________ 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-02-21 07:52:00
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6480806 By: pboy Steve, we should reconsider to use maven now! As you may have noticed we are working to make aplaws standard compliant. (see https://fedorahosted.org/aplaws/roadmap). I'll commit over the next days a series of patches. If completed, aplaws will install all modules of trunk into one main application context. Next step is to move all the jars into a standard location, i.e. inside the main webcontext WEB-INF directory. This would require to modify the ccm scripts as well. As an alternativ we could leave them as is (and use it for backwards compatibility installations) and create a new devel and deployment environment. Therefore: - did you proceed with your work on Maven? - could you send me your pom file? - perhaps could you further describe what you did? And most important: - could we team up to create a "mavenized" APLAWS devel env over the next weeks? 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-02-20 14:24:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6474838 By: pboy Well, we are at an intermediate stage. Currently, the "official APLAWS site" is actually three sites. The homepages www.aplaws.org is damned outdated and not maintained for severak months. The most current APLAWS site is fedorahosted. Practically is is the new APLAWS home page. So I propose to use the trac ticket system for patches. On the other hand, if you are going to commit your modifications of core which you have currently in production (e.g. MS-SQL database support we talked about some days ago), you may directly commit to trunk. It should not break anything because it is working for you for several years. 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-02-20 13:27:03
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6474398 By: bprucha I'd like to begin submiting patches to ccm-core. Would probably be better to put out a release before then. I am a bit confused about where the official APLAWS site is though. Is it SourceForge or Fedora? The Fedora site say to use SourceForge for patches. Why isn't APLAWS using the SourceForge repository then? ______________________________________________________________________ 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-02-19 14:10:21
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6466240 By: pboy The last release of APLAWS is about 2 years old. In the meantime we have a lot of improvements and bugfixes in the development trunk. Isn't it time to make a new release? Available enhancements - a lot of bugfixes - a lot of minor improvements, e.g. regarding configurability - highlights - support to execute in Jboss or standard Tomcat (but yet limited installation support) - multilanguage categories / navigation tree - new alternative, highly configurable theme machinery, which supports the public site as well as content-center and admin pages (Mandalay) - new modules (docmgr, weblog, eventually wiki) Any opinions? Any comments welcome. 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-02-19 13:22:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6465762 By: britsp We have done something similar, our template has the following: ((com.arsdigita.london.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute("launchDate"); ((com.arsdigita.london.navigation.ui.object.SimpleObjectList) itemList).getDefinition().addOrder("launchDate"); Perhaps you need to add the attribute in addition to setting the order? ______________________________________________________________________ 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-02-19 11:21:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6465033 By: pboy The project "Standard Compliant APLAWS Deployment" (see https://fedorahosted.org/aplaws/milestone/1) Standard Compliant APLAWS Deployment) should be finished in a few weeks so we will be able to abandon the specific APLAWS installation requirements and procedures. So the demand for reworked installation and maintenance procedures is comming up (and for a reworked devel environment, see https://sourceforge.net/forum/forum.php?thread_id=2952307&forum_id=368401 ). I created quite a rough proposal for a "New Simplified and Standard Compliant Installation and Maintenance Procedure" see https://fedorahosted.org/aplaws/milestone/2) New Simplified and Standard Compliant Installation and Maintenance Procedure Would be fine if we could start a discussion and refinement. 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-02-18 13:07:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6455890 By: pboy Hi all, "APLAWS community is now moving towards becoming user-led " and we intend to expand the user base beyond laws web sites. So our code bases consists of a lot of general purpose modules (basically the Red Hat CCM code) and some modules specialized on laws requirements (basically additions developed during the dissemination phase 2003/2006). We should reflect this in the naming pattern to make it clear for new users. - General purpose modules are named ccm-<moduleName> - Special law purpose modules are named ccm-ldn-<moduleName> (where ldn is a synonym for laws requirements in general here) - Special adaptations für other purposes should be named ccm-<specialisation>-<moduleName> - Special contributed modules are named ccm-<contrib>-<moduleName> If there are no objections I would start to rename some modules, e.g. I'm currently working on ccm-ldn-shortcuts (install into the main APLAWS context, see project standard compliant deployment, Phase B: https://fedorahosted.org/aplaws/roadmap), which is such a general purpose module. I will update all the trunk files, contributed files have to be updated by the contributors (e.g. a modified installation bundle). 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-02-15 23:19:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6435181 By: pboy I just tested the trunk version in Tomcat 6.0 and it works great. APLAWS (trunk version) currently execute in a standard Tomcat container version 4.1.x and 6.0.x as well as in the special APLAWS version. I updated the wiki page https://fedorahosted.org/aplaws/wiki/AplawsInTomcat 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-02-11 13:41:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6400540 By: bprucha Peter, I've been working with my own flavor. I have reworked/ported the code to work with Microsoft SQL Server. I also don't run the servlet under the root context which required a number of fixes. Maybe that has been fixed in APLAWS now? If I ever find the time I will see what's needed to merge my code in with the APLAWS trunk. ______________________________________________________________________ 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-02-11 11:29:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399670 By: oliew Terry, yes that was my first attempt to fix the errors, but it didnt really work. :) ill give the site a day or two and see if i get any downtime which i shouldnt and ill let you know on here ! thanks Oli ______________________________________________________________________ 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-02-11 11:19:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399615 By: terry_permeance Possibly not. Did you add it to try and fix the OutOfMemoryError's? 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-02-11 10:43:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399359 By: oliew Terry, thanks for that, i have added these to my envvars and done a restart lets see if it fixes the problem :) do you think i need my -Xss set to 1mb? regards Olie ______________________________________________________________________ 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 |