Re: Multiple source roots?

Blake McBride <[email protected]> Sun, 21 Sep 2025 11:55:31 -0500
Newsgroups gmane.comp.java.ide.netbeans.user
Message-ID <CABwHSOvzwHThisSKs5goTFvkk58DvFot=1Dfo3BRu64Ue3YQog@mail.gmail.com>
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.

--blake