When trying to build jwma-scratch from CVS, 'ant
wardist' stops when it comes to building the docs with
errors related to Forrest.
The version of Forrest I have is from the Debian
unstable package, version 0.5.1-4
'ant dist', to build the tarball doesn't suffer from
this problem, although I don't think it tries to build
the docs.
I also had to set FORREST_HOME to /usr/share/forrest so
that forrest would at least try to work.
[java] bare-context:
[java] ____________________________________
[java] Using skin forrest-site
[java] ____________________________________
[java] Copying 33 files to
/usr/local/src/jwma-scratch/build/tmp/context
[java] Copying 3 files to
/usr/local/src/jwma-scratch/build/tmp/context/WEB-INF
[java] check-contentdir:
[java] ensure-content:
[java] BUILD FAILED
[java] /usr/share/forrest/forrest.build.xml:575:
------------------------------------------------
[java] This project has no content in /src/docs.
[java] Use the 'seed' target to create a template
project structure.
[java]
------------------------------------------------
[java] Total time: 7 seconds
BUILD FAILED
/usr/local/src/jwma-scratch/build.xml:275: The
following error occurred while executing this line:
/usr/share/forrest/forrest.antproxy.xml:32: The
following error occurred while executing this line:
/usr/share/forrest/forrest.antproxy.xml:45: Java
returned: 1
Total time: 13 seconds
[rhowe@xiao] /usr/local/src/jwma-scratch $ $ ls -l
src/docs/
total 0
drwxr-sr-x 4 rhowe staff 28 2005-04-24 12:08 content
drwxr-sr-x 2 rhowe staff 48 2005-04-24 12:08 CVS
drwxr-sr-x 4 rhowe staff 27 2005-04-24 12:08 resources
Logged In: YES
user_id=36782
Russel,
That's likely. I am working with Forrest v0.6 which is still the current
release.
Regards,
Dieter
Logged In: YES
user_id=36782
Russell,
I did not hear from you, but I think it should work with the
Forrest v0.6 release. As it works for me (on a fresh CVS
checked-out copy), I will close this bug.
Regards,
Dieter
Logged In: YES
user_id=36782
I just realized that I made the changes and I never checked
them in.
Sorry for taking such a long time to realize this :(
The updates will be committed soon with a bunch of other
updates.
--
Dieter
Logged In: YES
user_id=1218640
I just checked the latest jwma-scratch module out of CVS and
it now builds fine with Debian's forrest version 0.5.1-4
Just thought I'd let you know.