[lwip-users] Disconnect client from LWIP server on various occassions

2022-03-16 Thread Matthias Paul
Hello LWIP users, currently using raw API for LWIP server implementation. 1. When the network cable is disconnected, I'd like to disconnect all clients connected to my LWIP server, otherwise those connections are kept connected from the server side. Installed the callback for netif changes

[lwip-users] tcp_sent() callback: Called once per sent packet or for multiple packets at once?

2022-02-03 Thread Matthias Paul
Hello all, I'm using lwip 2.1.2 in non-OS / non-threaded mode (main loop mode) with raw API to send/receive TCP packets. When sending packets with tcp_write() I'd like to use zero copy mechanism. Therefore I need to keep the pbuf objects until the buffer has been sent and acknowledged by

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-07-08 Thread Matthias Paul Scholz
;> release I will create one (and the documentation will be updated). >> >> Sorry, >> >> Laurent >> >> >> >> Le mer. 30 juin 2021 à 14:22, Matthias Paul Scholz < >> matthias.paul.sch...@gmail.com> a écrit : >> >>&g

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-06-30 Thread Matthias Paul Scholz
. Maybe you could provide me with a hint? Best, MP Am Mi., 17. März 2021 um 14:38 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Thanks Laurent! > > Here we go: https://bugs.eclipse.org/bugs/show_bug.cgi?id=572033 > > Best, > MP > > Am M

Re: [nebula-dev] Close bugzilla?

2021-06-21 Thread Matthias Paul Scholz
+1 from me Am Mo., 21. Juni 2021 um 12:22 Uhr schrieb Christoph Läubrich < lae...@laeubi-soft.de>: > I must confess I haven't noticed that there is bugzilla (also) beside > github anyways :-D > > Am 21.06.21 um 10:42 schrieb Wim Jongman: > > Hi, > > > > Many projects are closing Bugzilla. I

Re: [lwip-users] Out of memory in PCP_PCB pool after 2^32 milliseconds

2021-05-30 Thread Matthias Paul
Hello Adam, LWIP uses the TIME_LESS_THAN macro to handle integer overflows. Please have a look at the usage in /core/timeouts.c/ in /sys_check_timeouts()/: /* Check if timer's expiry time is greater than time and care about u32_t wraparounds */ #define TIME_LESS_THAN(t, compare_to) (

[lwip-users] Fwd: Out of memory in PCP_PCB pool after 2^32 milliseconds

2021-05-28 Thread Matthias Paul
Am 28.05.2021 um 08:58 schrieb vysocan [via lwIP]: Hello all, I'm having a small STM32F4 application running on devel branch of lwip, It includes httpd, sntp, smtp client, and mqtt client. All is running well until the fifth day, when mqtt client starts to receive pbuf=NULL and disconnects.

[lwip-users] Example tcpecho_raw (contrib-2.1.0)

