Hi all,
I seem to have tracked down all the jars, and set them up to be included in
any jetspeed war. However, compile fails because some of the content stuff
is looking for code that doesn't appear checked into CVS yet ;-)
Here is an indicative error:
[javac] [ERROR]
C:\java\jakarta-jetspeed\src\java\org\apache\jetspeed\porta
\portlets\admin\JetspeedContentAdmin.java:478: cannot resolve symbol
[javac] [ERROR] symbol : variable Content
[javac] [ERROR] location: class
org.apache.jetspeed.portal.portlets.admin.C
ntentMarkup
[javac] [ERROR] this.content = Content.unmarshal( stream );
[javac] [ERROR] ^
[javac] [ERROR] Note: Some input files use or override a deprecated API.
[javac] [ERROR] Note: Recompile with -deprecation for details.
[javac] [ERROR] 48 errors
Getting closer to building docs using Maven!
Eric Pugh