Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] A question related with adding Apache xbean to Orbit

Hello,

 

When adding Apache XBean to Orbit I came over the following problem. The org.apache.xbean.asm-shaded 3.9 bundle actually contains the binaries of org.objectweb.asm 3.1, which is already in Orbit. The only difference is that org.apache.xbean.asm-shaded repackages them and changes the package names in the classes from org.objectweb.asm to org.apache.xbean.asm.

So how could I proceed with the source bundle of org.apache.xbean.asm? I add to the project the actual binaries from the Apache’s bundle, but I am not sure what source to add for the source bundle. The Apache’s xbean project renames the packages dynamically at buildtime, so  there are actually no sources with package names org.apache.xbean.asm.

I could add the original sources of org.objectweb.asm, but they already are in Orbit. Or, I could manually rename the packages in the asm sources to org.apache.xbean.asm and add these source files?

 

Regards,

Lazar


Back to the top