Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Policy on Java compliance

Brian,

I am also seeing this, and Max and Shaun were both having the problem as well.  Not sure what is going on though.  Very strange.  Karen does not have the problem, but we are both using the same Eclipse build.

Neil

-----Original Message-----
>From Markus Kuppe <mkuppe@xxxxxxxxxxx>
Sent Thu 3/23/2006 2:48 PM
To General Dali EJB ORM developer discussion. <dali-dev@xxxxxxxxxxx>
Subject Re: [dali-dev] Policy on Java compliance

Brian Vosburgh wrote:
>   Markus, I don't see any compile problems with
> EntityGenerator.EntitySourceWriter. I can compile all the plug-ins with
> a compiler compliance level of 1.4 without any problems. Also, AFAIK,
> the Eclipse platform plans on shipping 3.2 with Java 1.4 compliance.
> What problems are you encountering?
> 
> 
> Markus Kuppe wrote:
>> Hi,
>>
>> whats our policy on Java code compliance?
>> EntityGenerator.EntitySourceWriter seems to rely on Java 5. So are we
>> going for Java 5 now?

Hi,

I get following errors with code compliance and source/class
compatibility set to 1.4. Changing the workspace compliance to 1.5 fixed
the compile problem so I figured its related to Java 5.

- Error	org.eclipse.dali.ui/source/org/eclipse/dali/ui/actions
EntityGenerator.java	The return type is incompatible with
Writer.append(char), PrintWriter.append(char)	line 753
- Error	org.eclipse.dali.ui/source/org/eclipse/dali/ui/actions
EntityGenerator.java	The return type is incompatible with
Writer.append(CharSequence, int, int), PrintWriter.append(CharSequence,
int, int)	line 753
- Error	org.eclipse.dali.ui/source/org/eclipse/dali/ui/actions
EntityGenerator.java	The return type is incompatible with
Writer.append(CharSequence), PrintWriter.append(CharSequence)	line 753	

-- 
Regards,
Markus Kuppe

Versant GmbH, European Headquarters
Wiesenkamp 22b, 22359 Hamburg, Germany
+49(40)60990-215, http://www.versant.com
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev



Back to the top