In the sculptor metamodel project, the namespace thats used for the metamodel is one word "sculptormetamodel" and that word is used in every template in the sculptor generator using <<IMPORT sculptormetamodel>>
Why is it a single worded namespace? Is there a restriction in templates that it cant import a full namespace? I tried refactoring (using eclipse, that changed everything/every text/code reference). I renamed sculptormetamodel to org.fornax.sculptormetamodel. And then in the templates I had <<IMPORT org::fornax::sculptormetamodel>> And this does work. The java code section of sculptor generator works well and compiles with the new imports andp ackage name, but all the templates, extension and chk files cant resolve any of the new classes. Why is this? Or am I doing some thing wrong. I even made sure that the metamodel project MANIFEST is correctly exporting the new package names org.fornax.sculptormetamodel. Thanks. -- View this message in context: http://www.nabble.com/Sculptor-MetaModel-Namespacing-Question...-tp18784034s17564p18784034.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
