Questions tagged [project-setup]

26 questions
1
vote
2 answers

Linked src folders in Eclipse project and SVN issue

I have an eclipse project set up that is NOT directly placed inside an SVN checkout tree - instead I use 'link src' option in eclipse to set up my project. Thoughts went behind this approach are primarily geared towards keeping the SVN checkout tree…
Senthu Sivasambu
  • 181
  • 1
  • 3
  • 12
0
votes
0 answers

IntelliJ file watcher uses wrong grunt

I'm setting up grunt with the IntelliJ file watcher plugin. As you can see in the image I choose as path for my installed grunt the following: C:\Users\Max\AppData\Roaming\npm\grunt.cmd Nevertheless if I save my project IntelliJ doesn't find my…
Cyrex
  • 1
0
votes
1 answer

How can I accomplish this type of mod_rewrite?

I would like to setup a staging and production environment on one shared server. So, optimally, I would like to be able to create a structure like the following on the server: /stage/ /lib/ /web/ /js/ /css/ index.php …
Stephen Watkins
  • 25,047
  • 15
  • 66
  • 100
0
votes
2 answers

Getting Started with Silex Composer Project

I'm struggling around with Silex and its Project Structure. I'm using PHP for around 10 years now, but I always used tools like Np++. Now I get started with PhpStorm and I feel like a total newbie. What I'm trying, is to create a Silex Project.…
Netzmensch
  • 111
  • 1
  • 7
0
votes
0 answers

What type of C# application is needed for a background application that needs a system tray icon?

I've been tasked to write a C# application that, in "normal" mode, is basically windowless, left running in the background. Accessibility to the application would be through an icon in the system tray. I thought that a Windows Service C# project…
Jim Fell
  • 13,750
  • 36
  • 127
  • 202
0
votes
0 answers

JSF annotations ignored with imported project

I am building a web application with JSF 2.2, Hibernate, Primefaces and Tomcat. Since I'm having now two customers, who both want the same application but with some minor differences in UI and stuff, I decided to split the project into a core…
Jonas Bausch
  • 185
  • 3
  • 12
0
votes
2 answers

Web application starter kit

I am looking for a site that allows you to input a project name, choose a doctype, a js library etc. and then generates the directory structure and files to start a web project. I know about project deploy, but it is no longer maintained. There was…
Steve Robillard
  • 13,445
  • 3
  • 36
  • 32
0
votes
1 answer

How can I turn the structure of an XML file into a folder structure using ANT

I would like to be able to pass an XML file to an ANT build script and have it create a folder structure mimicking the nodal structure of the XML, using the build files parent directory as the root. For Example using:
Undistraction
  • 42,754
  • 56
  • 195
  • 331
0
votes
1 answer

Visual C# Countdown Timer

Overview I am trying to create a countdown test application. The problem is, none of the classes which are normally used to do this are available to me. I know this has a lot to do with the fact that I am coding for windows RT using windows 8. Full…
0
votes
2 answers

Android Google Maps API v2 - NoSuchFieldError

I am working on a project using Google Maps v2 for Android and I am getting a NoSuchFieldError while instantiating the Google map fragment on a rooted HTC Desire HD. Afaik, the issue should not be caused by Google Play Services not being installed…
-2
votes
1 answer

Laravel - Multi Site/Project

I'm currently looking for a framework to support my own new framework. Laravel seems to be my best choice. I have a very specific structure in mind. My project will have a base design with common models, views and controllers, as well as some sub…
1
2