Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] @GSoC Feedback request

Hi Pawel,

please tell us what you get ;-)

Regarding the environment information:

Have a look at Apache commons lang SystemUtils. It offers utility methods for the current Java version running etc.

Best,
Marcel


Am 05.05.2014 um 19:26 schrieb Paweł Nowak <siersciotluk@xxxxxxxxx>:

> Hello again,
> I've found out how to get some data for the logs, but could anyone
> tell precisely what information should be there?
> 
> Regards,
> Pawel
> 
> 2014-05-04 21:43 GMT+02:00 Paweł Nowak <siersciotluk@xxxxxxxxx>:
>> Hi,
>> thanks for encouragement ;) I had some problems with registering the
>> ILogListener, because of using Eclipse 3.7 under Spring Tools Suite,
>> so I've downloaded the latest Eclipse. It's not much, everything that
>> will be commited here: https://bitbucket.org/cybuch/iloglistener ;
>> Next questions: how to get environment data (and later post them to
>> the server)? Tried to get those answers on IRC #eclipse and
>> #eclipse-dev, however without effect.
>> 
>> Regards,
>> Pawel
>> 
>> 2014-04-30 11:57 GMT+02:00 Patrick Gottschaemmer <mail@xxxxxxxxxxxxxxxxx>:
>>> Hi Pawel,
>>> 
>>> there aren't any noobish questions, just noobish answers. Maybe like this
>>> one ;)
>>> 
>>> For examples on hadnling with log events, have a look at:
>>> http://www.programcreek.com/java-api-examples/index.php?api=org.eclipse.core.runtime.ILogListener
>>> 
>>> Especially Example 4 and 10.
>>> 
>>> Best regards,
>>> Patrick
>>> 
>>> Am 30.04.2014 11:50, schrieb Marcel Bruch:
>>>> 
>>>> Hi Pawel.
>>>> 
>>>> I’d like to encourage you to use the recommenders-dev or soc-dev mailing
>>>> list since there are more people that can help you answering your questions.
>>>> You may also use the eclipse forums regarding any more specific topic about
>>>> plugin-in development. Use all sources available to you to get started
>>>> quickly :-)
>>>> 
>>>> Regarding your progress: What do you already have?
>>>> 
>>>> 1. a plugin...
>>>> 2. that gets started (using an early startup hook)?
>>>> 
>>>> If so, you just need to register an ILogListener for the first step. Have
>>>> a look at Platform#addLogListener(ILogListener) for details.
>>>> 
>>>> Hope that helps you getting started. If not, let us know ;-)
>>>> 
>>>> Best,
>>>> Marcel
>>>> 
>>>> 
>>>> 
>>>> Am 29.04.2014 um 00:45 schrieb Paweł Nowak <siersciotluk@xxxxxxxxx>:
>>>> 
>>>>> Hi Marcel,
>>>>> could you give me some tips about writing this plugin? Or the place
>>>>> where I can find necessary information? I've got the problem on the
>>>>> very beginning - reading from error log event. I've subscribed to
>>>>> recommenders-dev list, but don't want to bother everyone with noobish
>>>>> questions like that.
>>>>> 
>>>>> Regards,
>>>>> Pawel
>>>>> 
>>>> _______________________________________________
>>>> recommenders-dev mailing list
>>>> recommenders-dev@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/recommenders-dev
>>> 
>>> 
>>> _______________________________________________
>>> recommenders-dev mailing list
>>> recommenders-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/recommenders-dev
> _______________________________________________
> recommenders-dev mailing list
> recommenders-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/recommenders-dev



Back to the top