packaging
Converting a war file into an executable file
My company has developed a web application (J2EE environment/Tomcat server) and wants to sell it as a product. Customers can avail this product as basic edition or premium edition. In the premium edit[详细]
2023-03-08 21:16 分类:问答Is there an ivy/ant equivalent to mvn jar-with-dependencies?
With maven-assembly-plugin it\'s possibl开发者_StackOverflow社区e to package a project into a single jar w all the dependencies.I have not used it by myself, but one-jar seems to do what you need. It[详细]
2023-03-07 19:23 分类:问答Monodroid null pointer when packaging
Latest version of MonoDroid on Windows 7 x64 / VS 2010 Pro. Simple examples work great, but on my \'real\' app I get a null pointer when packaging (either after trying to run the app, or selecting th[详细]
2023-03-06 01:59 分类:问答PySide packaging error (macholib) python setup.py py2app
I am quite new to Python and PySide and trying to package a very simplified test case into an standalone app OS X. I put the test on github https://github.com/eerne/pyside-py2app-test[详细]
2023-03-05 02:31 分类:问答How to get a copy of a directory from another git branch in a transparent way?
How can a directory be copied from a git branch to another without git tracking the files? My goal is to have different branches for a project and be able to import part of each branch to a single di[详细]
2023-03-01 02:08 分类:问答I have a C# WPF application that needs to be packaged. Any suggestions?
so I have an application that I have created in Visual Studio 2010 and I want to know how I can package it so a user can install it on thei开发者_高级运维r machine.I\'m sure I will have to do some scr[详细]
2023-02-28 16:58 分类:问答Maven assembly plugin produces undeployable war file
I\'m working on a multi module project using Spring, Hibernate, GWT and Maven 3 and try to deploy a war-file distribution to a servlet container (preferably Tomcat 7 or Jetty 8). I create the war-file[详细]
2023-02-28 03:50 分类:问答What's the best practice java package to put a Grails plugin's Groovy classes in?
I\'m building a Grails plugin.I have a few Groovy classes in $pluginDir/src/groovy.Grails apps that use this plugin will be instantiating these classes, so the class name and package name matter.[详细]
2023-02-28 03:44 分类:问答how to ship groovy scripts?
How should I package and ship my groovy scripts without assuming groovy to be installed (and on PATH) on client machine? However, JDK/JRE will be available on all client machines.[详细]
2023-02-27 05:58 分类:问答packaging an extension for a webapp
I have a j2ee-webapp 开发者_如何学JAVAwhich can be extended by different modules (plugins). These modules contain jsp\'s as well as .class and resource files.[详细]
2023-02-23 23:24 分类:问答