As per the instructions i yesterday did:
cvs -q co -P -r TAMINOWEBDAVSERVER_4_2_1 jakarta-slide/proposals/tamino
The build fails with:
[javac] /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino
/src/store/org/apache/slide/store/tamino/security/report/XPrincipalHasPrivilegeReport
.java:132: cannot resolve symbol
[javac] symbol : variable serverUrl
[javac] location: class org.apache.slide.store.tamino.security.report.XPrincipalH
asPrivilegeReport
[javac] String absUri = WebdavUtils.getAbsolutePath (resourcePath, contex
tPath, serverUrl, config);
[see below for full context]
This is building against jakarta-slide-2.0-tomcat-5.0.19
I haven't looked at the sources for that, but the superclasses in HEAD from yesterday don't seem to handle serverUrl
Am i using the correct branch for Tamino, and the correct binary for Slide 2?
thanks,
Jason
-------------------------
module.jar:
[mkdir] Created dir: /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/pro
posals/tamino/build/classes/store
[javac] Compiling 230 source files to /home/jharrop/cvs/jakarta-slide-TAMINOWEBDA
VSERVER_4_2_1/proposals/tamino/build/classes/store
[javac] /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino
/src/store/org/apache/slide/store/tamino/security/report/XPrincipalHasPrivilegeReport
.java:132: cannot resolve symbol
[javac] symbol : variable serverUrl
[javac] location: class org.apache.slide.store.tamino.security.report.XPrincipalH
asPrivilegeReport
[javac] String absUri = WebdavUtils.getAbsolutePath (resourcePath, contex
tPath, serverUrl, config);
[javac]
^
[javac] /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino
/src/store/org/apache/slide/store/tamino/security/report/XPrincipalPrivilegeSetReport
.java:116: cannot resolve symbol
[javac] symbol : variable serverUrl
[javac] location: class org.apache.slide.store.tamino.security.report.XPrincipalP
rivilegeSetReport
[javac] hrefElm.setText (WebdavUtils.getAbsolutePath (resourcePath, conte
xtPath, serverUrl, config));
[javac]
^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 2 errors
BUILD FAILED /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino/etc/ant/tre e.xml:49: Following error occured while executing this line /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino/etc/ant/web app.xml:3: Following error occured while executing this line /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino/etc/ant/web app.xml:30: Following error occured while executing this line /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino/etc/ant/sto re.xml:3: Following error occured while executing this line /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino/etc/ant/mod ule.xml:111: Compile failed; see the compiler error output for details.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
