libreccm-legacy/tools-ng/ecdc
pb 97a11ccffa bug fix for new devel env
git-svn-id: https://svn.libreccm.org/ccm/trunk@88 8810af33-2d31-482b-a856-94f89814c4df
2009-02-26 07:01:04 +00:00
..
bundles Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00
conf bug fix for new devel env 2009-02-26 07:01:04 +00:00
eclipseConnector Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00
scriptlib bug fix for new devel env 2009-02-26 07:01:04 +00:00
README.txt Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00
local.build.properties Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00
local.ccm.properties Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00
local.runtime.properties Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00
project.xml.complete Neue vereinfachte Entwicklungsumgebung Easy CCM Development Configuration (ECDC) 2009-02-22 21:52:19 +00:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

==================================
E C D C
Easy CCM Development Configuration
==================================

Development environment for CCM / APLAWS with minimal prerequisites and minimal
installation requirements, i.e. a simplification of the "ccm" environment.

Created for the 'new' CCM / APLAWS with standard compliant deployment and
execution context.

Based on great work by Terry. Many thanks!


=========================================
  CURRENT STATUS:   WORK IN PROGRESS !!
Use it with care!
Some functions do not work as they should
=========================================


1. LICENSING

See http://aplaws.org

2. PREREQUISITES

Java 6.x
Ant 1.7.x
Oracle 10g RDBMS or PostgresQL up to version 8.2

3. HOW TO USE

(a)  Change to the development base directory (usually "trunk") and
     check out the source tree:
     svn co http://svn.fedorahosted.org/svn/aplaws/trunk/

(b)  Copy files *.xml and *.properties of THIS directory (i.e. tools-ng/ecdc)
     into your development base directory ("trunk" above)

(c)  If you don't already have a project.xml file in place, copy the file
     project.xml.complete, too, and rename it to project.xml
     Comment out those modules to don't need. Keep the included modules in sync
     with the bundles application file! (see later)

(d)  Edit the file local.ccm.properties and replace the specified bundle name
     by your working bundle

(e)  ant configure will create the compile and deploy tasks

(f)  ant deploy will compile and deploy into your test environment (runtime)

(g)  ant load-bundle will load the database. May take several minutes!

(h)  ant start

(i)  Open your browser:
         http://localhost:8080/
         http://localhost:8080/ccm/content-center/


4. NOTES

Configuration:
	ccm-ldn-aplaws/bundles/* ("complete" bundle is default)
	local.build.properties
	local.runtime.properties
	local.ccm.properties

Not implemented: 
	ccm set|get|load|run|stop
	Other?
	
Limitations:
	NOT TESTED MUCH!
	localhost:8080
	
Other changes:
	Eclipse .classpath is generated	
	ant install-tomcat replaces host-init (sort-of)
	
Eclipse:
	Import 'aplaws' folder into a workspace
	Use File > Import to import aplaws.launch 
		(if aplaws doesn't appear in Debug configurations)
	Debug > Debug configurations > aplaws > Debug
	
5. CONTACTS

Send any queries to the "Developing on APLAWS+" forum at 
http://sourceforge.net/forum/forum.php?forum_id=368401