Hi!
It is currently not possible to develop the scala project from Eclipse, because the macros defined in "src/main/scala" are not available in "src/test/scala". I think we need to fix that urgently, as Eclipse developers are excluded from Scala API development right now. Ideas to fix that setup: 1) Move scala tests to a dedicated project (flink-scala-tests) 2) Move scala tests to scala examples (I think that is unclean) 3) Move scala tests to flink-tests What is your opinion on that? Greetings, Stephan |
Hi,
I think we have to move the tests to flunk-tests then. The Eclipse problem will not you away any time soon, I imagine. Cheers, Aljoscha On Tue, Oct 14, 2014 at 7:09 PM, Stephan Ewen <[hidden email]> wrote: > Hi! > > It is currently not possible to develop the scala project from Eclipse, > because the macros defined in "src/main/scala" are not available in > "src/test/scala". > > I think we need to fix that urgently, as Eclipse developers are excluded > from Scala API development right now. > > Ideas to fix that setup: > > 1) Move scala tests to a dedicated project (flink-scala-tests) > > 2) Move scala tests to scala examples (I think that is unclean) > > 3) Move scala tests to flink-tests > > What is your opinion on that? > > Greetings, > Stephan |
I am in favor of moving it to a subtree of flink-tests as well.
On Wed, Oct 15, 2014 at 2:50 PM, Aljoscha Krettek <[hidden email]> wrote: > Hi, > I think we have to move the tests to flunk-tests then. The Eclipse > problem will not you away any time soon, I imagine. > > Cheers, > Aljoscha > > On Tue, Oct 14, 2014 at 7:09 PM, Stephan Ewen <[hidden email]> wrote: > > Hi! > > > > It is currently not possible to develop the scala project from Eclipse, > > because the macros defined in "src/main/scala" are not available in > > "src/test/scala". > > > > I think we need to fix that urgently, as Eclipse developers are excluded > > from Scala API development right now. > > > > Ideas to fix that setup: > > > > 1) Move scala tests to a dedicated project (flink-scala-tests) > > > > 2) Move scala tests to scala examples (I think that is unclean) > > > > 3) Move scala tests to flink-tests > > > > What is your opinion on that? > > > > Greetings, > > Stephan > |
Same here.
2014-10-15 14:58 GMT+02:00 Stephan Ewen <[hidden email]>: > I am in favor of moving it to a subtree of flink-tests as well. > > On Wed, Oct 15, 2014 at 2:50 PM, Aljoscha Krettek <[hidden email]> > wrote: > > > Hi, > > I think we have to move the tests to flunk-tests then. The Eclipse > > problem will not you away any time soon, I imagine. > > > > Cheers, > > Aljoscha > > > > On Tue, Oct 14, 2014 at 7:09 PM, Stephan Ewen <[hidden email]> wrote: > > > Hi! > > > > > > It is currently not possible to develop the scala project from Eclipse, > > > because the macros defined in "src/main/scala" are not available in > > > "src/test/scala". > > > > > > I think we need to fix that urgently, as Eclipse developers are > excluded > > > from Scala API development right now. > > > > > > Ideas to fix that setup: > > > > > > 1) Move scala tests to a dedicated project (flink-scala-tests) > > > > > > 2) Move scala tests to scala examples (I think that is unclean) > > > > > > 3) Move scala tests to flink-tests > > > > > > What is your opinion on that? > > > > > > Greetings, > > > Stephan > > > |
Free forum by Nabble | Edit this page |