Top "Project" questions

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

Android Studio - How to copy a project?

Alright, I've done some searching and seem to be coming close to the answer I'm looking for. But for fear …

android android-studio copy duplicates project
Opening an Eclipse project already in my workspace

If I have an Eclipse project already in my workspace (say downloaded from version control), how can I open it …

eclipse project
SVN/TortoiseSVN painfully slow

I'm experiencing painfully slow operations with one of our SVN repositories/projects. For example, it's taking 5-10 minutes to revert …

magento svn tortoisesvn project revert
How to generate build.xml for a new java project?

I am learning about build.xml file for ant build. I have a simple "Hello World" project in Eclipse. Is …

java eclipse ant build project
Project facet Java version 1.7 is not supported

When i update my java I found the issue "Project facet Java version 1.7 is not supported" To resolve this issue …

java eclipse project facets
How to export an Android Studio project as a zip file?

How do I export a project in ZIP format in Android Studio? I have always worked with Eclipse that has …

java android android-studio zip project
Eclipse: fully remove an old project?

I run eclipse on Ubuntu 11.10. I originally created a project in folder foo. I subsequently deleted that project to re-organise …

eclipse project
How can I copy & paste, or duplicate, an existing project?

I've got an existing Hudson project that is configured and working. I need to duplicate the project so that I …

jenkins project hudson copy-paste
Django project base template

Can I create a base template for my project which all apps can draw from? Or do I have to …

django templates project base