How to build the project

  1. Download and install JBoss Application Server and JBoss Portal

  2. Check out the source code from:

    1. To deploy on JBoss Portal 2.7 - http://anonsvn.jboss.org/repos/jbossblog/branches/feeds100P27/

    2. To deploy on JBoss Portal 2.6 - http://anonsvn.jboss.org/repos/jbossblog/branches/feeds100P26/
  3. Modify /resourses/WEB-INF/web-dev.xml and set your local directory for sourceBasePath

  4. Copy in your custom sourceBasePath the "view" directory with all the presentation template files
  5. Modify /resourses/META-INF/persistence-dev.xml setting your Lucene indexes directory for parameter hibernate.search.default.indexBase
  6. Modify build.properties setting your local JBoss installation
  7. Modify build-dev.properties
  8. Modify web.xml use as filter ResourcesFilter and not ShotokuResourcesFilter
  9. Run as Ant script the "deploy" target on build.xml