I was looking into packaging Play 1.2.3 into a rpm package, as I am
evaluating using Play for a product, and this means we need to be able
to distribute it as an rpm that has to be built 100% from sources
among it dependencies. This is typically something Java makes hard or
impossible :-(.
I have the package building against its dependencies in lib/, which
now I should start removing one by one, replacing them by symlinks to
jars coming from another rpm package (also built from source).
I was able to replace a few ones but then I found the jj-* jars (e.g.
jj-imaging.jar). Where do those jars come from?
Thanks in advance,
Duncan
I found out that they are 3rd party software like jhlabs filters or
mylyn.wikitext repackaged and in a different namespace. What is the
reason the namespace is changed?
Search "maven rpm " on this group to find my recent post about my experience. .