I thought I should post this for people who like myself do not have java 1.5
and want to compile the cvs snap shot.
In the root directory of the cvs edit the build.xml file and replace this:
<filelist id="project.modules"
dir="."
files="framework/build.xml portlet/build.xml contrib/build.xml
annotations/build.xml examples/Workbench/build.xml"/>
with this:
<filelist id="project.modules"
dir="."
files="framework/build.xml portlet/build.xml
contrib/build.xml"/>
i.e. remove the annotations/build.xml examples/Workbench/build.xml files
from the files list which both require java 1.5 annotations.
Hope this is helpful to someone.
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]