The [emf.XSD2Java] messages are normal. What command are you using to build?
>From inside /devtools/modules/eclipse-plugin/ Try.. "maven clean build" On 12/13/05 2:33 PM, "Bill Stoddard" <[EMAIL PROTECTED]> wrote: > Sachin Patel wrote: >> In the plugins directory. (org.apache.geronimo.deployment.model.edit) The >> bundle activator is generated dynamically along with the rest of the classes >> until I get to each of them individual to do custom overrides on the >> generated code for our editors. So currently there's only about 4 or 5 >> classes in the repo for that plugin. > > When I do a build of the eclipse plugin, I see messages like this: > > [java] [emf.XSD2Java] >> Generating Java class > org.apache.geronimo.deployment.model.edit.GeronimoEMFEditPlugin > > Then hit a compile failure a bit further on: > [javac] Compiling 5 source files to > C:\home\apache\devtools\modules\eclipse-plugin\plugins\org.apache.geronimo.dep > loyment.model.edit\target\classes > C:\home\apache\devtools\modules\eclipse-plugin\plugins\org.apache.geronimo.dep > loyment.model.edit\src\org\apache\geronimo\xml\ns\naming\provider\EjbLocalRefT > ypeItemProvider.java:21: > package org.apache.geronimo.deployment.model.edit does not exist > import org.apache.geronimo.deployment.model.edit.GeronimoEMFEditPlugin; > > The five source files in the *.model.edit.* directory are: > EjbLocalRefTypeItemProvider.java > EjbRefTypeItemProvider.java > NamingItemProviderAdapterFactory.java > ResourceEnvRefTypeItemProvider.java > ResourceRefTypeItemProvider.java > > Building against the 1.0 branch. Any suggestions for how to debug? > > Thanks, > Bill >
