Questions tagged [projects]

318 questions
0
votes
1 answer

SBT dynamic project dependency based on command line argument

In SBT multiple projects, the main Web App is depended on some sub-projects. When I was thinking of Stubbed model, I would like to make the stubbed model implementation become a separated sub-projects. Problem: The SBT project dependency is…
0
votes
5 answers

Random letters at the end of my string?

void split(char array[]) { int length, length2, half; char first_half[BUF], sec_half[BUF]; length = strlen(array); length2 = length / 2; length -= length2; strncpy(first_half, array, length - 1); strncpy(sec_half,…
0
votes
1 answer

Visual studio 2015 installer projects

I'm try to do some validation inside OnBeforeInstall method & if the validation pass will continue through the installation process, if the validation failed i want to rollback and uninstall the setup. i tried something like this, even though this…
0
votes
1 answer

Should I duplicate an xcode project or #define sections?

I have an iPad app that can come in several different releasable flavors, and I'm trying to decide how to best make these alternate releases. They have only a few differences source-code wise, and primarily differ in resource data files (xml and a…
Joey
  • 7,537
  • 12
  • 52
  • 104
0
votes
0 answers

UnitTest project can't reference other project in solution

I added a unit test project (UnitTests) in Visual Studio and added a reference to the other project (CollectWords) in my solution, but I can only access one of the namespaces which is called "CollectWords". I have another namespace named…
Pelle
  • 741
  • 1
  • 9
  • 16
0
votes
0 answers

Gate/Policies checks with multiple projects in Laravel

I have a question about policies in Laravel. I know I can check userrights with the function can(), as example can('edit-tasks'); But I have an app with multiple projects. So user John Doe can edit tasks on project X, but not on project Y. How can I…
angelique000
  • 899
  • 3
  • 10
  • 28
0
votes
0 answers

How to merge two projects with different sdk versions

I have been working with two android studio projects separately. Project 1: Uses a third party proprietary library (SDK minversion 9) for generating online credit cards transactions. After coding the app works just fine. Project 2: Uses another…
0
votes
1 answer

How do I set my eclipse project build so that other projects cannot see files in src/test/java folders?

I'm using eclipse with the m2eclipse plugin. I create my projects as maven projects, create the pom, and run m2eclipse on the projects to enable workspace dependency resolution. When its time to deploy, I simply export my web project as a WAR…
adp
  • 1
  • 1
0
votes
0 answers

How can I open sublime text 3 without restoring or saving projects as a one-time request?

My normal workflow is to have Sublime Test 3 re-open the last opened project files; this works great for me, normally. But when I'm not at work, my laptop does not have access to the NFS shares, and when the projects get opened, all of the opened…
Joe Casadonte
  • 15,888
  • 11
  • 45
  • 57
0
votes
2 answers

What is the fastest way to learn from pet projects?

I want to make really good websites. Pet projects do really help in exploring blank spots and consciously mastering aspects you want to acquire. I'm happy with the process and the result but what to do next with this product? Users start to use it…
user80805
  • 6,088
  • 5
  • 28
  • 31
0
votes
0 answers

Performing a build in VSTS using difference projects / reference DLLs

Using VSTS. For our build the first step is to build a load of old VS2005 projects, this works however the next step is to build a project in VS2013. This won't build as it references the DLLs created from the first /old projects, anybody know how…
Martin Cooke
  • 526
  • 1
  • 4
  • 18
0
votes
2 answers

Architectural approach to complex system in NodeJS

We're building a complex system in NodeJS that will have a number of segments that are managed by separate teams, each of which represents a single feature of the system. Therefore, there will be one "master app" that includes each of these…
user1588877
  • 775
  • 1
  • 5
  • 9
0
votes
1 answer

Xtext: DSL Wizard - Create a Java project, but not as a plug-in

I have this in my work flow fragment = ui.projectWizard.SimpleProjectWizardFragment2 { generate = true } Which enables a DSL wizard, but the projects that are created with the wizard are plug-in projects. If I add the following…
John Benedetto
  • 109
  • 1
  • 12
0
votes
1 answer

Cannot find referenced file after deploy C#

We are trying to create a website verifier for our internal site, to verify that all sites are up. For this, we use seleniums chromedriver. We have 2 projects for this: 1 main project which executes the code. 1 "shared" project, which is shared…
Jannik
  • 401
  • 1
  • 5
  • 17
0
votes
4 answers

Making a Difference @ Open Source Projects

Can I make a difference at an open source project? I haven't gotten a degree or anything but I am really interested in computer science and I have most of the fundamentals down. Is there a project I can make a difference at? If not, any sites where…
Devoted
  • 177,705
  • 43
  • 90
  • 110