packaging

Opensource packaging software for Mysql Server with Java Desktop Application

旧巷老猫 提交于 2019-12-12 04:07:22
问题 I have a Java desktop application which uses mysql database . Is there any Open source software for packaging or executable wrapper of Mysql server and Java desktop application into one single Exe/Debian package where i need not separately install Mysql server separately . Its like one click installer which installs everything and the application is ready to use. Thanks 回答1: The problem here is that MySQL is a standalone server, and cannot be easily embedded. You should use an embeddable or

Distribute executable module

假如想象 提交于 2019-12-12 01:23:37
问题 I developed a program consisting of a package which is executable (i.e. two files x/__init__.py and x/__main__.py ), so I can execute it using python -m x , if the package resides in the python path. I never tried to distribute Python packages/modules and I don't have any experience in that field (yet)... I already noticed that there are many different systems and now I have three questions: Which system is appropiate for a Python 3(.2) program? distribute? distutils? setuptools? How can I

How to change man page section of debian software?

自古美人都是妖i 提交于 2019-12-11 14:39:49
问题 The package's manual page is in section 1 but I want it in section 8. What kind of changes do I have to do in git? I tried renaming the package.1 file to package.8, but it did not help at least when I created the package by dpkg-buildpackage . 回答1: You have to denote the section in the contents of the manual page file. If you create the file by help2man you have to use --section option, in this case --section=8 . man 1 dh_installman (for version 11.1.6ubuntu2) tells: If dh_installman seems to

mvn clean package: no main manifest attribute [duplicate]

为君一笑 提交于 2019-12-11 14:15:16
问题 This question already has answers here : Can't execute jar- file: “no main manifest attribute” (36 answers) Closed 2 years ago . While the project executes from the IDE, how is the JAR created so that a hello world type console app will actually run? thufir@dur:~/NetBeansProjects/HelloMaven$ thufir@dur:~/NetBeansProjects/HelloMaven$ mvn clean package [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building

How to compile python code that uses boto to access S3?

人盡茶涼 提交于 2019-12-11 10:05:43
问题 I'm trying to compile a simple Python program, that uploads files to an S3 bucket using the boto package, in to a single, redistributable .exe file. I'm open to any compilation method. So far I've tried both bbfreeze and py2exe and both yield the same results. The code in question that causes trouble looks like this: import boto #...snip... fname_base = os.path.basename(fname) s3 = boto.connect_s3(aws_access_key_id=_aws_key, aws_secret_access_key=_aws_secret_key, is_secure=False); bucket = s3

Electron — Can't get custom icon to appear

依然范特西╮ 提交于 2019-12-11 08:34:47
问题 I'm having an issue setting the icon for my Electron app in two different ways: Non-Packaged (Running the app via terminal) My main.js does specify an 'icon' value, pointing to the icon file, but it does not apply. Packaged (with electron-packager) My package.json file specifies the 'icon' key, pointing to the icon file, and I have the .icns (Mac) file in the build directory. I used electron-packager to build the app, but the icon is not applied, the default electron icon is used instead. Not

Packaging a BlackBerry (WebWorks) PhoneGap/Cordova application

拟墨画扇 提交于 2019-12-11 08:11:19
问题 I'm working with PhoneGap/Cordova and the only options I see is to build to the emulator or to build for debuging to the device. I want to package the app for further distribution and publishing. Any thoughts? Thanks!! 回答1: First build with ant blackberry build Then, you need to get and install signing keys: https://developer.blackberry.com/html5/documentation/signing_setup_smartphone_apps_1920010_11.html Then finally, once you are able to code sign you need to use bbwp to sign and package

Packging of Edge Extension which support nativemessaging(UWP app)

时间秒杀一切 提交于 2019-12-11 06:35:47
问题 I developed an extension which uses native messaging to communicate with backend uwp application. How can I package it? When I install the package, will it install the edge extension as well which is a part of the package. 回答1: I have successfully built a package with the edge extension by the following steps. Hope this will help you~ Build the project as following structure in C\EdgeExtension\Appx: 1. fullTrustProcess If there is fullTrustProcess, the exe should be included in TrustedProcess

How can I force R to include contributors (or other roles) in my package's citation() output?

十年热恋 提交于 2019-12-11 06:12:38
问题 I'm currently writing my first R package, following Hadley Wickham's excellent book on the topic. The section of the book linked above includes examples for adding authors through the package's DESCRIPTION file. Dr. Wickham notes that "The full list of roles is extremely comprehensive. Should your package have a woodcutter ('wdc'), lyricist ('lyr') or costume designer ('cst'), rest comfortably that you can correctly describe their role in creating your package." The problem that I'm

Package prebuild binaries using snapcraft (mono and gtk-sharp2)

耗尽温柔 提交于 2019-12-11 06:05:24
问题 I'm trying to package my project using snapcraft. I think it is easiest to package the prebuild binaries, which are available here: https://sourceforge.net/p/audiocuesheet This is a mono and gtk-sharp2 project, so I thought of using snapcraft to bundle my application. But I fight currently getting this to run. My snapcraft.yml: name: audiocuesheeteditor version: '2.4.2' summary: Write audio cue sheets fast and efficient description: | Annoyed of writing your audio cue sheets via text editor?