posted 18 years ago
Can you set this up without using ant?
If you can, then tell me how? If you cannot, then ant cannot do it.
As far as I know, you cannot set classpath to point to a nested jar inside another jar. I could be wrong on this, let me know...
I think I have a simple solution for you. When you jar the outer jar, you can put all the inner jar contents inside the outer jar. Then your problem is solved.
Thanks!