Top "Packaging" questions

Packaging is a configuration management process involved with capturing the knowledge needed to install or uninstall software on a target system.

Including dependencies in a jar with Maven

Is there a way to force maven(2.0.9) to include all the dependencies in a single jar file? I have a …

java maven-2 jar packaging
py2exe - generate single executable file

I thought I heard that py2exe was able to do this, but I never figured it out. Has anyone …

python packaging py2exe
Non-resolvable parent POM for Could not find artifact and 'parent.relativePath' points at wrong local POM

I am new to maven. I have one project which I try to build with the maven3. When I run …

build maven-3 packaging pom.xml
How to create Python egg file

I have questions about egg files in Python. I have much Python code organized by package and I'm trying to …

python packaging egg
How to build a Debian/Ubuntu package from source?

I have the source of a program (taken from cvs/svn/git/...) and I'd like to build a Debian/Ubuntu …

ubuntu debian packaging
Process to convert simple Python script into Windows executable

I wrote a script that will help a Windows user in her daily life. I want to simply send her …

python packaging compilation py2exe software-distribution
Differences between distribute, distutils, setuptools and distutils2?

The Situation I’m trying to port an open-source library to Python 3. (SymPy, if anyone is wondering.) So, I need …

python packaging setuptools distutils distribute
How to make a JAR file that includes DLL files?

I bought a third-party Java library which includes a JAR file and two DLL files. I wrote my own Java …

java dll jar swt packaging
Adding folder in eclipse in src directory without making it package

While creating one folder in src directory in one project in eclipse, it makes that folder a package. Is there …

java eclipse packaging
Create a single executable from a Python project

I want to create a single executable from my Python project. A user should be able to download and run …

python compilation exe packaging software-distribution