Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Building Editor for
Building Editor for [message #46582] Tue, 01 June 2004 19:16 Go to next message
Eclipse UserFriend
Originally posted by: jim.dogleg.worldnet.att.net

With
EMF 2.0.0
XSD 2.0.0
Eclipse 3.0.0


Eclipse Platform

Version: 3.0.0
Build id: 200403261517

the WSDL file yields/generated the following:

public class _0ModelWizard extends Wizard implements INewWizard {
/**
* This caches an instance of the model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected _0Package _0Package = _0Package.eINSTANCE;

This generates an error "Cannot reference a field before it is defined"
Shouldn't this reference the _0PackageImpl.eINSTANCE ?
Re: Building Editor for [message #46607 is a reply to message #46582] Tue, 01 June 2004 20:08 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Jim,

I guess you posted this to both newsgroups, so I anwered in the EMF
newsgroup.


jim wrote:

> With
> EMF 2.0.0
> XSD 2.0.0
> Eclipse 3.0.0
>
> Eclipse Platform
>
> Version: 3.0.0
> Build id: 200403261517
>
> the WSDL file yields/generated the following:
>
> public class _0ModelWizard extends Wizard implements INewWizard {
> /**
> * This caches an instance of the model package.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated
> */
> protected _0Package _0Package = _0Package.eINSTANCE;
>
> This generates an error "Cannot reference a field before it is defined"
> Shouldn't this reference the _0PackageImpl.eINSTANCE ?
Re: Building Editor for [message #587938 is a reply to message #46582] Tue, 01 June 2004 20:08 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Jim,

I guess you posted this to both newsgroups, so I anwered in the EMF
newsgroup.


jim wrote:

> With
> EMF 2.0.0
> XSD 2.0.0
> Eclipse 3.0.0
>
> Eclipse Platform
>
> Version: 3.0.0
> Build id: 200403261517
>
> the WSDL file yields/generated the following:
>
> public class _0ModelWizard extends Wizard implements INewWizard {
> /**
> * This caches an instance of the model package.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated
> */
> protected _0Package _0Package = _0Package.eINSTANCE;
>
> This generates an error "Cannot reference a field before it is defined"
> Shouldn't this reference the _0PackageImpl.eINSTANCE ?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Building Editor for
Next Topic:Unique Particle Attribution
Goto Forum:
  


Current Time: Fri Apr 26 01:17:33 GMT 2024

Powered by FUDForum. Page generated in 0.03456 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top