Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
   % cd roller_trunk/apps/weblogger
   % chmod +x build.sh
   % build.sh allbuild

On Windows:

No Format
   C> cd roller_trunk\\apps\\weblogger
   C> build allbuild

This will build Roller and will stage the Roller web application into the apps/weblogger/build/webapp subdirectory. The build subdirectory can be removed for a clean build by specifying the Ant target clean. Examine the build.xml file for additional targets.

...