I am getting some build errors with the latest CVS.  They are displayed
below.

Dan Diephouse

/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:154: Method get(int) not found in class java.util.Vector.
            String curTable = (String) tableList.get(i);
                                                    ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:159: Method get(int) not found in class java.util.Vector.
                Vector v = (Vector) columns.get(j);
                                               ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:160: Method get(int) not found in class java.util.Vector.
                String name = (String) v.get(0);
                                            ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:169: Method get(int) not found in class java.util.Vector.
            String curTable = (String) tableList.get(i);
                                                    ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:203: Method get(int) not found in class java.util.Vector.
                Vector v = (Vector) columns.get(j);
                                               ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:204: Method get(int) not found in class java.util.Vector.
                String name = (String) v.get(0);
                                            ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:205: Method get(int) not found in class java.util.Vector.
                int type = ((Integer) v.get(1)).intValue();
                                           ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:206: Method get(int) not found in class java.util.Vector.
                int size = ((Integer) v.get(2)).intValue();
                                           ^
/usr/home/dan/WDev/turbine/bin/src/org/apache/turbine/tools/torque/JDBCToXMLSche

ma.java:220: Method get(int) not found in class java.util.Vector.




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to