scijava / scijava-scripts

Shell scripts for scientific projects written in Java
The Unlicense
15 stars 16 forks source link

Melting pot with `-c ... -p` flags fails #48

Open ctrueden opened 2 years ago

ctrueden commented 2 years ago

I probably broke the melting pot's support for pruning out components not depending on a changed component. In pom-scjiava I ran:

tests/run.sh -c net.imagej:imagej-common:2.0.0-SNAPSHOT -p

Hoping I could build a mega-melt that tested only components depending on imagej-common, against a locally-built imagej-common 2.0.0-SNAPSHOT I had installed. But during the pruning phase, it died with:

[INFO] Checking relevance of component net.imagej/imagej-legacy
[INFO] Checking relevance of component net.imagej/imagej-matlab
[INFO] Checking relevance of component net.imagej/imagej-mesh-io
[ERROR] CannotMelting pot generation failed!

Would be nice to make this scenario work.