Hi,

I have just checked out the latest CVS version of turbine and jyve. 
turbine just builds fine (again), but building jyve results in a bunch
of Java exceptions such as:

/jyve/src/java/org/apache/jyve/actions/AddNewQuestion.java:108:
Undefined variable or class name: TurbineServices
TurbineServices.getInstance().getService(TurbineServices.LOCALIZATION).getString("ADDNEWQUESTION_UNTITLEDQ")));


Adding a line
import org.apache.turbine.services;
to AddNewQuestion.java results in exceptions as:

/jyve/src/java/org/apache/jyve/actions/AddNewQuestion.java:109: No
variable LOCALIZATION defined in class
org.apache.turbine.services.TurbineServices.
TurbineServices.getInstance().getService(TurbineServices.LOCALIZATION).getString("ADDNEWQUESTION_UNTITLEDQ")));

So it doesn't solve the problem....:-(

Any hints, what's wrong? Does it build on other installations? 

Greetings,
 Bernie


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to