Questions tagged [projects]

318 questions
0
votes
1 answer

In TFS, how can I share source files in different location, in same machine, without sharing the full project

I want to publish some sample code for peoples, for example in CodeProject. But some source files (.cs files) are part of a large library that I don't want to publish completely. How I can, in TFS 2012, share source files (.cs files) between 2…
Eric Ouellet
  • 10,996
  • 11
  • 84
  • 119
0
votes
1 answer

Create a template for iPhone projects in XCode?

How do I create another project template in XCode? I want to make another one which will include all of my libraries and have the correct headers and frameworks added.
Kristina
  • 15,859
  • 29
  • 111
  • 181
0
votes
1 answer

Project using another project in java throws an exception

I am still trying hard with my project for my internship and I have another problem this time, and since I am pressed with time (I haven't finished the work but no time left) I can't help but ask for your help here, again. Thank you. So, I have two…
TaoRin VVHL
  • 51
  • 1
  • 8
0
votes
1 answer

Create a module of Extensions methods for all the new projects

I'd like to know if there is a way to create a module of Extensions methods for all the new projects in Visual Studio 2013. For example, this is my Module : Imports System.Runtime.CompilerServices Imports System.IO Module Extensions …
Drarig29
  • 1,902
  • 1
  • 19
  • 42
0
votes
1 answer

Detect calling project type in a .net class library

I'va generated a class library in Dotnet. Now I have linked this library in various Clients, a console program, a service, am unit test project and a ASP.NET website. In some parts I need to load certain files (i.e. Excel templates) from disk. In…
Ulli
  • 500
  • 1
  • 7
  • 19
0
votes
1 answer

Where I can deploy my dynamic web projects online for free?

I am trying to test my web app which includes jsp on some site. Is their any site which can do that like github or eatj?
0
votes
1 answer

mercurial - several projects and repositories

(disclaimer: I am completely new to mercurial and version control) So I have a folder structure Programs CPPLib1 CPPProject11 CPPProject12 CPPLib2 CPPProject21 CPPProject22 Each group of three is completely independent of the other…
Igor Ivanov
  • 37
  • 1
  • 6
0
votes
2 answers

Visual Studio 2005 Project options

I have a solution in Visual Studio 2005(professional Edition) which in turn has 8 projects.I am facing a problem that even after i set the Command Arguments in the Project settings of the relevant project, it doesnt accept those command line…
goldenmean
  • 18,376
  • 54
  • 154
  • 211
0
votes
1 answer

How do you make a character jump, both on objects and just normal jump?

I'm kind of a beginner when it comes to java programming, and I have a project in school where I'm going to create a game much like Icy Tower. And my question is, how am I going to write to make the character stand on the ground and be able to jump…
user354539
  • 1
  • 1
  • 2
0
votes
0 answers

Understanding my first project on my job

I am on my first job after completing my studies. My company does not follow any good coding or documentation practices, just a few basic rules. So there is no documentation of my project or any comments in the code. My only source of help are my…
Posiedon
  • 134
  • 1
  • 8
0
votes
2 answers

Interdependent android projects

I was wondering if its possible to reference one android project from another android project. I have two projects, test1 and test2. I have added test2 in the project properties of test1 under the projects tab. Unfortunately it keeps throwing a…
George
  • 235
  • 3
  • 9
0
votes
2 answers

Build and clean with specific source code in Netbeans

I have a project with four packages. One of them has the same name as the project (to lower case) and within a source code with the main method. When i click build and clean I generate a ".jar" which starts the main method with this source code. I…
Nico
  • 374
  • 2
  • 4
  • 17
0
votes
2 answers

Making an "enter" into a string in java

This may seem like a bit of a strange question, but I want to make an "enter" keystroke into a string. I made a rather basic program to scan my papers (that I write for school) to find things such as prepositions at the end of a sentence or…
Nerdydude101
  • 31
  • 1
  • 1
  • 3
0
votes
1 answer

what does it mean by upstream projects in JBOSS?

JBOSS developer site lists several projects as upstream projects. There are more than 90 projects and it does not look like JBOSS created them(Camel,Cxf,tomcat etc....) what does this term mean?
Tapan Nallan
  • 1,762
  • 3
  • 17
  • 37
0
votes
2 answers

How to subscribe to C# GUI event from ProjectA in dll in ProjectB

I have a C# WPF GUI in ProjectA. I raise an event in ProjectA and want to subscribe/respond to that event from within ProjectB which is a dll that knows nothing about ProjectA. ProjectA has references to objects in ProjectB, but not vice…
nb1forxp
  • 385
  • 2
  • 14