hi, currently i'm trying do package ant for Slackware following some guidelines like put all .jar files under /usr/share/java;
unlike jpackage, i am not compiling, just repacking it under the slackware native package system, and and also writing the build script able to do that work (.SlackBuild scripts) i think that extra tasks should be packaged in independent packages, and ant dependencies should have your own package; so, i would like to know what can i call "ant_core", then starting from apache-ant-1.7.1-bin.tar.bz2 i would create at least ant_core-1.7.1-noarch-1sjpi.tgz and some other packages; basically i need to know what i can call "this jar is ant itself and that other is your dependency" so i can package it in different packages.