You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Imrich Schindler (JIRA)" <ji...@apache.org> on 2013/01/24 02:26:12 UTC

[jira] [Comment Edited] (CAY-1790) append cayenne-modeler-eclipse-plugin into build tree

    [ https://issues.apache.org/jira/browse/CAY-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561309#comment-13561309 ] 

Imrich Schindler edited comment on CAY-1790 at 1/24/13 1:25 AM:
----------------------------------------------------------------

To test if plugin is acticve try this:

run eclipse with "-debug -console - consloeLog" parameters

this opens command window with osgi> prompt 
enter command 

"ss cayenne"

if plugins are installed you see print like:

nnn ACTIVE (RESOLVED, INSTALLED) org.apache.cayenne.modeler...
.
.
.


where nnn is number of bundle in osgi
if status is'nt ACTIVE try command

"diag  nnn" 

where nnn is bundle number and you can see why bundle can't be ACTIVE (unresolved dependencies)

I am working on branch STABLE-3.1 just now. Try, please, use this branch from my repository.




                
      was (Author: ischindl):
    To test if plugin is acticve try this:

run eclipse with "-debug -console - consloeLog" parameters

this opens command window with osgi> prompt 
enter command 

"ss cayenne"

if plugins are installed you see print like:

nnn ACTIVE (RESOLVED, INSTALLED) org.apache.cayenne.modeler...
.
.
.


where nnn is number of bundle in osgi
if status is'nt ACTIVE try command

"diag  nnn" 

where nnn is bundle number and you can see why bundle can't by ACTIVE (unresolved dependencies)

I am working on branch STABLE-3.1 just now. Try, please, use this branch from my repository.




                  
> append cayenne-modeler-eclipse-plugin into build tree
> -----------------------------------------------------
>
>                 Key: CAY-1790
>                 URL: https://issues.apache.org/jira/browse/CAY-1790
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Modeler
>    Affects Versions: 3.1B2
>            Reporter: Imrich Schindler
>            Priority: Minor
>             Fix For: 3.1B2
>
>
> I have forked  cayenne Github repository into ischindl/cayenne and in branch eclipse-plugin is added support for building eclipse-plugin for cayenne modeler. Support is based on tycho and p2-maven-plugin. More details are in README.md in project. Side efect of this is that Cayenne is usable in OSGI environment.
> Excuse me english, please :).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira