On Sat, Mar 13, 2010 at 9:28 PM, William Bonnet <[email protected]> wrote: > I don't know about python packaging, but i made a few java packages. May i > help you ?
For Python, you put files into /opt/csw/lib/python/site-packages, and they are made available through the import statement. For Java, you also need to put the files somewhere, but I'm sure there are some standard directories, and ways to make the java compiler aware of the locations of libraries you intend to import. There's also the ant build system, and probably a lot of other Java specifics. Do you have an example of a Java package that I might look at? The package I would like to build is the Java version of protobuf. Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