2021-05-12 Thread Matthias Paul
Hello lwIP users, questions are about tcpecho_raw example in contrib-2.1.0. The example is chosen as an entry point for testing / developing a simple TCP-based protocol on a bare-metal microcontroller system. 1. The "enum tcpecho_raw_states" contains states ES_ACCEPTED and ES_RECEIVED,

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
the current state of the widget? Do you have additional hints or ideas? Best and thanks, MP Am Do., 8. Apr. 2021 um 11:09 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Wim, > > Am Do., 8. Apr. 2021 um 09:27 Uhr schrieb Wim Jongman < >

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
Hi Wim, Am Do., 8. Apr. 2021 um 09:27 Uhr schrieb Wim Jongman : > > MiniMessage is right where your eyes are _and_ related to the current task > (that is how I use it anyway :) > Just for completeness: I guess one can configure a custom JFace dialog to be non-modal, open at the cursor location

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
with some of those features now and thus make it even more useful for Users? Am Do., 8. Apr. 2021 um 08:05 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Wim, > > Tried it. > Pretty nice. :) > > Yet, just out of curiosity: is there a particular rea

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
play().getSystemColor(SWT.COLOR_WHITE)); > } > } > > private class Fader implements Runnable { > int fAlpha = 255; > private int fTimerWait = 10; > private int fWaitBeforeFade = 0; > > public Fader(int waitBeforeFade) { > this.fWaitBeforeFade = waitBeforeFade; > }

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-07 Thread Matthias Paul Scholz
t; make a great widget out of it. > > WDYT? > > Cheers, > > Wim > > On Wed, Apr 7, 2021 at 8:13 AM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi Wim and Laurent, >> >> Are there any urgent Nebula bugs that needs parti

[nebula-dev] Urgent Nebula bugs to tackle?

2021-04-07 Thread Matthias Paul Scholz
Hi Wim and Laurent, Are there any urgent Nebula bugs that needs particular attention? I'd like to give back something to the project and maybe you could point me to something that has high priority here. How about https://bugs.eclipse.org/bugs/show_bug.cgi?id=572568, for instance? Best, MP

Re: [nebula-dev] Which formatter to use for Nebula sources?

2021-04-07 Thread Matthias Paul Scholz
< laurent.ca...@gmail.com>: > Hi Matthias, > > I think I'm responsible : I did not change the formatter, and I used my > company's one :( > > Sorry for that, I've changed and it will not happen again. > > Cheers, > > Laurent > > > > Le mar. 6 avr. 2021 à 1

Re: [nebula-dev] Which formatter to use for Nebula sources?

2021-04-06 Thread Matthias Paul Scholz
t; > > On Tue, Apr 6, 2021 at 3:01 PM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi all, >> >> When pushing new changes to my fork of the Nebula project sources, I ran >> into some merge conflicts that arised from format

[nebula-dev] Which formatter to use for Nebula sources?

2021-04-06 Thread Matthias Paul Scholz
Hi all, When pushing new changes to my fork of the Nebula project sources, I ran into some merge conflicts that arised from formatting changes only. However, I did use the Eclipse Java formatter in-built into the Eclipse 2020-12 version of the IDE. Is there any other formatter that must be used

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-03-17 Thread Matthias Paul Scholz
fill a bug : > https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula > > I'll work on this topic this week > > Thank you for your feedback, > > Laurent > > Le mer. 17 mars 2021 à 08:40, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >>

[nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-03-17 Thread Matthias Paul Scholz
Hi all, Thanks to the efforts of Laurent, the CDateTime can be styled using the Eclipse CSS styling feature. :) However, there seems to be some gap still: I could not find a possibility to style the colors of the buttons and of the text in the toolbar of the date picker in graphical mode, .i.e.

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-16 Thread Matthias Paul Scholz
Hallo Wim, Thanks for the proposal. I am aware of delayed databinding, but you might be interested to hear that I have found another workaround in the meantime: I have "slipped in" an intermediate model between the CDateTime instance and my wrapping widget. The model is hosted by a class derived

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
It depends on how you use the widget. CDateTime has many faces. When using > the widget in its simplest form, there is no concept of Enter or OK. So it > means that databinding has to be different based on the style of the > widget. > > [image: image.png] > > Cheers, > > Wim >

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
there is no concept of Enter or OK. So it > means that databinding has to be different based on the style of the > widget. > > [image: image.png] > > Cheers, > > Wim > > > > > On Mon, Mar 15, 2021 at 10:08 AM Matthias Paul Scholz < > matthias.pau

[nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
Hi all, For some years we have used the CDateTime widget in our RCP application which works quite good. :) However, we ran in some troubles lately: to get notion about changes the user made in the widget, we use the databinding proposed by Henno Vermeulen (see

Re: [nebula-dev] CDateTime: strange behavior on mouse wheel action

2020-08-20 Thread Matthias Paul Scholz
bug, I'll have a look then. > > Cheers, > > Laurent > > Le mer. 19 août 2020 à 11:27, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi, >> >> I have noticed an (in my opinion strange) behavior of the CDateTime >> widget o

[nebula-dev] CDateTime: strange behavior on mouse wheel action

2020-08-19 Thread Matthias Paul Scholz
Hi, I have noticed an (in my opinion strange) behavior of the CDateTime widget on Windows when using the mouse wheel: On a view with multiple widgets, one of the them a CDateTime widget, I focus some other widget and subsequently move the mouse over the CDateTime widget (without focussing it);

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-23 Thread Matthias Paul Scholz
Very good news  >> Wim, is it possible to create another minor release of Nebula ? >> >> Have a nice day, >> >> Laurent >> >> Le mar. 21 juil. 2020 à 16:49, Matthias Paul Scholz < >> matthias.paul.sch...@gmail.com> a écrit : >> >

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-21 Thread Matthias Paul Scholz
've created a bug entry ( > https://bugs.eclipse.org/bugs/show_bug.cgi?id=565363) and I'll work on it. > > Thank you for your feedback, > > Laurent > > Le lun. 20 juil. 2020 à 10:11, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi Laurent, >>

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-20 Thread Matthias Paul Scholz
gt; I've merged my PR, so I think you can give a try to the next snapshot. > > Cheers, > Laurent > > Le ven. 17 juil. 2020 à 16:49, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> I have tested the nebula snapshot from two hours ago (the on

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-17 Thread Matthias Paul Scholz
lipse.org/nebula/snapshot > > from > > https://www.eclipse.org/nebula/downloads.php > > > On Thu, Jul 16, 2020 at 9:31 AM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Why, certainly. >> Just drop me a note when it's available. >

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-16 Thread Matthias Paul Scholz
>> Matthias, for the CLOCK_DISCRETE problem, can you please fill a bug ( >> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula) and post a >> sample code. >> >> Regards, >> >> Laurent >> >> Le mer. 15 juil. 2020 à 16:42, Matthias

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-15 Thread Matthias Paul Scholz
.@gmail.com>: > >> Hi Matthias, >> >> We (Laurent) already fixed this. I will make an intermediate 2.4.1 >> release for this issue ASAP. >> >> In the meantime you may use the snapshot build. >> >> Cheers, >> >> Wim >> >> On Thu, Jul 9, 2020

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-15 Thread Matthias Paul Scholz
2020 um 22:58 Uhr schrieb Wim Jongman : > Hi Matthias, > > We (Laurent) already fixed this. I will make an intermediate 2.4.1 release > for this issue ASAP. > > In the meantime you may use the snapshot build. > > Cheers, > > Wim > > On Thu, Jul 9, 2020, 4:51

[nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-09 Thread Matthias Paul Scholz
Thanks for the new release and in particular the theming support for various widgets! Sadly, when switching to the 2.4 in our application (without changing any code) I instantly ran into a NullPointerException in the CDateTime widget. Creating a CDateTime with new CDateTime(parent,

Re: [nebula-dev] Theming support in new widgets?

2020-03-02 Thread Matthias Paul Scholz
; Is it still ok for you ? > > Have a nice day, > > Laurent > > [1] = > https://github.com/eclipse/nebula/blob/master/widgets/tablecombo/org.eclipse.nebula.widgets.tablecombo.example.e4/css/default.css > > > Le lun. 24 févr. 2020 à 14:04, Matthias Paul Scholz < &g

Re: [nebula-dev] Theming support in new widgets?

2020-02-24 Thread Matthias Paul Scholz
in the sample app nor in the documentation - did I miss something? Best, MP Am Mo., 24. Feb. 2020 um 13:21 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Laurent, > > Thank you. > I will have a look this week. > > Best, > MP > > Am Fr., 2

Re: [nebula-dev] Theming support in new widgets?

2020-02-24 Thread Matthias Paul Scholz
the widget ;) > > Have a nice week-end, > > Laurent > > Le mar. 18 févr. 2020 à 11:19, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi Laurent, >> >> Great. >> Just tell me when you need a test person. >> >> Best,

Re: [nebula-dev] Theming support in new widgets?

2020-02-18 Thread Matthias Paul Scholz
> If you can help me for testing, I can create plugins for TableCombo and > CDateTime that handle css properties. > > If you agree, I'll create entries in Bugzilla and work on it this week. > > Cheers, > > Laurent > > > Le lun. 17 févr. 2020 à 17:25, Matthias Paul Scholz

Re: [nebula-dev] Theming support in new widgets?

2020-02-17 Thread Matthias Paul Scholz
(like the dark mode in Eclipse) > > Can you tell what widgets cause problem in your application ? Or post a > screenshot if possible ? > > Thank you for your feedback, > > Laurent > > > Le lun. 17 févr. 2020 à 13:50, Matthias Paul Scholz < > matthias.paul.sch...@

[nebula-dev] Theming support in new widgets?

2020-02-17 Thread Matthias Paul Scholz
Hi all, I see a lot of new widgets being added to our beloved Nebula lately which is great! Yet, I wonder whether also support for theming is considered by the authors when creating the first release versions for them? Using a lot of the "classic" Nebula widgets in our RCP application (that

Re: [nebula-dev] New Widget for Nebula

2019-02-18 Thread Matthias Paul Scholz
Great! :) Besides, does it support Theming by css-properties? Am Mo., 18. Feb. 2019 um 17:31 Uhr schrieb Laurent Caron < laurent.ca...@gmail.com>: > Good afternoon > > I'd like to inform you that I've pushed a new widget to Nebula : *Password > Revealer* [1] > > This widget is an extension of

Re: [nebula-dev] CSS styling of CDateTime?

2019-01-01 Thread Matthias Paul Scholz
t; parents otherwise from its composite. > > > > Can you post a screenshot? CDateTime has many faces. > > > > Cheers, > > > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Schol

Re: [nebula-dev] CSS styling of CDateTime?

2018-12-21 Thread Matthias Paul Scholz
lipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Friday, 21 December 2018 10:03 > *To:* Nebula Dev > *Subject:* Re: [nebula-dev] CSS styling of CDateTime? > > > > Hi Wim, > > > > Thanks for the answer. > > >

Re: [nebula-dev] CSS styling of CDateTime?

2018-12-21 Thread Matthias Paul Scholz
t; > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Wednesday, 19 December 2018 15:50 > *To:* Nebula Dev > *Subject:* [nebula-dev] CSS styling of CDateTime? > > > > Hi, &g

[nebula-dev] CSS styling of CDateTime?

2018-12-19 Thread Matthias Paul Scholz
Hi, I am presently in the process of (Dark) theming our RCP application with CSS properties. The application also uses the CDateTime widget from Nebula. Works well for the other widgets in our application and for the background of the CDateTime widget; however, the color of the Labels in the

Re: [nebula-dev] Referendum to Move to Github

2018-07-13 Thread Matthias Paul Scholz
Can't one just disable issues for the GitHub repository at hand? https://help.github.com/articles/disabling-issues/ Am Fr., 13. Juli 2018 um 14:03 Uhr schrieb Mickael Istria < mist...@redhat.com>: > One important thing in this migration is that since it's not possible > AFAIK to disable issue

Re: [nebula-dev] Referendum to Move to Github

2018-07-13 Thread Matthias Paul Scholz
+1, yes, yea! After all that Gerrit horror: Give me Github or Give me Death! Am Fr., 13. Juli 2018 um 10:32 Uhr schrieb Wim Jongman < wim.jong...@gmail.com>: > Hello All, > > I am starting a vote to move to Github [1] or remain with Gerrit. > > *Who can vote* > If you have ever contributed code

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-28 Thread Matthias Paul Scholz
> > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Thursday, 17 May 2018 08:56 > > *To:* Nebula Dev > *Subject:* Re: [nebula-dev] CDateTime widget: no possibility to specify >

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-17 Thread Matthias Paul Scholz
t >> >> >> >> *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ecl >> ipse.org] *On Behalf Of *Matthias Paul Scholz >> *Sent:* Wednesday, 16 May 2018 16:49 >> >> *To:* Nebula Dev >> *Subject:* Re: [nebula-dev] CDateTime widget: no p

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
Maybe I have used the wrong ssh URL? Which one do you use? 2018-05-16 16:47 GMT+02:00 Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Actually, I did try both: > 1. Changing password as you proposed. > 2. Using an ssh key with an URL starting with ssh (as described in

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
Resetting the Gerrit password or doing SSH? In case of > SSH then the url should also start with ssh. > > > > Cheers, > > > > Wim > > > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Schol

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
that one. > > > > I have switched to ssh mode in Gerrit to not use the password anymore. I > suggest you do the same. > > > > Cheers, > > > > Wim > > > > [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=531018 > > > > > > >

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-11 Thread Matthias Paul Scholz
ong...@remainsoftware.com>: > Hi Matthias, > > > > For that you just use your normal Eclipse password. > > > > Cheers, > > > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Sch

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-10 Thread Matthias Paul Scholz
<wim.jong...@gmail.com>: > Hi Matthias, > > Please file an issue and a patch, I will merge it. > > Cheers, > > Wim > > > On Thu, Apr 12, 2018 at 10:13 AM, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi, >> >> I

Re: [nebula-dev] New widgets available on Nebula examples perspective?

2018-04-12 Thread Matthias Paul Scholz
the examples >> view. >> >> >> >> Cheers, >> >> >> >> Wim >> >> >> >> >> >> >> >> *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ecl >> ipse.org] *On Behalf Of *Matthias Paul S

Re: [nebula-dev] Final days..

2018-03-19 Thread Matthias Paul Scholz
Sorry that I didn't find the time to work on the resolution (as originally intended). 2018-03-15 17:38 GMT+01:00 Wim Jongman <wim.jong...@gmail.com>: > Thanks, Matthias, I have reopened this. > > On Wed, Mar 14, 2018 at 1:26 PM, Matthias Paul Scholz < > matthias.paul.sc

Re: [nebula-dev] Final days..

2018-03-14 Thread Matthias Paul Scholz
I've noticed that Bug #514731 has been set to "Fixed" but I can't see any code that has been checked in for the actual resolution of the bug, only the test that reproduces it? 2018-03-13 12:15 GMT+01:00 Wim Jongman : > Dear Committers, > > We are running towards the finals

Re: [nebula-dev] Building Nebula

2018-02-12 Thread Matthias Paul Scholz
Hi Lars, The issue seems to arise from the fact that the top level container pom contains the two modules - releng/org.eclipse.nebula.nebula-release - releng/org.eclipse.nebula.nebula-incubation In both of these modules, the module ../../examples/org.eclipse.nebula.examples is referenced, which

[MediaWiki-l] Alternate mailer program / UserMailer.php

2013-11-18 Thread Matthias Paul
___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Alternate mailer program / UserMailer.php

2013-11-18 Thread Matthias Paul
Sorry for the empty mail before this, dont know what happened. Mail text _now_ attached. - Dear MediaWiki community, I'm trying to install a MediaWiki instance. Although I never worked with MediaWiki before, I feel quite comfortable with server issues (*nix) and PHP. I'd like to

Re: [MediaWiki-l] Alternate mailer program / UserMailer.php

2013-11-18 Thread Matthias Paul
Am 18.11.2013, 11:38 Uhr, schrieb Daniel Friesen dan...@nadir-seen-fire.com: On 2013-11-18 1:07 AM, Matthias Paul wrote: I'm trying to install a MediaWiki instance. Although I never worked with MediaWiki before, I feel quite comfortable with server issues (*nix) and PHP. I'd like to have

Deprecated properties in nutch-default.xml

2012-06-22 Thread Matthias Paul
Hi, in nutch-site.xml the description for the property fetcher.server.min.delay still mentions fetcher.threads.per.host. Shouldn't this be replaced with fetcher.threads.per.queue? Are there any plans to remove deprecated properties from nutch-default.xml? For example generate.max.per.host and

Re: disable filtering and normalization in the crawl-tool

2012-06-12 Thread Matthias Paul
Why? Unnecessary pages are already filtered out in the parse step? On Tue, Jun 12, 2012 at 12:52 AM, remi tassing tassingr...@gmail.com wrote: Certainty, but you might need them to avoid crawling unnecessary pages On Monday, June 11, 2012, Matthias Paul wrote: Hi, wouldn't it be better

disable filtering and normalization in the crawl-tool

2012-06-11 Thread Matthias Paul
Hi, wouldn't it be better performance-wise to disable filtering and normalization in the crawl-tool in the generate, update and invert link steps? Filtering and normalization shouldn't be needed in these steps, right? Matthias

Re: Linkdb empty

2012-06-06 Thread Matthias Paul
Both db.ignore.internal.links and db.ignore.external.links are true in my case. Since I crawl only one domain, I suppose setting db.ignore.external.links to true is a good idea. So db.ignore.internal.links should be false? From what I understand db.ignore.external.links is a setting for the

Exclude certain mime-types

2012-05-18 Thread Matthias Paul
How can I exlude certain mime-types from crawling, for example Word-documents? If I have parse-tika in plugin.includes it will parse them. Do I have to change parse-plugins.xml? I can't exclude them in regex-urlfilter as the .doc extension is not present in the urls. Thanks Matthias

Re: [VOTE] Apache Nutch 1.5 release rc #1

2012-05-18 Thread Matthias Paul
When will Nutch 1.5 be released? Matthias On Wed, Apr 18, 2012 at 1:46 PM, Bharat Goyal bharat.go...@shiksha.com wrote: +1 On Monday 16 April 2012 12:34 PM, Markus Jelsma wrote:  +1  On Mon, 16 Apr 2012 05:43:22 +, Mattmann, Chris A (388J)  chris.a.mattm...@jpl.nasa.gov  wrote: Hi

Re: Crawl-tool for iterative crawling?

2012-05-11 Thread Matthias Paul
indexing but I can't find it just now sorry. Lewis On Thu, May 10, 2012 at 5:18 PM, Matthias Paul magethle.nu...@gmail.com wrote: Hi all, can the crawl-command also be used for iterative crawls? In older Nutch-versions this was not possible but in 1.5 it seems to work? Thanks Matthias

Re: Switched to Tomcat

2010-11-14 Thread Matthias Paul
Perhaps you are sending a field to Solr which you didn't configure in Solr? Then the SolrIndexer will break. Set the loggers to debug and have a look at your log-files. Matthias On Sun, Nov 14, 2010 at 7:35 AM, Eric Martin e...@makethembite.com wrote: Hello, I switched from Jetty to

Re: How to disable document boosting?

2010-11-09 Thread Matthias Paul
Ok, this works, thanks. Matthias On Sat, Nov 6, 2010 at 10:18 AM, Alexander Aristov alexander.aris...@gmail.com wrote: disable all scoring plugins then default boost = 1.0 will be applied. Best Regards Alexander Aristov On 5 November 2010 13:05, Matthias Paul magethle.nu...@gmail.com

How to disable document boosting?

2010-11-05 Thread Matthias Paul
Hi, how can I disable document boosting? I'm indexing to Solr and don't need document boosts (as they boost html-pages much more than other content which I have in Solr). I found that I have the scoring-opic plugin registered, is this the problem? Thanks Matthias

Multilingual html-pages with Nutch and Solr

2010-10-20 Thread Matthias Paul
Hi, I'm using Nutch with the language-identifier plugin enabled to detect the language of the html-pages. For indexing I use a Solr server. So far everything works but there's one problem: I don't know how to map multilingual fields to their corresponding Solr-field. The mapping file

Re: Multilingual html-pages with Nutch and Solr

2010-10-20 Thread Matthias Paul
method isn't clear on how the fields are named in the Solr schema. Other thoughts in this one? Could you open an issue in Jira? Cheers, On Wednesday, October 20, 2010 09:27:42 am Matthias Paul wrote: Hi, I'm using Nutch with the language-identifier plugin enabled

Exclude html-content from index

2010-10-07 Thread Matthias Paul
Hi everyone, I'm using Nutch 1.2 for indexing a intranet-site (with Solr as indexer). I would like to exclude certain parts of the html-pages like the footer for example. I found previous posts about this problem but no one with a clear solution. Can anyone point me to some relevant

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-05-11 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/542309#542309 -- Looks like this didn't make

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-05-11 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/542339#542339 -- The 3.1 spec defines portable

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-04-27 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/539726#539726 -- As far as I can see, M2 neither

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-04-27 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/539743#539743 -- Thanks. That's encouraging

Re: ScriptRunner question

2009-07-02 Thread Matthias Paul
. Cheers, Clinton On Sat, Jun 27, 2009 at 1:29 PM, Matthias Paul slaye...@gmx.de wrote: Thank you for your reply, Clinton :) Is there another supported way to transfer scripts to database yet? Or isnt iBatis meant to do such tasks? Paule Original-Nachricht

Re: ScriptRunner question

2009-06-27 Thread Matthias Paul
Thank you for your reply, Clinton :) Is there another supported way to transfer scripts to database yet? Or isnt iBatis meant to do such tasks? Paule Original-Nachricht Datum: Thu, 25 Jun 2009 18:11:16 -0600 Von: Clinton Begin clinton.be...@gmail.com An:

[Lejos-discussion] Forum (was: LNP Ports)

2008-01-21 Thread Matthias Paul Scholz
Jeremy, Zitat von Jeremy Blair [EMAIL PROTECTED]: Secondly, is this the main discussion group for leJOS or has it moved to another location? Thanks for any help. As this mailing list has become another target of spam in the last months (which sourceforge obviously is not able or willing to

[mojo-user] FIT Maven Plugin does not work for more than one table

2007-07-03 Thread Matthias Paul Scholz
Hi, I'm trying to use the FIT Maven plugin. Everything works fine as long as I have just one table in an HTML input file (and consequently just one single fixture is triggered). Yet, when I have more than one table (and thus more than one fixture), the first fixture is run correctly, but the

Re: [Lejos-discussion] Web Designs for Lejos Web Site

2007-01-08 Thread Matthias Paul Scholz
Juan, looks great to me. Good job! /Matthias JAB wrote: Hi, I have updated my prototypes for new Lejos Website. http://www.esmeta.es user: lejos password: nxt Best Regards. Juan Antonio Breña Moral http://www.juanantonio.info

Re: [Lejos-discussion] Lejos IDE

2006-09-26 Thread Matthias Paul Scholz
will have to use the lejos command from the command line yet. Please direct questions regarding the plug-in itself to the plug-in's authors (Markus Heiden and Jochen Hiller), using this very list. Regards, Matthias Paul -Original Message- From: Matthias Paul Scholz Sent: Tue 9/5

Re: [Lejos-discussion] Programming lejos with NXT?

2006-09-20 Thread Matthias Paul Scholz
already; see http://mynxt.matthiaspaulscholz.eu/tools/index.html Apart from the tools listed there, you can use the official programming environment that comes with the kit (NXT-G) also, of course. Regards, Matthias Paul

Re: [Lejos-discussion] Lejos 3.0 RC1: Unable to load native libraries

2006-09-20 Thread Matthias Paul Scholz
, Magnus Matthias Paul Scholz wrote: Magnus, have you built the libraries on your machine (which is required for the linux distribution - see readme)? Cheers, Matthias Paul [EMAIL PROTECTED] wrote: Hi, I have successfully uploaded the lejos firmware onto the RCX 2.0 unit. Now

Re: [Lejos-discussion] Lejos3 and JCreator - problems with flags

2006-09-12 Thread Matthias Paul Scholz
Roger, As a matter of fact, it's already on my stack to look into this. As soon as I have found some spare time and have a solution, I'm going to give notice. Matthias Paul (slightly busy presently) Roger Glassey wrote: Hi Matthias, I see that the checkDistribution.bat contains call

Re: [Lejos-discussion] Lejos 3.0 JCreator

2006-08-30 Thread Matthias Paul Scholz
, because debugging is then pretty difficult. Hm..sad thing. I'll have a look into this as soon as possible. Regards, Matthias Paul - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Lejos-discussion] Humble request for the lejos.sourceforge.net page

2006-08-28 Thread Matthias Paul Scholz
of a Mac). If this is the case, a hint on the leJos page will be helpful indeed. Some experiences of other Mac-people with this? Regards and thanks again, Matthias Paul Irv Levy wrote: Matthias, After accidentally finding your mailing list at www.mail-archive.com, I have come to learn

Re: [Lejos-discussion] netbeans

2006-08-28 Thread Matthias Paul Scholz
, even more as firmware download to an RCX is usually required only once. It might be easier to ensure in the process that firmdl has been called at least once successfully, might it not? Regards, Matthias Paul William J. Rust wrote: I think I finally have got the build.xml to the point

Re: [Lejos-discussion] Success -- lejos 2.1.0 running on OS X 10.4

2006-08-28 Thread Matthias Paul Scholz
Irv Levy wrote: Matthias, This weekend, with the help of several others, I've actually managed to use lejos 2.1.0 on Mac OS X 10.4.7 with Intel Core Duo. Great! I'll put together a set of explicit instructions that might be of use to others who are in the same situation.

Re: [Lejos-discussion] All's well that ends well: leJOS 3 for the RCX release candidate

2006-08-23 Thread Matthias Paul Scholz
(well, that should be self-evident, I guess). Thanks for your interest in this, Matthias Paul ps. I'd like to separate the existing leJOS 3 release (candidate) for Linux and Windows from a potential Mac release to-be, for there's a strong desire by me to bring this to an end finally

[Lejos-discussion] All's well that ends well: leJOS 3 for the RCX release candidate

2006-08-22 Thread Matthias Paul Scholz
:-) Regards, Matthias Paul - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v

Re: [Lejos-discussion] trouble getting newer versions

2006-08-01 Thread Matthias Paul Scholz
not hesitate to report any problems with this. Cheers, Matthias Paul - Original Message - From: Christine A. Shannon Subject: [Lejos-discussion] trouble getting newer versions I used lejos 2.1 when I taught my AI course two years ago. In getting ready for Fall classes I tried

Re: [Lejos-discussion] Installing Lejos on Windows XP - bugs in lejos.exe and lejosc.exe ?

2006-07-31 Thread Matthias Paul Scholz
Morten, Morten H Pedersen wrote: So the problem might be a part of the C-based tools? Where can I find them in the CVS to try to find the problem? For 2.1.0, these files had been located in the tools folder. Yet, after the 2.1.0 release, the lejos file structure has been refactored

Re: [Lejos-discussion] Installing Lejos on Windows XP - bugs inlejos.exe and lejosc.exe ? Lejos 3.0?

2006-07-31 Thread Matthias Paul Scholz
if that's really worth the effort. Any volunteers? Some places lejos 3.0 is mentioned - but I cannot find anything about lejos 3.0 on the web page. Is there any information anywhere and / or instructions on how to get / use that? See http://lejos.sourceforge.net/links.html Regards, Matthias Paul

Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth

2006-07-30 Thread Matthias Paul Scholz
to strategies of NXT support before actually changing the present state - at least some first talks revealed different attitudes towards this. Cheers, Matthias Paul Brian Bagnall wrote: I finally had a chance to get down to hacking around with the NXT and Java on Thursday and so far

Re: [Lejos-discussion] NXT info

2006-06-27 Thread Matthias Paul Scholz
Will, I take it that you are referring to the low-level driver layer info. For aught I know, this is expected to be provided by LEGO at best in August. Matthias - Original Message - From: William J. Rust [EMAIL PROTECTED] To: lejos-discussion@lists.sourceforge.net Sent: Tuesday, June

Re: [Lejos-discussion] Lejos for NXT

2006-06-20 Thread Matthias Paul Scholz
Roger, As Jürgen has pointed out already, LEGO is supposed to publish hardware descriptions and firmware just in August, and at a first glance it seems to be the most reasonable thing to wait until then. I'm not aware of the legal consequences of using pre-information outside of the MDP. Would

Re: [Lejos-discussion] Navigation API

2006-05-08 Thread Matthias Paul Scholz
Tom, sounds great! I should be decidedly interested in this for integration into leJOS 3. Do you have some examples how to use it and maybe even some unit tests? Thanks for your efforts. Regards, Matthias Paul Tom Denham wrote: I have been working on improvements to the RotationalNavigator

Re: [Lejos-discussion] Out with the old problems, in with the new! :-) (Tower error: write failure)

2006-04-27 Thread Matthias Paul Scholz
Matthias Paul Scholz wrote: Tripurari Volpe wrote: Well, I finally got the sample outstream stuff to compile and run (sorta)... but now I have a new problem. I compile and run the sample program samples/comms/outstream/Read.java, and run it on my PC. It works, up to a point. Specifically, when

  1   2   >