Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] New Attribute added in internal.ecore

Hi,

I have added a new attribute called as rotation in internal.ecore to modify
the EMF model.

After this i regenerated the emf code. But now after regenerating code i get
following errors 

1) ProjectFactoryImpl.java
2) ProjectPackageImpl.java 
   These two files have two import statements added for
"org.geotools.data.FeatureResults" and  "org.geotools.feature.SimpleFeature"
which cannot be resolved. (i.e unable find these classes in geotools)

3)StyleEntryImpl.java has got 
            
            /**
	 * The cached style class.
	 * 
	 * @generated NOT
	 */
	private Class styleClass = STYLE_CLASS_EDEFAULT;

     where it gives error as
             - STYLE_CLASS_EDEFAULT cannot be resolved
	
Does this means that ecore model and actual code are not in sync ?


-----
Thanks & Regards,
Trupti Pol
-- 
View this message in context: http://old.nabble.com/New-Attribute-added-in-internal.ecore-tp28593846p28593846.html
Sent from the udig-devel mailing list archive at Nabble.com.



Back to the top