Deathwing
<Bronze Donator>
Need some help from Java experts. Knowing SCons might help too.
I'm trying to create a top-level jar from other jars and some classes I compiled. I don't want actual jarA in jarB, I want jarA's contents at the top level of jarB. It doesn't seem possible from the jar command itself and that only ant(the build I'm trying to translate into SCons) with <zipgroupfileset> and maven can do this kind of jaring natively.
So, if this isn't possible in SCons or the jar command...is there an elegant way of doing this? SCons is basically Python, so that's what I have available.
I'm trying to create a top-level jar from other jars and some classes I compiled. I don't want actual jarA in jarB, I want jarA's contents at the top level of jarB. It doesn't seem possible from the jar command itself and that only ant(the build I'm trying to translate into SCons) with <zipgroupfileset> and maven can do this kind of jaring natively.
So, if this isn't possible in SCons or the jar command...is there an elegant way of doing this? SCons is basically Python, so that's what I have available.