libreccm-legacy/tools-ng
pb 7dd986442b First part of Tomcat 7 compatibility.
* Added Juli to classpath for ecdc Tomcat start script. "ant start" works.
* Fixed error in web-sci.xml, added surrounding <jsp-config> tags tp taglib tags.
* Removed jd.sclt transformer (no longer maintained, latest release from 2003
* Removed XML factory implementation configuration using system wide environment variables (affecting and probably conflicting with other webapps in the container). Alternative configuration facility not yet implemented, using container fallback (which is saxon at the moment for xslt processor).

CCM is currently execting in TC 7 for the public site, content-center doesn't work in TC 7 for now (but in TC6 as previously).
 


git-svn-id: https://svn.libreccm.org/ccm/trunk@2644 8810af33-2d31-482b-a856-94f89814c4df
2014-05-22 22:03:53 +00:00
..
common Fixed issue in load-bundle where web installation context was hard coded as ROOT. Now uses project.xml to determine installation context. 2014-05-03 08:20:38 +00:00
devel Entwicklungsumgebung auf Servlet API 2.5 / jsp API 2.1 angehoben (wurde im Produktionsbetrieb durch Tomcat 6 bereits genutzt). 2014-02-25 00:24:18 +00:00
distribution Nachhalten der Änderungen in release 2.0 in Zusammenhang mit Erstellung und Veröffentlichung Beta 1 (Teile aus r1671,r1672,r1673). 2012-05-21 06:17:59 +00:00
ecdc First part of Tomcat 7 compatibility. 2014-05-22 22:03:53 +00:00
liferay Integrated r1930,r1931,r1932: Add new-apps target & install liferay (3d party portal server) 2009-08-28 15:27:42 +00:00
maven new version of ecdc, configure, build, deploy (should) work(s) now. 2009-03-18 08:22:36 +00:00
netbeans Entwicklungsumgebung auf Servlet API 2.5 / jsp API 2.1 angehoben (wurde im Produktionsbetrieb durch Tomcat 6 bereits genutzt). 2014-02-25 00:24:18 +00:00
sql Integrated TUV r2034,2035,2036: Added bouncycastle JCE provider 2009-12-14 15:06:55 +00:00
webxml/lib Patch r2033 upstream, Teil von r307 lokal rückgängig gemacht (Add bsf.jar und js.jar), da deploy nicht mehr funktioniert (../ant/.../optional/ScriptRunner nicht gefunden). 2009-12-14 21:05:36 +00:00
README SVN hat mal wieder gemacht, was es nicht soll. Restore tools-ng/distributions. Aktualisiert auf tomcat6-35. 2012-05-20 07:42:45 +00:00
relocate-theme-dir.sh Aktualisierung von Mandalay auf die aktuelle Version 2013-12-10 15:38:07 +00:00

README

tools-ng

Next Generation Tools

This dir is home of tools for development, installation and maintenance of
new CCM / APLAWS, standards compliant deployment and execution context.


common/
  Library of files and schemes which may be used by several development
  and user tools (ecdc, maven, and others)

devel/
  Library of files which are requirred by either the test runtime
  or the compiler to do its work (e.g. jdbc drivers).

distribution/
  Several Files to create software distribution, esp. RPM distribution
  files.

ecdc/
  Easy CCM Development Configuration (ECDC)
  A simplified development environment with minimal installation and
  preparation prerequisites.

maven/
  Maven development environment. 
  Comming soon.

netbeans/
  Netbeans integration. Project file which defines all CCM packages. 

webxml/
  Utilitiy classes to create a web.xml file from package stub files.

README
  This file