Top "Project" questions

In software development, a project is a collection of files and resources used in the development of an application or service.

Open and Write to Notepad from excel VBA

I need to open notepad and write my results from my macro to it. I want to open notepad and …

vba excel project notepad
How do I set a system property for my project in sbt?

I'm sure I'm missing something really simple... I want to set the system property java.awt.headless to true for …

scala project sbt system-properties
Does an updated 'vimtutor' exist?

vim comes with a nice built-in interactive tutorial. You can access this tutorial by just running: $ vimtutor It is very …

vim open-source project interactive
Adding external jars to EJB project using EAR content folder

i have EAR and an EJB project. I noticed eclipse (sts) creates and earContent folder so I assume this is …

project ejb ear
How can I include a txt file in an Xcode project?

I added a file "IntegerArray.txt" as follows, first I went to File -> Add file to "project name", …

xcode macos swift project nsbundle
Import Maven multi-module project into Eclipse

How do I properly import Maven multi-module project into Eclipse? When I import new Maven project and select the parent …

java eclipse maven project multi-module
Eclipse workspaces and projects vs IntelliJ projects and modules?

Switching to using IntelliJ for all my coding but am confused by the use of 'projects' and modules in IntelliJ. …

eclipse intellij-idea ide project
Finding an open source project to contribute to

The sheer number of projects out there is quite intimidating. I looked on www.ohloh.net which allows nice sorting …

open-source project
Eclipse Kepler - PHP Code completion not working

Today i've downloaded Eclipse Kepler and i've noticed that PHP code completion is not working anymore. when i type the …

php eclipse project aptana code-completion
Xcode fails without specifying and errors

All of a sudden my project fails to build in Xcode. If I look at the log I see all …

xcode build project workspace