-
A [small change to the Timer in RemoveUnattachedAssetsScheduler][1] seems to have fixed the problem with the ecdc environment.
[1]: https://fedorahosted.org/aplaws/changeset/2022.
2009-10-12 10:37:23 UTC in APLAWS
-
For what it's worth, ecdc now has a "stop" target for Tomcat as of [r2021][1].
Usage: ant stop
But as discuss below, Tomcat shuts down but the process doesn't stop.
[1]: https://fedorahosted.org/aplaws/changeset/2021.
2009-10-12 09:28:49 UTC in APLAWS
-
One of our guys did some work looking at daemon vs non-daemon threads. I'll see if I can find the changes.
Terry.
2009-09-29 03:18:27 UTC in APLAWS
-
I've changed "ant configure" to invoke Xalan explicitly because we found on one environment that it wasn't using Xalan but some other processer (gnu?) that wasn't compatible.
See [https://fedorahosted.org/aplaws/changeset/1977][1].
[1]: https://fedorahosted.org/aplaws/changeset/1977.
2009-09-25 08:01:28 UTC in APLAWS
-
I have started a page on the wiki for UML models:
[https://fedorahosted.org/aplaws/wiki/UMLModels][1]
I have added a high-level sequence diagram which I use to explain how the framework works. Please contribute any models you have.
Regards,
Terry
[1]: https://fedorahosted.org/aplaws/wiki/UMLModels.
2009-09-25 03:41:30 UTC in APLAWS
-
A while back someone mentioned they had looked at maven. I've had a bit of a play and it looks reasonably straight forward. I've got ccm-core compiling but have yet to generate DDL or get the tests passing. I don't want to reinvent the wheel if someone else has already done the migration. Anybody got maven scripts to contribute?
Thanks,
Terry.
2009-07-09 08:55:47 UTC in APLAWS
-
Done. See r1953
NEW USAGE:
ccm set com.arsdigita.cms.contenttypes.glossaryitem.definition.editor=text (default)
ccm set com.arsdigita.cms.contenttypes.glossaryitem.definition.editor=wysiwyg.
2009-07-09 06:56:21 UTC in APLAWS
-
Done. See https://fedorahosted.org/aplaws/changeset/1952.
2009-07-07 01:23:15 UTC in APLAWS
-
Can we create the war and package in a sub-folder called "dist"? This seems to be standard practice or is it just maven?.
2009-07-06 13:08:48 UTC in APLAWS
-
Can this be removed from README.txt. It doesn't seem to be needed?
As a temporary measure:
copy ${CATALINA_HOME}/lib/system/ccm-core*
to ${JAVA_HOME}/jre/lib/ext
otherwise you will get a malformedURL exception during server startup
Regards,
Terry.
2009-07-06 13:03:23 UTC in APLAWS