Re: Setup dev project in Intelij

2020-04-13 Thread Philipp Zehnder
maven plugin which extracts the documentation from > >>> the code and generates the appropriate HTML markup for the online > >>> documentation > >>> (https://streampipes.apache.org/docs/docs/pipeline-elements/ > >>> <https://streampipes.apache.org/docs

Re: Setup dev project in Intelij

2020-04-13 Thread Florian Micklich
nder mailto:zehn...@apache.org>> Sent: Sunday, February 16, 2020 10:09 PM To: dev@streampipes.apache.org <mailto:dev@streampipes.apache.org> Subject: Re: Setup dev project in Intelij Hi Florian, sorry for the late reply. Very cool, I tested your processors and they worked as expected and

Re: Setup dev project in Intelij

2020-02-21 Thread Philipp Zehnder
Hi Florian, Yes, currently you have to enter the whole URL in the adapter to get it to work. We would like to have a service for that, to evaluate the URIs and also suggest the once that are already integrated. You can have a look in the vocabulary module [1] in the backend. There we have

Re: Setup dev project in Intelij

2020-02-19 Thread Florian Micklich
Hi all, I would prefer to put the documentation in a wiki and not in the project itself. So it is easier to find. Documentation in the resource folder is something else and already provided. A block post is a good idea after the story is expanded a bit with some other basic PEs :) Thanks

Re: Setup dev project in Intelij

2020-02-18 Thread Patrick Wiener
gt;). >> And I've just realized that the documentation is not working on the web page >> - I think this got broken during the transition of the homepage. >> >> Dominik >> >> -Original Message- >> From: Philipp Zehnder mailto:zehn...@apache.org>> &

Re: Setup dev project in Intelij

2020-02-17 Thread Philipp Zehnder
essage- > From: Philipp Zehnder mailto:zehn...@apache.org>> > Sent: Sunday, February 16, 2020 10:09 PM > To: dev@streampipes.apache.org <mailto:dev@streampipes.apache.org> > Subject: Re: Setup dev project in Intelij > > Hi Florian, > > sorry for the late reply.

RE: Setup dev project in Intelij

2020-02-16 Thread Dominik Riemer
PM To: dev@streampipes.apache.org Subject: Re: Setup dev project in Intelij Hi Florian, sorry for the late reply. Very cool, I tested your processors and they worked as expected and I will merge them directly. Just one minor comment. Please try to avoid logging raw events to the console. This makes

Re: Setup dev project in Intelij

2020-02-16 Thread Philipp Zehnder
Hi Florian, sorry for the late reply. Very cool, I tested your processors and they worked as expected and I will merge them directly. Just one minor comment. Please try to avoid logging raw events to the console. This makes it harder to find errors and exceptions in the logs when the service

Setup dev project in Intelij

2020-02-11 Thread Florian Micklich
Hi Philipp, the incompatible pom settings didn't give me any rest this evening and I found probably the reason why. In the first attempt I just used "open" in Intellij to load the the "/incubator-streampipes-extensions/streampipes-processors-geo-jvm" project path. Tonight I used "import