Kevin,
> I made some significant changes to Jetspeed this morning.
:)
In trying to build the latest cvs, I came across these errors:
Buildfile: build.xml
Detected Java Version: 1.2
Project base dir set to: /usr/local/src/xml-build/jetspeed/build
Executing Target: core
Created dir: /usr/local/src/xml-build/jetspeed/bin
Created dir: /usr/local/src/xml-build/jetspeed/bin/classes
Created dir: /usr/local/src/xml-build/jetspeed/bin/src
Created dir: /usr/local/src/xml-build/jetspeed/bin/src/org/apache/jetspeed
Copying 296 files to
/usr/local/src/xml-build/jetspeed/bin/src/org/apache/jetspe
ed
Compiling 292 source files to /usr/local/src/xml-build/jetspeed/bin/classes
/usr/local/src/xml-build/jetspeed/bin/src/org/apache/jetspeed/portal/portlets/RS
SPortlet.java:71: Package org.apache.jetspeed.xml.rss not found in import.
import org.apache.jetspeed.xml.rss.*;
^
/usr/local/src/xml-build/jetspeed/bin/src/org/apache/jetspeed/xml/RSSParser.java
:54: Package org.apache.jetspeed.xml.rss not found in import.
import org.apache.jetspeed.xml.rss.*;
^
Note: 18 files use or override a deprecated API. Recompile with
"-deprecation"
for details.
2 errors, 1 warning
BUILD FATAL ERROR: Compile failed, messages should have been provided.
During the build process is seems that the rss directory is not copied under
org/apache/jetspeed/xml/rss. Under {build.dir}/bin it goes to the api
directory. {build.dir}/bin/org/apache/jetspeed/xml/api/rss. Is this right?
If it's something I'm mucking up, just let me know! :)
Mark
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]