Subject | New Source won't compile: Was: Can't destroy managed connection with active transaction |
---|---|
Author | Rick Fincher |
Post date | 2003-06-02T17:56:40Z |
Hi Robert,
I downloaded a fresh copy of the source and got the same thing. A bug has
been introduced in one of the recent commits.
Rick
I downloaded a fresh copy of the source and got the same thing. A bug has
been introduced in one of the recent commits.
Rick
----- Original Message -----
>
>
> > -----Original Message-----
> >
> > Hi Robert,
> >
> > Delete the directory called "thirdparty" and try again. It gets
> > created in
> > the compile process and it is used as a key to see if the third
> > party stuff
> > has downloaded.
> >
> > You are probably better off sorting this out so that you can try
multiple
> > iterations of your changes without outside help.
>
> I now have a working thirdparty folder. When I compile, I now get a lot of
> errors starting with the following:
>
> compile-tests:
> [javac] Compiling 42 source files to
> C:\eclipse\workspace\client-java\output\test
> [javac] This version of java does not support the classic compiler;
> upgrading to modern
> [javac]
>
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\pool\TestFBConnect
> ionPoolDataSource.java:47: cannot resolve symbol
> [javac] symbol : class FBConnectionPoolConfiguration
> [javac] location: class
> org.firebirdsql.pool.TestFBConnectionPoolDataSource
> [javac] private FBConnectionPoolConfiguration config;
> [javac] ^
> [javac]
>
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\jdbc\TestFBDriver.
> java:257: warning: Date(java.lang.String) in java.util.Date has been
> deprecated
> [javac] java.util.Date d1 = new java.util.Date("Sat
> Feb 17 20:59:31 EST 1917");
> [javac] ^
> [javac]
>
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\pool\TestFBConnect
> ionPoolDataSource.java:52: cannot resolve symbol
> [javac] symbol : class FBConnectionPoolConfiguration
> [javac] location: class
> org.firebirdsql.pool.TestFBConnectionPoolDataSource
> [javac] config = new FBConnectionPoolConfiguration();
> [javac] ^
> [javac]
>
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\pool\TestFBConnect
> ionPoolDataSource.java:72: cannot resolve symbol
> [javac] symbol : class FBConnectionPoolDataSource
> [javac] location: class
> org.firebirdsql.pool.TestFBConnectionPoolDataSource
> [javac] FBConnectionPoolDataSource pool = new
> FBConnectionPoolDataSource(config);
> [javac] ^
>
> Any ideas?
>
> Thanks,
>
> Robert Munro
>
>