You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2005/12/13 22:50:41 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/xml/ns/naming/provider/

sppatel@apache.org wrote:
> Author: sppatel
> Date: Mon Dec 12 23:14:08 2005
> New Revision: 356493
> 
> URL: http://svn.apache.org/viewcvs?rev=356493&view=rev
> Log:
> RC4 released
> 
> Added:
>     geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java
>     geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbRefTypeItemProvider.java
> Modified:
>     geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.feature/.project
>     geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml
>     geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/ResourceRefTypeItemProvider.java
> 

<snip>


> Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java
> URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java?rev=356493&view=auto
> ==============================================================================
> --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java (added)
> +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java Mon Dec 12 23:14:08 2005
> @@ -0,0 +1,338 @@
> +/**

<snip>

> +
> +import org.apache.geronimo.deployment.model.edit.GeronimoEMFEditPlugin;

Where is GeronimoEMFEditPlugin defined?

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


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>.
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 Bill Stoddard <bi...@wstoddard.com>.
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.deployment.model.edit\target\classes
C:\home\apache\devtools\modules\eclipse-plugin\plugins\org.apache.geronimo.deployment.model.edit\src\org\apache\geronimo\xml\ns\naming\provider\EjbLocalRefTypeItemProvider.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>.
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.


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

> sppatel@apache.org wrote:
>> Author: sppatel
>> Date: Mon Dec 12 23:14:08 2005
>> New Revision: 356493
>> 
>> URL: http://svn.apache.org/viewcvs?rev=356493&view=rev
>> Log:
>> RC4 released
>> 
>> Added:
>>     
>> geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.de
>> ployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRe
>> fTypeItemProvider.java
>>     
>> geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.de
>> ployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbRefType
>> ItemProvider.java
>> Modified:
>>     
>> geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.i
>> nstallableruntime.feature/.project
>>     geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml
>>     
>> geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.de
>> ployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/ResourceRe
>> fTypeItemProvider.java
>> 
> 
> <snip>
> 
> 
>> Added: 
>> geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.de
>> ployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRe
>> fTypeItemProvider.java
>> URL: 
>> http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/
>> plugins/org.apache.geronimo.deployment.model.edit/src/org/apache/geronimo/xml
>> /ns/naming/provider/EjbLocalRefTypeItemProvider.java?rev=356493&view=auto
>> 
=============================================================================>>
=
>> --- 
>> geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.de
>> ployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRe
>> fTypeItemProvider.java (added)
>> +++ 
>> geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.de
>> ployment.model.edit/src/org/apache/geronimo/xml/ns/naming/provider/EjbLocalRe
>> fTypeItemProvider.java Mon Dec 12 23:14:08 2005
>> @@ -0,0 +1,338 @@
>> +/**
> 
> <snip>
> 
>> +
>> +import org.apache.geronimo.deployment.model.edit.GeronimoEMFEditPlugin;
> 
> Where is GeronimoEMFEditPlugin defined?
> 
> Thanks
> Bill
>