KnowledgeBase

Differences between revisions 7 and 8
Revision 7 as of 2008-11-24 21:50:21
Size: 1415
Editor: bb-87-80-43-137
Comment:
Revision 8 as of 2008-11-24 21:50:44
Size: 1416
Editor: bb-87-80-43-137
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Follow the [[JavaTeam/KnowledgeBase/Packaging|packaging for Java developer guide]] Follow the [[JavaTeam/KnowledgeBase/Packaging|packaging for Java developers guide]]

Home

Knowledge Base

Roadmap

Next Meeting: Thu July 16th 9:00 UTC

Packaging

How is Java Packaging different?

Check out the Debian Java Policy.

Follow the packaging for Java developers guide

Building

Many Java packages require that the build^dependencies are installed in order to build a source package. If you work with many different Java packages with different or conflicting build-dependencies, you may want to build your source packages in a snapshot chroot.

The buildds have a debconf setting to automatically accept the Sun Java licenses, to allow autobuilding of packages. The following command will replicate this configuration for your build chroots:

echo "buildd shared/accepted-sun-dlj-v1-1 boolean true" | debconf-set-selections

Are there any packaging examples?

Check out the Java Reference Packages.

Plans

What are your plans for the release?

Refer to our Roadmap and find out more.

What have you been working on up until now?

Check out our Roadmap and our team report.


CategoryJavaTeam

JavaTeam/KnowledgeBase (last edited 2011-11-09 16:07:46 by james-page)