Import java source: 2 dirs same package
Hi,
I was able to import 1 source dir and use it in my solution let's say:
Then I had another one
What happens is that the first listed under Module Properties -> Common -> Model Roots hides the second one, I mean:
I've tried to add them under the same Model Root or from 2 independent model root with the same result.
It's an expected behavior?
The oly solution is to mix the 2 dir into the same src?
Thx, Mar
I was able to import 1 source dir and use it in my solution let's say:
src/ <- I have imported this one org/ mar9000/ grammar/
Then I had another one
src2/ <- I have imported this one org/ mar9000/ structure/ grammar/
What happens is that the first listed under Module Properties -> Common -> Model Roots hides the second one, I mean:
- I'm NOT ABLE to see grammar of src2
- I'm ABLE to see structure of src2
I've tried to add them under the same Model Root or from 2 independent model root with the same result.
It's an expected behavior?
The oly solution is to mix the 2 dir into the same src?
Thx, Mar
Please sign in to leave a comment.