the
in the build xml can be done directly inside de jar task... will save a lot of IO/time and won't give any problems with casesensitive classname collisions..
This atribute might be good as well....(different default behaviour on WIN and Unix)
<zipfileset casesensitive="true"
//best, johan
the
in the build xml can be done directly inside de jar task... will save a lot of IO/time and won't give any problems with casesensitive classname collisions..
This atribute might be good as well....(different default behaviour on WIN and Unix)
<zipfileset casesensitive="true"
//best, johan