Questions tagged [projects]

318 questions
1
vote
0 answers

Separate IntelliJ settings for projects

I'm working on multiple projects at the moment and the fact that IntelliJ automatically synchronizes all settings makes life quite difficult for me. For example, for project A I need to use a specific version of Maven with specific settings, for…
Tamas Bege
  • 11
  • 1
1
vote
2 answers

Is project management necessary in a single dev shop?

I'm the sole developer at my job and we currently do not have any kind of project management software for our products. I believe something was used when they had a larger development team but nothing since I've been there. I track new feature…
Ryan Castillo
  • 1,135
  • 10
  • 22
1
vote
1 answer

VSTS Workflow for Microservices / Share Service Endpoints

We're using VSTS to deploy to an Azure Container Service (AKS) which is running Kubernetes. We are building out a collection of microservices to share between several applications and, for the time being, this Kubernetes instance will manage most…
meshtron
  • 1,110
  • 9
  • 19
1
vote
0 answers

Organize Eclipse Projects

How do I organize my projects like this? Different projects under one Java Project or something on Eclipse Thanks!
mengmeng
  • 1,266
  • 2
  • 22
  • 46
1
vote
2 answers

WPF C# Create VS-Like Projects

Edit: Let me rephrase my question to make it more clear. Sorry about that. I am looking to create a project based application. For example, the project file could be called .proj but within that there are files associated to that project similiar to…
mr justinator
  • 73
  • 1
  • 9
1
vote
1 answer

Knowledge mining using Hadoop

I want to do a project Hadoop and map reduce and present it as my graduation project. To this, I've given some thought,searched over the internet and came up with the idea of implementing some basic knowledge mining algorithms say on a social…
anurag-jain
  • 1,380
  • 2
  • 11
  • 31
1
vote
3 answers

XCode: Linking projects inquiry

I have 2 projects and I want to use in the first project, a class (i.e. view controller) of the second. Instead of importing all the files of the second project in the first one, is there a way to link it like a framework or library? I tried the…
nosuic
  • 1,350
  • 3
  • 18
  • 23
1
vote
1 answer

Calling a C# from a VB project in one solution

I have 2 projects in one solution. The main is a VB.net project and the secondary is a C# project. I want to call a form from the C# project from the VB.net project at the click of a button but I am unsure how. I have read it is possible if I create…
1
vote
2 answers

zoho creator get records from zoho project

I am using zoho creator and I need to fetch records from zoho projects using api ( like zoho.books.getRecords(...) ) to liste all tasks. I need somtjing like this : response1 = zoho.books.getRecords("Invoices",organization_id,"cf_no_de_projet=" +…
Ayed Mohamed Amine
  • 587
  • 2
  • 10
  • 30
1
vote
2 answers

How to get projects that I have permission to start in processmaker?

http://wiki.processmaker.com/3.0/REST_API_Designer#get_projects this api return all projects in my workflow including that I have not involved in. Any way to get projects that I can start?
xiongjiabin
  • 313
  • 3
  • 7
1
vote
2 answers

How to simulate location for iOS app with plot projects integrated

We have integrated Plot Projects for monitoring geo fences. When using Apples region monitoring we can simulate location when running the project from Xcode, tried to do the same but not getting notification from Plot, how can I simulate location…
OSD
  • 131
  • 1
  • 10
1
vote
3 answers

Java - static initializers in imported projects

So I have two projects A and B, and project B is imported in project A, and in project B I want to initialize some objects which have static initializers. The problem is, they aren't getting called (already tested with final keyword, does not…
Milixyron
  • 105
  • 2
  • 9
1
vote
1 answer

Can git prompt me for each file on rebase?

I recently ran into this on a web project: git branch new-feature git checkout new-feature hack hack hack... "Bossman: hey, there's a bug in master that needs fixing, pronto!" git commit -a -m "Partially completed migration changes" git checkout…
1
vote
1 answer

Java - How do i call a class from a different project?

This is my Main class, im trying to call both the ScheduleData and ScheduleTime classes from a different project. public main(String[] args) { ScheduleDate sd = new ScheduleDate(); ScheduleTime st = new ScheduleTime(); int testMonth =…
user5942674
1
vote
0 answers

Project losing references in Visual Studio 2015

I am experiencing a wierd one and haven't been able to find an answer. I'm using Visual Studio 2015 and C#. I have 3 solutions. They all include the same common project. In the first 2 projects all is well and happy. In the 3rd the common project…
MagicWand
  • 392
  • 1
  • 6
  • 19