How to build wildfire.jar.pack

Wildfire 3.1.1 comes with lib/wildfire.jar.pack which is 0.3 Mb bigger than wildfire.jar that the source distribution builds.

When I build wildfire.jar from source and use wildfire.jar that it builds, I get the error:

java.lang.NoClassDefFoundError: javax/servlet/ServletOutputStream

I need to build it from source as the ldap doesn’'t work with aliases so I need the patch that someone else did.

Alistair

Hey Alistair,

Have you checked out Building the Source and Build Wildfire with Eclipse?

To build *.pack files you can use the dist.bin ant target. Pack files are just compressed files so your problem will not go away since you are missing classes.

Regards,

– Gato