Every time I start working on a new J2EE web application, I need to create the various Eclipse projects that I'll fill up. This includes the top-level project that generates the EAR, a WAR project, etc. I usually only have to do this every couple of months, so I never remember the exact steps - specifically, which Eclipse Project Wizards...
Hi
I want to know the Good open source projects that run in struts for which i can contribute as a developer. I am not sure how to approach and where to look for.
I would be great full if someone can assist me in this regard.
Thanks
Rahul
...
Good advice from CommonWare and Steve H but it's not as easy to me as I first thought.
Based on their advice I'm trying to copy android.R.layout to my project to ensure consistency. How do you do this?
I looked in Eclipse's Package Explorer and under
Android 1.5>android.jar>android>R.class>R>layout and find R$layout.class.
Do I copy ...
Hello,
Maybe is a often repeated question here, but i can't find anything similar with the search.
The point is that i like to use Emacs for my personal projects, usually very small applications using C or python, but i was wondering how to use it also for my work, in which we have project with about 10k files of source code, so is veee...
vim comes with a nice built-in interactive tutorial. You can access this tutorial by just running:
$ vimtutor
It is very easy to use because it creates working cases for basic commands. Is there a more advanced tutorial? Has any one though to build one to help uses take their VIM skills to the next level. Most tutorial and cheat-s...
Ive inherited some code which started out as an Android project but really is just an API to be used by other applications. Hence, the 'build' process usually just produces a JAR file. The problem Im having is that I get errors from the Android build tools in my console which seem to fire everytime I make a change to some files. How do I...
Can anyone point to a maven tutorial / how-to that covers everything that is normally required during an OSS project: project creation, sources, build, test, integration in SCM, etc, deployment to one's own repository, release creation and upload?
I have been able to gather all this information from ten different sources, but it is not ...
Hi guys,
This is not a really Programming Question, but please bear with me as it's related to the IDE that we use to develop and I'm really Stuck! :(
Every time I create a project (can be an empty project) I get the message above when pressing Run or Debug.
I have no Web Servers running the Web Share is off, the Zend Server as wel...
I have two references to a SQLite assembly, one for 32-bit and one for 64-bit, which looks like this (this is a test project to try to get rid of the warning, don't get hung up on the paths):
<Reference Condition=" '$(Platform)' == 'x64' " Include="System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, p...
Is that a problem if a solution contains many projects and there are some cases when:
Project A references Project B
Project B references Project A
...
Do you know if there is anything out there like Chilton's for cars for programming quotes:
http://chilton.cengage.com/
Looking for a programming book or sites that may be like it, or about process. I am trying to get a better grip on quoting jobs and wondering if there is anything like this.
...
I was thinking of working on a project while I have some free time and this one looks pretty nice: http://mindprod.com/project/filefinder.html
One thing I'm wondering about is that will it really be much faster compared to the regular windows search if I use SQL? I'm planning to use MySQL since it's open source. Also, do I need to be go...
Hi,
I have been working in Java/J2ee projects, in which I follow the Maven structure.
I want to develop [say a command line interpreter in linux {ubuntu}] in C.
I never develop projects in C. I want to know what project structure I should follow.
...
Hi, being new to the Borland c++ builderX and MVS2008 IDEs, I would like to understand the proper way to add files to a project. Suppose if I have a created a project, add a C file say test1.c, compile and run it and get the desired results. Now if I would like to create another similar file test2.c which is similar to test1.c except for...
I am working in an environment with a very small team (3 developers only) and each of us have been assigned a different project, without counting support tasks. I know this is a bad business practice and that we should all work on a single project at a time, and then move on to the next one (Already explained to the management on how muc...
Hi all.
I need some opinions here.
I'm working on a Django project using buildout to get the dependencies, etc...
I use mercurial as DVCS.
Now... I need to customize one of the dependencies, so I can do one of the following:
(* The changes may not be useful for everyone else.)
1- Do a fork of the project in (github, bitbucket, etc......
I've created a software that I want to be able to market. I'd like to be able to post it on forums etc and for that I need a home page.
Is there any open source C# project home pages that you can use?
The functionality I'm looking for is like adding new versions (perhaps a version control from the software), downloading and user guides...
Hi guys,
I am trying to compile a j2ee project, and the solution file includes many source projects, libraries. some of source projects have dependency with other source projects. And this compile task will be done by using ant task. is there third party library allows me to do this task quickly?
next step after compiling will be expor...
Hi,
I tried to create a custom project template for setting up unit testing.
The problem is that when i create a new project based on this template it creates references to the template files :
When i edit a file, it changes my template files instead of my actual project files !
When i delete my template, files from my actual project ...
I have created several .java files. All of them are located in one directory. I used a text editor to write these files. Now I want to switch to Eclipse. How can I do it? I have tried many ways. None of them works.
ADDED:
I think the common way is to have source in the eclipse folder called "workspace". So, how do I get my files in the...