Re: Multiple source roots?

Maciej Jaros <[email protected]> Mon, 22 Sep 2025 11:53:14 +0200
Newsgroups gmane.comp.java.ide.netbeans.user
Organization MOL sp. z o.o.
Message-ID <[email protected]>
Blake McBride (2025-09-21 18:55):
> On Sun, Sep 21, 2025 at 6:40 AM Maciej Jaros <[email protected]> wrote:
>
>     I might have missed something, but I found migrating to IntelliJ
>     quite hard because it doesn't seem to handle profiles like
>     NetBeans does. I know it can be made to work in IJ, since some
>     devs in our company put effort into doing that. From what I know,
>     they had to re-do most of the builds and deployments specifically
>     for IJ. This gets weird if your team uses both NetBeans and
>     IntelliJ (it did get weird for us).
>
>
> That's a big reason I built /bld/.  With /bld/, I can easily move from 
> IDE to IDE since the build system is not an integral part of the IDE.

I think you missed my point. IDE should be the GUI for the build system. 
I can always run mvn from command line, I can even do it opened in 
VSCode. I use IDE to have a GUI. IDE is a GUI to have an easy way to 
manage, build and debug my projects.

Having said that I wish you luck with your build system. Though, as 
already said, the name "bld" is taken so you might want to change it to 
avoid confusion.

Regards,
Maciej Nux