Details
-
Task
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
None
-
None
Description
1) make sure you have the last ecm snapshot, and build all the jars/wars locally
2) make sure you have the last hst snapshot. Build it locally
Now, create your own project (in cmd line, new location, for example C:\test)
mvn archetype:generate
-DarchetypeRepository=http://repository.hippocms.org/maven2
-DarchetypeGroupId=org.onehippo.ecm.hst
-DarchetypeArtifactId=hst-archetype-7_2 -DarchetypeVersion=2.04.01 <<< SW: get the latest!
- the groupId, which should be something like 'com.mycompany'
- the artifactId (something like 'myproject')
3) Go to C:\test\myproject
4) in the root pom.xml make sure:
<hst-configuration-editor.version>1.04.00</hst-configuration-editor.version> <<< Check with Arthur
<hippoecm.version>2.12.00-SNAPSHOT</hippoecm.version>
5) from the root, do a mvn clean install
6) Start up the cms. See that templates are working
7) Start changing templates, and add new document types (see if there
are bugs, perhaps with the RTE (rich text field) in combination with
changing the path, I can show you when you are here)
8) Do an update all content
9) Try to export the new document types & cnd definition to your
filesystem (myproject/content) : in here, you have
myproject-namespace.xml en myproject.cnd
10) Rebuild the myproject/content , and try to do a clean run of the
ecm again: now, the former created templates should be loaded without
problems.