I just updated Turbine and it seems that there is a dependency on a
third-party package in InvalidScreen.java which isn't in the
distribution.  Taking out the import statements allows it to compile so
I don't think the package was being used.


Index: InvalidState.java
===================================================================
RCS file:
/products/cvs/turbine/turbine/src/java/org/apache/turbine/screens/error/InvalidState.java,v
retrieving revision 1.1
diff -u -r1.1 InvalidState.java
--- InvalidState.java   2000/02/05 01:39:54     1.1
+++ InvalidState.java   2000/02/05 18:36:47
@@ -58,8 +58,6 @@
 import org.apache.ecs.html.*;
 import org.apache.turbine.modules.*;
 import org.apache.turbine.util.*;
-import com.relaysystems.util.DefaultStructure;
-import com.relaysystems.om.unit.peer.*;
 /**
  * Users will get this screen if the screen on their browser
  * is in an invalid state.  For example, if they hit "Back" or 



josh


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to