Monday, May 13, 2013

Running jPBM 5.0 Demo

You can supposedly get jPBM demo running in a breeze.
  1. Download full version from here.
  2. Unzip
  3. Go to install location
  4. Run: ant install.demo
  5. Run: ant start.demo
I had to tweak the build.xml a bit to get it running smoothly.

1. Eclipse download path was incorrect. (L 253 => http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads)

2. Since my OS was Linux, had to change the OS in start.jboss7 target from 'unix' to 'Linux' (L 756). Otherwise jboss won't start.

3. Replace 'osfamily' with 'os'

No comments:

Post a Comment