Hi Ksenia , Now is ok. I can run cayenne moduler from eclipse by opening cayenne.xml file.I will reformat the code and submit a patch immediately.
On Fri, Jun 17, 2011 at 7:10 AM, Eshan Sudharaka <[email protected]>wrote: > Hi Ksenia, > Now I can run Cayenne and a eclipse instance in the same jvm as > mentioned in jira issue. > > <editor name="Cayenne Modeler Eclipse Plugin" icon="icons/cayenne.png" > extensions="xml" > > According to the above tag I have configured eclipse editor to launch > cayenne when we open a xml file from eclipse. As I figured out since there > is a inbuild xml editor for eclipse our plugin is not executing. For a > testing purpose I change extensiones ="testings" and tried to open a > sample.testings file (which i manually created) and then it works and it > trigger cayenne instance. How i need to find a way to fix this. > > Andrus , > Once I completed this basic plugin I will attach relavent information > regarding third party dependencies. > > > For licensing reasons we'll need to track the origins of all third party >> dependencies. So I would suggest instead of attaching the actual jars, just >> making a list of URLs where we can get those dependencies, so that we can do >> some audit. >> >> Thanks, >> Andrus >> >> On Jun 16, 2011, at 2:33 PM, Eshan Sudharaka wrote: >> >> > Thanks Andrus. I will attach the patch and other dependencies as a ZIP >> file >> > on jira issue page . >> > >> > On Thu, Jun 16, 2011 at 1:36 PM, Andrus Adamchik < >> [email protected]>wrote: >> > >> >> Hi Eshan, >> >> >> >> I suggest that you submit the patches (without jars of course), and >> >> separately list the dependencies that you need and their sources. One >> of the >> >> repositories that we are using to build Cayenne is at >> >> objectstyle.org/maven2 . I will try to put them there. >> >> >> >> Thanks, >> >> Andrus >> >> >> >> >> >> On Jun 16, 2011, at 10:17 AM, Eshan Sudharaka wrote: >> >>> Hi , >> >>> Since the latest dependencies are not available in public >> repositories >> >>> what i did was create a local repository folder in the same level of >> my >> >>> project and configure pom file to get those dependencies from that >> >>> repository. And Now it can build using maven. Since Jar files cannot >> be >> >>> attached as a patch file I need to way to send my work. >> >>> >> >>> On Thu, Jun 16, 2011 at 6:09 AM, Eshan Sudharaka < >> [email protected] >> >>> wrote: >> >>> >> >>>> There is a way to create eclipse plugins using mojo. But it is not >> >> working >> >>>> for my project. >> >>>> >> http://mojo.codehaus.org/pde-maven-plugin/examples/simple_plugin.html >> >>>> >> >>>> >> >>>> On Wed, Jun 15, 2011 at 9:45 AM, Eshan Sudharaka < >> [email protected] >> >>> wrote: >> >>>> >> >>>>> >> >>>>> I check the http://search.maven.org/#browse|1428323731 ant it >> contains >> >>>>> all the plugins which are mentioned in pom file. But unfortunately >> it >> >> looks >> >>>>> org.eclipse.equinox dependency(which has not mentioned as a >> dependency >> >> in >> >>>>> pom file ) and it is avalable in mvn public repository. But it seems >> it >> >> is >> >>>>> not downloading from there. >> >>>>> following the error trace i got. >> >>>>> http://pastebin.com/ZiTyBx2a >> >>>>> >> >>>>> >> >>>>> On Tue, Jun 14, 2011 at 9:18 PM, Eshan Sudharaka < >> [email protected] >> >>> wrote: >> >>>>> >> >>>>>> I found some public repositories here. >> >>>>>> http://maven.eclipse.org/nexus/index.html#view-repositories >> >>>>>> >> >>>>>> On Tue, Jun 14, 2011 at 7:34 PM, Eshan Sudharaka < >> >> [email protected]>wrote: >> >>>>>> >> >>>>>>> Ok. I will try to add a public repository to pom file. >> >>>>>>> >> >>>>>>> On Tue, Jun 14, 2011 at 1:22 PM, Ksenia Khailenko < >> >>>>>>> [email protected]> wrote: >> >>>>>>> >> >>>>>>>> Hi... can you avoid manually installed plugins? all the >> dependencies >> >>>>>>>> should go from the pom file and use public repositories... Which >> >> eclipse >> >>>>>>>> plugins are you using in this way, btw? >> >>>>>>>> I did manually installation for all eclipse plugins >> >>>>>>>> mentioned in pom file. >> >>>>>>>> I'll look at your patch a bit later. >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> 2011/6/13 Eshan Sudharaka <[email protected]> >> >>>>>>>> >> >>>>>>>>> >> >>>>>>>>> Hi , >> >>>>>>>>> I had to manually install eclipse plugins which used for the >> >>>>>>>>> project.Actually i downloaded them from >> >>>>>>>>> http://www.java2s.com/Code/Jar/CatalogJar.htm >> >>>>>>>>> and install them separately to my local m2 repository. Actually >> i >> >> do >> >>>>>>>>> not know what is the plugin repository should be added to the >> pom >> >> file. >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> On Mon, Jun 13, 2011 at 8:55 PM, Ksenia Khailenko < >> >>>>>>>>> [email protected]> wrote: >> >>>>>>>>> >> >>>>>>>>>> We've discussed some points in chat, and decided to locate the >> new >> >>>>>>>>>> project >> >>>>>>>>>> also in the sandbox folder. Eshan, I'm looking forward for the >> >>>>>>>>>> updated patch >> >>>>>>>>>> to be able to see what happens with configuration error >> >>>>>>>>>> >> >>>>>>>>>> 2011/6/13 Ksenia Khailenko <[email protected]> >> >>>>>>>>>> >> >>>>>>>>>>> Hi there >> >>>>>>>>>>> >> >>>>>>>>>>> FYI, Redirecting mail from Eshan, I'll reply this letter in >> more >> >>>>>>>>>> details a >> >>>>>>>>>>> bit later >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> ---------- Forwarded message ---------- >> >>>>>>>>>>> From: Eshan Sudharaka <[email protected]> >> >>>>>>>>>>> Date: 2011/6/12 >> >>>>>>>>>>> Subject: Gsoc project >> >>>>>>>>>>> To: Ksenia Khailenko <[email protected]> >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> Hy Ksenia , >> >>>>>>>>>>> First of all i want to apologize since i was not able to >> >>>>>>>>>> continue my >> >>>>>>>>>>> work at gsoc project since i had my job interviews as well as >> i >> >>>>>>>>>> was stuck >> >>>>>>>>>>> with my final year project. Actually i know this is not a >> excuse >> >>>>>>>>>> and that >> >>>>>>>>>>> is why i am sending this email in private. Some how i will >> >> promise >> >>>>>>>>>> you to >> >>>>>>>>>>> complete my target work before the dead line of mid term >> >>>>>>>>>> evaluation. (nearly >> >>>>>>>>>>> I have 30 days) . And I need your and the community support to >> >>>>>>>>>> achieve this. >> >>>>>>>>>>> And once again sorry for the working delay from my side. >> >>>>>>>>>>> >> >>>>>>>>>>> As you said I install git-svn and followed this. >> >>>>>>>>>>> http://andy.delcambre.com/2008/03/04/git-svn-workflow.html but >> >>>>>>>>>> when i >> >>>>>>>>>>> execute git svn fetch command it takes lot of time and after >> some >> >>>>>>>>>> extent it >> >>>>>>>>>>> breaks. So what i did was just check out eclipse plugin module >> >> and >> >>>>>>>>>> deleted >> >>>>>>>>>>> all .svn files of it and locally added it in to my cayenne >> >>>>>>>>>> trunk/modeler . >> >>>>>>>>>>> As you mentioned it is not compilable due to the changes of >> code >> >>>>>>>>>> base. So >> >>>>>>>>>>> what i tried is just follow the current flow of Main class and >> do >> >>>>>>>>>> the >> >>>>>>>>>>> modifications. And tried to run Cayenne modeler. But i am >> stuck >> >>>>>>>>>> with some >> >>>>>>>>>>> point and it is throwing following exception. >> >>>>>>>>>>> >> >>>>>>>>>>> Exception in thread "AWT-EventQueue-0" >> >>>>>>>>>>> org.apache.cayenne.ConfigurationException: [v.3.1-SNAPSHOT Jun >> 12 >> >>>>>>>>>> 2011 >> >>>>>>>>>>> 04:54:53] DI container has no binding for key <BindingKey: >> >>>>>>>>>>> org.apache.cayenne.extentions.modeler.PluginApplication> >> >>>>>>>>>>> at >> >>>>>>>>>>> >> >>>>>>>>>> >> >> >> org.apache.cayenne.di.spi.DefaultInjector.getProvider(DefaultInjector.java:123) >> >>>>>>>>>>> >> >>>>>>>>>>> But i create a patch of my current position. And need some >> help >> >> to >> >>>>>>>>>> go on >> >>>>>>>>>>> with this. And finally i will promise that kind of delay will >> >> not >> >>>>>>>>>> happen >> >>>>>>>>>>> from my side. >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> -- >> >>>>>>>>>>> *~Thanks & Regards~* >> >>>>>>>>>>> *** >> >>>>>>>>>>> * >> >>>>>>>>>>> P.A.Eshan Sudharaka >> >>>>>>>>>>> Dept of Computer Science and Engineering >> >>>>>>>>>>> University of Moratuwa >> >>>>>>>>>>> Sri Lanka >> >>>>>>>>>>> http://esudharaka.blogspot.com/ >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> -- >> >>>>>>>>>>> Regards, Ksenia Khailenko >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> -- >> >>>>>>>>>> Regards, Ksenia Khailenko >> >>>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> -- >> >>>>>>>>> *~Thanks & Regards~* >> >>>>>>>>> *** >> >>>>>>>>> * >> >>>>>>>>> P.A.Eshan Sudharaka >> >>>>>>>>> Dept of Computer Science and Engineering >> >>>>>>>>> University of Moratuwa >> >>>>>>>>> Sri Lanka >> >>>>>>>>> http://esudharaka.blogspot.com/ >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> -- >> >>>>>>>>> *~Thanks & Regards~* >> >>>>>>>>> *** >> >>>>>>>>> * >> >>>>>>>>> P.A.Eshan Sudharaka >> >>>>>>>>> Dept of Computer Science and Engineering >> >>>>>>>>> University of Moratuwa >> >>>>>>>>> Sri Lanka >> >>>>>>>>> http://esudharaka.blogspot.com/ >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> -- >> >>>>>>>> Regards, Ksenia Khailenko >> >>>>>>>> >> >>>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> -- >> >>>>>>> *~Thanks & Regards~* >> >>>>>>> *** >> >>>>>>> * >> >>>>>>> P.A.Eshan Sudharaka >> >>>>>>> Dept of Computer Science and Engineering >> >>>>>>> University of Moratuwa >> >>>>>>> Sri Lanka >> >>>>>>> http://esudharaka.blogspot.com/ >> >>>>>>> >> >>>>>>> >> >>>>>> >> >>>>>> >> >>>>>> -- >> >>>>>> *~Thanks & Regards~* >> >>>>>> *** >> >>>>>> * >> >>>>>> P.A.Eshan Sudharaka >> >>>>>> Dept of Computer Science and Engineering >> >>>>>> University of Moratuwa >> >>>>>> Sri Lanka >> >>>>>> http://esudharaka.blogspot.com/ >> >>>>>> >> >>>>>> >> >>>>> >> >>>>> >> >>>>> -- >> >>>>> *~Thanks & Regards~* >> >>>>> *** >> >>>>> * >> >>>>> P.A.Eshan Sudharaka >> >>>>> Dept of Computer Science and Engineering >> >>>>> University of Moratuwa >> >>>>> Sri Lanka >> >>>>> http://esudharaka.blogspot.com/ >> >>>>> >> >>>>> >> >>>> >> >>>> >> >>>> -- >> >>>> *~Thanks & Regards~* >> >>>> *** >> >>>> * >> >>>> P.A.Eshan Sudharaka >> >>>> Dept of Computer Science and Engineering >> >>>> University of Moratuwa >> >>>> Sri Lanka >> >>>> http://esudharaka.blogspot.com/ >> >>>> >> >>>> >> >>> >> >>> >> >>> -- >> >>> *~Thanks & Regards~* >> >>> *** >> >>> * >> >>> P.A.Eshan Sudharaka >> >>> Dept of Computer Science and Engineering >> >>> University of Moratuwa >> >>> Sri Lanka >> >>> http://esudharaka.blogspot.com/ >> >> >> >> >> > >> > >> > -- >> > *~Thanks & Regards~* >> > *** >> > * >> > P.A.Eshan Sudharaka >> > Dept of Computer Science and Engineering >> > University of Moratuwa >> > Sri Lanka >> > http://esudharaka.blogspot.com/ >> >> > > > -- > *~Thanks & Regards~* > *** > * > P.A.Eshan Sudharaka > Dept of Computer Science and Engineering > University of Moratuwa > Sri Lanka > http://esudharaka.blogspot.com/ > > -- *~Thanks & Regards~* *** * P.A.Eshan Sudharaka Dept of Computer Science and Engineering University of Moratuwa Sri Lanka http://esudharaka.blogspot.com/
