How do I build .war file in Eclipse for Glassfish server
I have web application written in java using Eclipse. It has just one servlet that does some file manipulations. How do I build war file so I can easily deploy it to my remote server. ...
I have web application written in java using Eclipse. It has just one servlet that does some file manipulations. How do I build war file so I can easily deploy it to my remote server. ...
I am currently setting up a new software project and I want to have an automated build system. The project has a fairly complex involving C, C#. It must also generate automatic bindings (Python, PHP, Java, Ruby, etc.) using an external tool (SWIG). The project should be able to built, and run in Linux, Windows, and possibly Mac OS X. I...
I am trying to build Apache Lenya from source and I am running into some problems. When I check out version 2.0.2 (the last stable release) form SVN, there is a build.sh file in the home directory and I can build it using: ./build.sh This script changes some variables and executes an ant build. However, when I check out the latest ver...
I'm using Visual Studio 2008 SP1 and have an interesting problem. When I build my project System.Trasactions.dll gets copied into output folder (/web/bin). I have actually two questions. First is Why does Visual Studio copy the file into output folder even when it's not referenced from my project? My project has references to other as...
I would like to programmaticly get a stored major version number for a C# project in both Debug and Release builds. Where could I store this version number and how do i access it? ...
Multiple duplicates: http://stackoverflow.com/search?q=svnversion I'm using TortoiseSVN with SVN Service running as a service on a windows server. I would like the version / build number in the project to be updated as or after the project is committed. So that the correct version / build on the project will be reflected in several ...
In CVS we have on project with multiple directories in there. There is a nightly build that has to pull in stuff from different directory in the same CVS project in order to build the nightly build. So I should have that in mind and I have to modify the build script to check things out from different repositories if we move to SVN. I r...
I'm not sure If any of you have encountered this scenario.We have small small projects or fixes that we need to push to LIVE every other day. There is one set of team that says "do a clean build and deploy on prod server". The other set says we don't have to do a full deploy we will just do a dll drop or aspx drop. They have listed ...
Hi, I want to limit hard-coded CMAKE_CONFIGURATION_TYPES to RELEASE and DEBUG only. If I execute cmake GUI on Windows to create Visual Studio build, CMAKE_CONFIGURATION_TYPES is present along with other cmake variables. How can I remove CMAKE_CONFIGURATION_TYPES from the GUI? Thanks Dima ...
I was reading this post about "branch per feature" and this one too and found myself wondering how many people out there are using this concept? I am all for continuous integration and tagging each check in. And at the end of an iteration I create a special tag set to identify the sprints result. I have never needed to take it further...
What does another build tool targeted at Java really get me? If you use Gradle over another tool, why? (See also Why use Buildr instead of Ant or Maven) ...
Hello, in my J2EE project I've a couple of dependencies, which are not available in any Maven repository, because they're proprietary libraries. These libraries need to be available at runtime, so that have to be copied to target/.../WEB-INF/lib ... Right now, I'm listing them as system dependency in my POM, but with this method the pr...
Is there a way in a Visual C++ Win32 DLL project to have the linker output the DLL to one directory and the import library (*.lib) to another? ...
I am relatively new to the world of Java and Maven, but I couldn't imagine starting a new Java project without using Maven. The idea of providing a human-readable project model is something that I would imagine is universally desirable across many languages. This is especially true when your application relies upon numerous external lib...
I have a problem where two similar processes are running in parallel within separate clones of the same repository (typically on different computers). Each time a process runs, it fetches the latest tags from the remote and then deduces a unique number based on the tags it sees. E.g. if these tags exist on the remote: 1.0 1.1 1.2 1.3 th...
Has anyone seen tooling, or even a process concept to generate css sprites from an existing website's images, and css during the build process? I should think the steps would be: walk an images directory create a single sprite file from all the images in that directory for each image find any css classes using that image update the cs...
I'm a fairly fresh developer, and so have absolutely no complex experience with build processes and the like. Most guides on the subject of automake and autoconf are difficult to understand or introduce unecessary complexity. I have several Perl scripts I need to deploy as CGI scripts on remote boxes (a mix of BSD and Ubuntu servers), an...
We are currently maintaining a huge code base with hundreds of *.proj and perhaps 50 solutions with interconnected dependencies. All of our code base is either .net or legacy C++. Are current build process is a nested command line script that does automated source control pulling and then builds each solution in turn by calling devenv....
I have made a new project in a clean eclipse installation and imported a lot of source and header files into a source directory. Some of the source files are libraries, some have a main method and are supposed to be compiled into an executable. How can I indicate which source files are supposed to be executables? Should I make differen...
Where I work we need to rethink the way we develop software and keep track of each released version. Do you have any suggestions to solve our problems? We develop on Windows in C++ using VS 2005 (and C++ Builder for some interface stuff) We use GIT but in the worse possible way imaginable. We are somewhat open to move to another source...