project

project idea on j2ee

i am going to build a web based application using j2ee. can you please suggest me some ideas about what to do? ...

How to find a team to build an opensource project?

Hi! I would love to build an osx application this summer but I don't want to make it all by myself as I want it to be really cool. Is there a way to find opensource projects (maybe a forum?) to find motivated programmers? I have a lot of ideas for osx apps and maybe also iphone apps. I have experience, if you're interested in joining ...

What has been changed to the MPXJ library used to access MS Project 2010?

I have an old project that uses MPXJ library to access MS Project 2010. However it doesn't get the files save as Project 2010 format even if I uses the latest MPXJ 4.0. What else do I need to do to get the files of that format? I've searched MPXJ website but there seems to be no document about the changes and a tutorial to modify existin...

vb6 activex document project silent install

I have a vb6 activex document project and I need to create an msi package (thats what is the requirement since it has to be deployed thru active directory) that runs without any user interface and user intervention. I followed these steps: I created an msi project using visual studio installer and removed all the user interfaces. Added...

Problem with Visual Studio 2005 Solution

My colleague created a Visual Studio 2005 solution for me and I have copied the entire folder in my machine. The solution contains three different projects. Unfortunately, two of them opens and the third project doesn't with the error message, "The project type isn't supported by this installation". I have installed Visual Studio 2005 wi...

maven project documentation

Hi, I have a maven project that has both code and documentation (pdf files). When I create a release of my software, I'd like to package the jar file and the documentation for the user. Is there a "correct" way to do this in maven? Should I have a multiple modules - one for the code (it's a small project, so the code is a single module r...

The "Right" flow in creating a Rails project

Hi guys, I'm starting out with Ruby on Rails and I know of a few stuff already, but I was wondering if there was a "right" way of going about developing a project. Right now, I would create my models first using [script/generate model MyModel] then modifying them until I feel they are complete enough. Then I'd go for [script/generate sca...

How much time should a Project Manager spend on a typical IT based project

Hi, We've had a number of projects where the costs have been scrutinised recently and one thing that has come out is that people believe there is too much time allocated to the project managers' role. For example, we have a development project which will take 10 days of development time, 5 days for testing, 3 days for technical documen...

Extract useful file list (with path) from Visual Studio C++ project

I am working with a team on quite a few visual studio (2008) projects which share a lot of code. Some files are used by all projects, but some are only useful to 1 or 2. I am looking for a way to extract all useful files for one particular project. The principle we use is to share directories. Each project selects the shared directorie...

Is there a way to find/replace across an entire project in Eclipse?

I'm trying to do a find and replace over many files within an Eclipse project, but I can't seem to find a way to do it. Googling showed me that there are plug-ins that can accomplish this, but is there any built-in functionality in Eclipse? (It seems to be a pretty basic task; it's surprising me that I can't find a way to do it.) ...

Target 'Android 1.5' does not support building project with libraries.

I'm trying to build a project in Android 1.5 that references another Android (library) project compiled against Android 1.5 and I keep seeing this error in the Console in Eclipse: Target 'Android 1.5' does not support building project with libraries. I'm running Eclipse 3.5, and version 0.9.7 of the ADT. I followed the instructions he...

Determine which Items are new when ProjectsEvents.ItemAdded is fired (VS Extensibility)

In my add-in I build List<> objects of specific file types (which are project items) during the Connect() event. In order to check and possibly append new items as and when these are added I've bound the relevant event: ProjectsEvents.ItemAdded += ProjectsEvents_ItemAdded; But the event only passes the Project which contains the new ...

Android library projects custom builds

Hello all, I have a legacy application and need to split it into a library project (common code) and two application projects (paid and free applications). I don't use Eclipse for development, and also don't use Ant builds provided (generated) by Android SDK (there are several reasons for that: different project directory structure, uni...

Eclipse-glassfish : Cannot publish again a project with multiple references from the workspace

Hi, env: eclipse Helios, glassfish 3.1, windows XP I have en EAR project wich contains an EJB module end 2 projects referenced in the workspace. The first publish (after an add/remove project on the server) on glassfish works fine. If I modify one code line or propertie file on any referenced project, WTP deletes the directories of al...

How to analyze a project

I've been wanting to help out with an open source project for some time now. I want to do this for two main reasons. I am a strong supporter of foss and I want to gain experience. I've struggled to find a project that I thought I would want to help with. There are many I would like to help with, but they are far to complex for what I...

"Run project" opens an "Index of /..." tab - NetBeans

Ok, I've searched high and low. Last chance. Specs: win7, netbeans php 6.9.1, php works fine (it's all fine; ide's the problem) Problem: when I run (F6) a file from netbeans, it opens Firefox with "Index of /..." tab. Your everyday FTP-style tab. It doesn't point to the actual php file. He's drowning at seashore. Instead of "http://loc...

Assembly information missing in Project properties

Can anyone tell me why the assembly information would be missing for a project in VS 2010? There is an 'AssemblyInfo.vb' filed located in the 'My Project' folder with values provided for the title, product, etc and GUID. However if I open the 'Assembly Information...' dialog in the 'Application' tab of the properties for the project al...

print the whole xcode-project as a pdf for documentation-purpuose

is it possible to print all the source-files (and better also the class-model and .plists) in one step ? i even cant find any other osx-editor, that allows to print multiple files, but the project is relatively big to print each thing per hand. to easily push the files to any printer-icon, what i have read, is not possible, because ther...

build eclipse project when antoher project is requied

Hi all! I had wrote an app( android A) and I would like to build. The problem is the following: I had another android project(B), witch I want to start from the "A" one when the user click on an icon. I had added to the "A" build path the "B" project, but it isn't works. As I trying to build the "A" the app going down and said: "Class B...

ASP.net MVC Project doesn't appear in project templates

Hi guys. My SO is Windows server 2003, and i have already installed on my machine .net 4 and MVC 2. But when i open vs2008 i don't see MVC web projects, strange in my pc at home appears perfectly but here in the work nothing. Someone knows how to resolve? Thanks ...