
* <genjar> needs a basedir attribute

* <class> element should take <attribute> children - otherwise it's 
  difficult to get the Jar name exactly right (slashes? dots?) - the
  class is already specified, use it
	(Make the original class' JarEntry a member of the ClassSpec
	 so that Attributes can be directly applied.  Other flags like
	 Main-Class, etc.  will require a reference from the ClassSpec
	 back to the Mft instance.)

* add filtration to <resource> files - allow modification of support
  files to occur while they're loaded into the jar

* add attribute:  compress=yes|no
  if no, then do not compress jar

* allow output of manifest file after its generated

* use JUnit for testing

* BUG:  <resource> with a <fileset> seems to rely upon the
        classpath - it should not.  Fileset results should
        already be absolute paths?