adamant-appointment-29566
07/31/2023, 10:25 AMfresh-cat-90827
07/31/2023, 11:08 AM❯ pants check ::
12:07:19.67 [INFO] Completed: Check javac compilation - javac - javac succeeded.
12:07:19.67 [INFO] Completed: Check compilation for Scala - scalac - scalac succeeded.
✓ javac succeeded.
✓ scalac succeeded.
It's possible that you have not enabled the relevant backends, what's in your pants.toml
file?adamant-appointment-29566
07/31/2023, 11:09 AMadamant-appointment-29566
07/31/2023, 11:13 AMfresh-cat-90827
07/31/2023, 11:17 AMcheck
first, you can run from sources straight away:
❯ pants run src/jvm/org/pantsbuild/example/app:app
Hello World!
adamant-appointment-29566
07/31/2023, 11:17 AMfresh-cat-90827
07/31/2023, 11:18 AMpants package src/jvm/org/pantsbuild/example/app
fresh-cat-90827
07/31/2023, 11:18 AM❯ java -jar dist/src.jvm.org.pantsbuild.example.app/bin.jar
Hello World!
adamant-appointment-29566
07/31/2023, 11:19 AMadamant-appointment-29566
07/31/2023, 11:19 AMfresh-cat-90827
07/31/2023, 11:19 AMfresh-cat-90827
07/31/2023, 11:20 AMadamant-appointment-29566
07/31/2023, 11:24 AMfresh-cat-90827
07/31/2023, 11:24 AMI mean something like pom.xml like mavenI am afraid Pants won't be able to interact with your
pom.xml
file; support for JVM is not as comprehensive as of Python.adamant-appointment-29566
07/31/2023, 1:04 PMadamant-appointment-29566
07/31/2023, 1:05 PMadamant-appointment-29566
07/31/2023, 1:05 PMfresh-cat-90827
07/31/2023, 1:23 PMpants run ::
- this would attempt all your targets in the repo, recursively. You would normally want to run a single target, e.g. pants run src/jvm/org/pantsbuild/example/app:app
adamant-appointment-29566
07/31/2023, 1:27 PMadamant-appointment-29566
07/31/2023, 1:28 PMfresh-cat-90827
07/31/2023, 1:29 PMI guess there will be support for import suggestion in intellij someday.I am sorry, I don't follow, could you please provide a bit more information?
adamant-appointment-29566
07/31/2023, 1:31 PMadamant-appointment-29566
07/31/2023, 1:35 PMfresh-cat-90827
07/31/2023, 2:03 PMadamant-appointment-29566
07/31/2023, 2:33 PMadamant-appointment-29566
08/01/2023, 6:32 AMfresh-cat-90827
08/01/2023, 6:34 AMfresh-cat-90827
08/01/2023, 6:34 AMadamant-appointment-29566
08/01/2023, 7:09 AMadamant-appointment-29566
08/01/2023, 7:17 AMadamant-appointment-29566
08/01/2023, 7:20 AM