How to build the project
-
Download and install JBoss Application Server and JBoss Portal
-
Check out the source code from:
-
Thttp://anonsvn.jboss.org/repos/jbossblog/branches/feeds100P27/ o deploy on JBoss Portal 2.7 -
- To deploy on JBoss Portal 2.6 - http://anonsvn.jboss.org/repos/jbossblog/branches/feeds100P26/
-
-
Modify /resourses/WEB-INF/web-dev.xml and set your local directory for sourceBasePath
- Copy in your custom sourceBasePath the "view" directory with all the presentation template files
- Modify /resourses/META-INF/persistence-dev.xml setting your Lucene indexes directory for parameter hibernate.search.default.indexBase
- Modify build.properties setting your local JBoss installation
- Modify build-dev.properties
- Modify web.xml use as filter ResourcesFilter and not ShotokuResourcesFilter
- Run as Ant script the "deploy" target on build.xml