I tried changing all my Deleted columns' names to "EntryDeleted"... same error, just with a different column tag. Guess that wasn't it... any suggestions?
-------Original Message------- > From: Quinton McCombs > Subject: RE: ant init error... any ideas? > Sent: 20 Jun 2003 11:40:45 > > > It does appear that way. Try removing that column from the table > definition in your schema file. If that works, you will need to use > another column name in your database. > > -------------------------------------------- > Quinton McCombs > NequalsOne - HealthCare marketing tools > mailto:[EMAIL PROTECTED] > http://www.NequalsOne.com > > > -----Original Message----- > > From: Keith Seim||kjsdesigns.com> [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 20, 2003 11:24 AM > > To: [EMAIL PROTECTED] > > Subject: ant init error... any ideas? > > > > > > Hope this is the right place to post this. I'm thinking my > > errors are > > coming from having a column called "deleted"... which is perhaps used > > already by the base classes? > > > > compile: > > [javac] Compiling 155 source files to > > /usr/local/tdk-2.2/webapps/datasphere/WEB-INF/classes > > [javac] /usr/local/tdk-2.2/webapps/datasphere/WEB- > > INF/src/java/ca/utoronto/utm/datasphere/om/BaseStudentclassPee > > r.java:74: > > DELETED is already defined in > > ca.utoronto.utm.datasphere.om.BaseStudentclassPeer > > [javac] public static final String DELETED; > > [javac] ^ > > [javac] /usr/local/tdk-2.2/webapps/datasphere/WEB- > > INF/src/java/ca/utoronto/utm/datasphere/om/BaseStudentclass.java:75: > > deleted is already defined in > > ca.utoronto.utm.datasphere.om.BaseStudentclass > > [javac] private Date deleted; > > [javac] ^ > > [javac] /usr/local/tdk-2.2/webapps/datasphere/WEB- > > INF/src/java/ca/utoronto/utm/datasphere/om/BaseStudentclass.java:279: > > getDeleted() is already defined in > > ca.utoronto.utm.datasphere.om.BaseStudentclass > > [javac] public Date getDeleted() > > [javac] ^ > > [javac] /usr/local/tdk-2.2/webapps/datasphere/WEB- > > INF/src/java/ca/utoronto/utm/datasphere/om/BaseStudentclass.java:290: > > setDeleted(java.util.Date) is already defined in > > ca.utoronto.utm.datasphere.om.BaseStudentclass > > [javac] public void setDeleted(Date v) > > [javac] ^ > > [javac] /usr/local/tdk-2.2/webapps/datasphere/WEB- > > INF/src/java/ca/utoronto/utm/datasphere/om/BaseTurbinePermissi > > onPeer.java: > > 111: cannot resolve symbol > > [javac] symbol : method forName (java.lang.String) > > [javac] location: class ca.utoronto.utm.datasphere.om.Class > > [javac] c = Class.forName(className); > > ..... > > ___________________________________ > > Keith Seim . http://kjsdesigns.com > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -------Original Message-------
