File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ megaMeltPOM="$megaMeltDir/pom.xml"
2626meltingPotLocal=" $dir /../../scijava-scripts/melting-pot.sh"
2727meltingPotURL=https://raw.githubusercontent.com/scijava/scijava-scripts/main/melting-pot.sh
2828meltingPotScript=" $megaMeltDir /melting-pot.sh"
29+ meltingPotLog=" $megaMeltDir /melting-pot.log"
2930meltingPotDir=" $megaMeltDir /melting-pot"
3031
3132rm -rf " $megaMeltDir " && mkdir -p " $megaMeltDir " || die " Creation of $megaMeltDir failed!"
@@ -81,7 +82,8 @@ chmod +x "$meltingPotScript" &&
8182 -e ' org.scijava:jep' \
8283 -e ' org.scijava:junit-benchmarks' \
8384 -e ' org.scijava:vecmath' \
84- -f -v -s $@ | grep -v ' \(Skipping the build\|Melt complete\)' || die ' Melting pot build failed!'
85+ -f -v -s $@ 2>&1 | tee " $meltingPotLog " ||
86+ die ' Melting pot build failed!'
8587
8688# HACK: Remove known-duplicate artifactIds from version property overrides.
8789# The plan is for this step to become unnecessary once the melting pot has
You can’t perform that action at this time.
0 commit comments