You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sachin Patel <sp...@gmail.com> on 2005/12/14 01:04:04 UTC

Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/x ml/ns/naming/provider/

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" <bi...@wstoddard.com> 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
> 



Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/x ml/ns/naming/provider/

Posted by Sachin Patel <sp...@gmail.com>.
Just kicked off a build on Continuum and it passed.  You're correct though I
have not yet uploaded those snapshots.  You could go into each of those
directories and run "maven" on each of them individually and then go to the
root and build.


On 12/13/05 5:01 PM, "Bill Stoddard" <bi...@wstoddard.com> wrote:

> Sachin Patel wrote:
>> The [emf.XSD2Java] messages are normal.  What command are you using to
>> build?
>> 
>>> From inside /devtools/modules/eclipse-plugin/ Try..
>> 
>> "maven clean build"
>> 
> 
> Thanks Sachin. I must be missing something obvious... Ran maven clean build
> and hit this:
> 
> BUILD FAILED
> File...... C:\Documents and
> Settings\Administrator\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jel
> ly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependencies:
> 
> org.apache.geronimo.j2ee.server.v1-0.5.0-SNAPSHOT.jar
> org.apache.geronimo.feature.source-0.5.0-SNAPSHOT.jar
> 
> Total time: 2 minutes 7 seconds
> Finished at: Tue Dec 13 19:24:14 EST 2005
> 
> Neither of these are in the cvs.apache.org maven repo,
> http://cvs.apache.org/repository/geronimo-devtools/jars/
> 
> Are these autogenerated?
> 
> Bill
> 



Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/x ml/ns/naming/provider/

Posted by Bill Stoddard <bi...@wstoddard.com>.
Sachin Patel wrote:
> The [emf.XSD2Java] messages are normal.  What command are you using to
> build?
> 
>>>From inside /devtools/modules/eclipse-plugin/ Try..
> 
> "maven clean build"
> 

Thanks Sachin. I must be missing something obvious... Ran maven clean build and hit this:

BUILD FAILED
File...... C:\Documents and Settings\Administrator\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependencies:

org.apache.geronimo.j2ee.server.v1-0.5.0-SNAPSHOT.jar
org.apache.geronimo.feature.source-0.5.0-SNAPSHOT.jar

Total time: 2 minutes 7 seconds
Finished at: Tue Dec 13 19:24:14 EST 2005

Neither of these are in the cvs.apache.org maven repo, http://cvs.apache.org/repository/geronimo-devtools/jars/

Are these autogenerated?

Bill