|
Hello,
I have a project group containing two projects that share one source folder,but do different things.What I find strange is the use of 'project group',but I don't want to turn this a subjective question,thereby I directly ask you:
How do I run all...
Started by John on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Make the batch file run each program, and when you want to run them all later, simply choose the batch... .
In short:
Create a project group project group.
Forewer" and I'm sure that at least Delphi 2005 was capable of doing it .
|
|
Hi, is it possible to group projects in eclipse? Or maybe have a project with sub-projects?
Started by Hemeroc on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Simpl grouping: you can create custom groups, use them to focus on a particular area of a project, activate them.
A working set and only the projects you selected earlier are shown in project explorer.
|
|
Whats the best distributed version control for a group project of 2 people coding on windows?
Started by anon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It has a per-project repository.
Tortoisegit/
You can also use Mercurial for distributed development.
|
Ask your Facebook Friends
|
For some reason, the representation in Xcode "Groups & Files" does not match the file hierarchy in the folder where all my real project files are. And for some reason, I can't copy a entire group or even single file and put that into another project. ...
Started by Thanks on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Some suggested approaches:
If the files you want to bring across are the vast majority... .
It's not really possible to transplant a Groups hierarchy intact from one project to another.
Repeat for any other categories.
New Xcode project.
|
|
I am doing 2nd year computer science and we have a software engineering group project. There are 5 people in the group and we would like to build a web application in php. Please suggest some ideas for me
Started by prince on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I am working on one such project....
You guys could create something along the lines of Buxfer or Mint or Quicken Online .
Idea: Develop a "group project contribution on the project.
You can edit the contents of your website on-line.
|
|
Hi, I am newbie to Eclipse, I am planning to use it for AVR development with WinAVR and gcc. The feature I am looking for is the grouping of different files in the project, like all headers together, all source files together and all files excluded from...
Started by Adarsha on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You are welcome to submit an enhancement request to add this to the Eclipse Platform UI project (as I could not find a feature ....
Unfortunately there is no general way for a user to configure the grouping in the Project Explorer it.
|
|
I'm new to .net but a mac user. I need to team with a friend on a new project. He's currently on a pc using VS 2005. And I'd rather try Mono as oppose to running xp or vista in a VM and install VS there.
If I use Mono Developer. will we be able to share...
Started by KevyKev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Current MonoDevelop....
Depending on the nature of your project that could work, but honestly, if you are working on a shared project, having both developers working on the same platform is most likely going to give you the best overall end solution.
|
|
New to LINQ.. I am curious as to the syntax to do the following SQL query in LINQ
SELECT MAX(TMPS), DAY FROM WEATHERREADINGS GROUP BY WEATHERREADINGS.DAY
What I have so far:
var minTemps = from ps in ww.WEATHERREADINGS group ps by ps.DATE.Hour into psByHour...
Started by Will on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Var maxTemps = from ps in ww.WEATHERREADINGS group ps by ps.Date.Hour.
The aggregation on for the other.
|
|
I am a crazy Java beginner, FYI.
I want to compile a program (actually to answer an SO question) that uses the org.json package in these files: http://json.org/java/
I created a basic Java application in NetBeans, but how do I get these to be class files...
Started by danieltalsky on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Right-click on your project and go.
Fill the entries correctly, add the javadoc and the source if you have it .
Tools > Libraries > New library...
The jar in a dir outside the project.
|
|
The workgroup at my company is considering creating a wiki to store information that everyone may find useful. It would contain anything from tips/links on new technologies used on projects to internal procedures/guides for the servers we have set up....
Started by Andrew Hampton on
, 31 posts
by 29 people.
Answer Snippets (Read the full thread at stackoverflow):
We've been trying to get a....
As far as project documents go, we're still tending to use more on it.
We do have a wiki for our project group and by now (around 2 years to keep things up-to-date.
We use JSPWiki with good success.
|