Hi, I’m giving Pants another try after failing to ...
# general
b
Hi, I’m giving Pants another try after failing to use it a year ago. I want it to work with a simple Java project in IntelliJ over BSP. I tried so many different things over the last hour and can not get it to work properly. • tried Pants 2.22, 2.23, 2.24 • tried IntelliJ Scala plugin and the new BSP plugin • different folder structures for the sources and 3rd party dependencies So before I finally give up with Pants. I wanted to ask if anyone could provide me with an example project that works. It should contain: • usage of 3rd party maven dependencies • main sources and tests • file resources I saw that Pants provides a workaround by providing some sort of fake
pom.xml
.I have the feeling that this is not a good solution because: • the IDE sees a different world than Pants (I think of bugs that do not show up in the IDE but in the build) • pants does not all features of a normal maven pom