packaging
setup.py and source control repository
I am about to build a new python lib and I was seeking information concerning packaging in Python. I understand that \"setup.py\" is the script that controls everything. I wonder how to deal with it[详细]
2023-04-05 16:57 分类:问答Make an install package for a Linux daemon
I\'m using Ubuntu 11.04. I\'m working on a Linux daemon that will monitor my servers and send information to a central server. It will basically take a snapshot of key metrics every 5 minutes, redire[详细]
2023-04-05 01:44 分类:问答Selectively include dependencies in JAR
I have a library that I wrote in Scala that uses Bouncy Castle and has a whole bunch of dependencies. When I roll a jar, I can either roll a \"fat\" jar that has all the dependencies (including scala)[详细]
2023-04-04 01:20 分类:问答Using gomake/gotest for a package with external dependencies
I have the following package Makefile: include ${GOROOT}/src/Make.inc TARG=gorilla.googlecode.com/hg/gorilla/mux[详细]
2023-04-03 04:18 分类:问答Maven bundle packaging problem, known as MNG-4338
I\'m having trouble with the maven-bundle-plugin: I want to deploy my project as a osgi bundle, wherefore I use the packaging as bundle.[详细]
2023-04-02 11:58 分类:问答Can deploy the app from Netbeans but not from the Glassfish AdminConsole
I have an Enterprise project with an EJB module and a Web module. I am trying to deploy these modules separately on Glassfish server (local) on my machine.[详细]
2023-04-02 08:10 分类:问答npm doesn't build Contextify Release - node path not found?
I\'m working on packaging a node app to be deployed on a server without npm. I believe I have it figured out - I used npm to install all the dependencies in a local node_modules folder according to a[详细]
2023-04-02 02:45 分类:问答Can Maven (jar/war) packaging be avoided if there are no source file changes?
I would like to be able to intelligently decide whether a web application has changed开发者_Go百科 and needs to be redeployed, but can\'t determine an effective way of doing so with Maven2.[详细]
2023-04-01 16:36 分类:问答Where should I keep the Spring applicationContext.xml in an EAR
I have service classes which are开发者_开发知识库 deployed in an EAR with no WAR or Web apps. In what folder structure should I ideally store the applicationContext.xml?[详细]
2023-04-01 14:03 分类:问答pyqt gui application packaging for ubuntu
I am really new to packaging. I have developed a music player using pyqt in ubuntu. It has a gui and it uses sqlite database.[详细]
2023-03-31 12:29 分类:问答