The quickest and simplest way is to switch your enums from
commons.lang enums to JDK 1.5 enums. You didn't ask for backwards
compatibility ;-)

Geoff

On 9/15/05, Augmentin <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> After I upgraded to JDK 5, my project won't compile because all references
> to org.apache.commons.lang.enum.Enum in my programs conflict with the new
> Java keyword "enum".
> 
> Then I changed to use org.apache.commons.lang.enums.Enum to try to avoid the
> problem but then all the calls to new
> EnumPropertySelectionModel(Enum[],bundle,String) resulted in undefined
> constructor error because the EnumPropertySelectionModel constructor expects
> an org.apache.commons.lang.enum.Enum 1st argument instead of an
> org.apache.commons.lang.enums.Enum.
> 
> What's the simplest and quickest way to solve this problem? I am using
> Tapestry 3.0.3.
> 
> Thank you,
> Raymond
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



-- 
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to