For example the intermedaite XMI file for a given model looks something like
<?xml version="1.0" encoding="ASCII"?> <sc:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sc="http://www.fornax-platform.org/sculptor" name="MyApp" basePackage="blah.blah"> <modules> .... .... I notice that sc: is used to namespace all the metamodel elements. Like sc:Entity, sc:Application etc. If I change the url link to somethign "random" the code generation fails. However that http://www.fornax-platform.org/sculptor seems a dead link too. So what does it have? Its use? Why does code generation fail with the error ERROR WorkflowRunner - org.eclipse.emf.ecore.resource.Resource$IOWrappedException: Package with uri "random" not found. when I change it. How can one change it to have some other custom namespace? THanks. -- View this message in context: http://www.nabble.com/What-does-the-%22http%3A--www.fornax-platform.org-sculptor%22-namespace-in-a-model%27s-XMI-cirrespond-to--tp18744551s17564p18744551.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
