Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] An unexpected problem

Thank you Fabian,

I've managed to put my hands on an older notebook and started working on the view, which is going well by the way. :) The snippet editor appears on a double click on one of the snippets in the list, showing the code from that snippet. This works with the .json files in which the snippets are stored.

I've used the view from the old SnipMatch project as all the mechanics which filled the snippets list were there, so it looks the same as before. If this needs to be changed, i will do it :) For getting the code from the .json files, i've used the deserialization from o.e.r.utils.gson.

>See my pull request for details [1]. With that, both the build and the installed multi page editor work for me.

I have a really bad internet connection where i am, and I haven't managed to build the main o.e.r on this notebook. I merged your pull request, but i will push the project on github when i get home (on the 18th of August), if that is ok. I'd rather include the updates with the view into the maven build and test it before pushing the project on github(or at least try to do so).

Thank you again,
Best Regards, Stefan
 


On Sun, Aug 11, 2013 at 5:33 PM, Fabian Steeg <fsteeg@xxxxxxxxx> wrote:
Hi Stefan!

On 08.08.2013, at 20:56, Stefan Prisca <stefan.prisca@xxxxxxxxx> wrote:

> -> I've set up an experimental multi-page editor.

Nice.

> I am currently getting a class not found exception when installing it from the update site.

I had some issues trying to build it locally. I had to organize some imports in the multi page editor and I added some runtime exports to the core project's manifest. See my pull request for details [1]. With that, both the build and the installed multi page editor work for me.

Maybe you had some local compiled version of some classes that were not up to date so you didn't get these errors during the build and they only manifested when trying to use the installed version? Sometimes it's useful to check out the code into a separate location and rename your local .m2/ directory to simulate a clean build.

[1] https://github.com/stefanprisca/SnipEditor/pull/9

On 11.08.2013, at 15:31, Stefan Prisca <stefan.prisca@xxxxxxxxx> wrote:

> I am sorry to inform you, but i will be unable to work this week. I am not home, and my notebook HDD broke. I will solve this a.s.a.p and resume my work doing my best to recover.

I'm sorry to hear that. Good luck with the recovery - at least your GSOC work is safe and sound :-)

Cheers,
Fabian
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top