[X3D-Ecosystem] Batch validation with X3DJSAIL.

John Carlson yottzumm at gmail.com
Tue Jul 15 05:54:56 PDT 2025


I've been pretty happy about this bash command to suss out which of the
files in my folder are not validating with X3DJSAIL.  Perhaps others will
find it useful, with modifications.

$ for i in `find . -name '*.x3d' | grep -v new `; do java -cp
../../../X3DJSAIL.4.0.full.jar org.web3d.x3d.jsail.CommandLine -validate $i
2>&1 | egrep success >/dev/null|| echo $i; done
./AllenDutton.x3d
./ArtDecoExamples.x3d
./ArtDecoPrototypes.x3d
.[snip]

Next step is to remove "| grep -v new" as a filter to see if the X3DJSAIL
produced files from the originals pass.

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20250715/d2356734/attachment.html>


More information about the X3D-Ecosystem mailing list