I have set it to 5 but I am using IDEA and I don't know how to kick it to
pick it up. Thanks for helping me out.
Jesse
On Thu, Mar 31, 2011 at 9:31 PM, Justin Deoliveira wrote:
> Doesn't look like you quite got all of them. I just fixed and committed the
> rest.
>
> You might want to set your i
Doesn't look like you quite got all of them. I just fixed and committed the
rest.
You might want to set your ide (you can do it in eclipse and i am sure
others) to set the compiler compliance level to 1.5. That should catch
pretty much all of the compile issues.
On Thu, Mar 31, 2011 at 1:07 PM, J
Hopefully that will fix the problem. I have removed the @override
annotations. Unfortunately I do not have Java 5 so I have not actually
tested it. You know how I can put java 5 on my Mac?
Jesse
On Thu, Mar 31, 2011 at 8:22 PM, Jesse Eichar
wrote:
> Thanks justin. I had forgotten that GT is
Thanks justin. I had forgotten that GT is java 5
On Thu, Mar 31, 2011 at 6:45 PM, Justin Deoliveira wrote:
> Thanks Jesse. Nice work.
>
> Although the changes don't compile on java 5. Reason being you used
> Override annotations on methods for implementations of the FeatureAssertion
> interface.
Thanks Jesse. Nice work.
Although the changes don't compile on java 5. Reason being you used Override
annotations on methods for implementations of the FeatureAssertion
interface. Which is only valid in java 6 afaik.
-Justin
On Thu, Mar 31, 2011 at 10:01 AM, Jesse Eichar
wrote:
> The first vers
The first version of teradata datastore has been committed. Against the
13.00 version it passes 217 of the jdbc tests. But more work remains to be
done. Lob support, view support is not reliable, and performance
improvements as well as more testing against 13.10 and 12.00 versions.
Cheers,
Jes