Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.1
-
None
-
Linux
Description
I have downloaded the source tarball james-with-phoenix-2.3.1-src.tar.gz with the sole purpose of building the included docware. After fixing the tools/bin/ant script as described in JAMES-814 and trying
`sh ./build.sh website'
I get this final result,
BUILD FAILED
file:/tmp/local/james/src/build.xml:414: /tmp/local/james/src/www not found.
This can be remedied by creating the 'www' directory, at the same level as lib, dist, tools etc, prior to invoking `sh ./build.sh website'. This should however be taken care of by the build system.