ModelLoader is broken?

I ran ModelLoader in the CVS, and chose bike.jme in jmetest.data.model



:?



It didn't work.





java.io.IOException: Not in GZIP format

at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:132)

at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)

at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:68)

at com.jme.util.export.binary.BinaryImporter.load(BinaryImporter.java:84)

at com.jme.util.export.binary.BinaryImporter.load(BinaryImporter.java:176)

at com.jme.util.export.binary.BinaryImporter.load(BinaryImporter.java:171)

at com.jmex.model.util.ModelLoader.loadModel(ModelLoader.java:157)

at com.jmex.model.util.ModelLoader.main(ModelLoader.java:93)

Took 0.125 seconds to load the model.

it's not the model loader but the jme file. it's in the old binary format (the one written by JmeBinaryWriter)