Questions tagged [new-project]

105 questions
30
votes
3 answers

Rails Error Can't Find freedesktop.org.xml

I've had some issues starting a new RAILS project, where I'm getting an error that there is a missing file /usr/local/share/mime/packages/freedesktop.org.xml. There was a connection with the mimemagic dependencies, and I found this issue on GitHub…
nicogpt
  • 839
  • 1
  • 5
  • 7
7
votes
6 answers

Delphi vs C# & WPF for a new project?

Would you consider Delphi 2010 / XE for a the development of a new windows desktop project or do you consider it dead with the current state of .Net & Microsoft products (WPF)? If you would / wouldn't use it please explain why. Edit I agree the…
Leigh S
  • 1,837
  • 11
  • 17
5
votes
1 answer

what is service url in spring starter project? Alternatives for default service url https://start.spring.io

I am new to Spring boot. While creating a New Spring Starter project in STS there is a Service URL dropdown defaults to https://start.spring.io as given below. I searched in stack overflow but didn't find any information about it. What is the use…
4
votes
3 answers

Null pointer exception creating a new project Android Studio (virtualToIoFile)

I am using android studio 2.2, its showing null pointer exception when to create new project by clicking "file>> new >> new project>>" EDIT: Everything works fine untill i click on "Finish" button in the end of creating new project. and i also…
3
votes
1 answer

How to duplicate my own created flutter project with new one

I've a flutter project in Visual Studio Code uploaded in git too. Now I want to create a new project with different package and AppName by changing existing one. How can I do that? hope you guys understand what I am talking about. Thanks in advance
Abdul Qadir
  • 492
  • 4
  • 13
3
votes
0 answers

How to change structure of React .js with Typescript

I made CRA project with --typescript and did try use react-app-rewired for change structure for like this: my-app/ ├─ .gitignore ├─ node_modules/ ├─ public/ ... ├─ src/ │ └─ components/ | └─ My-Component | └─ Index.tsx | └─…
Kordrad
  • 1,154
  • 7
  • 18
3
votes
1 answer

For Silverlight projects, does it matter what .NET Framework version I choose in the "New Project" dialog?

As far as I know, Silverlight applications do not run on the .NET Framework's CLR, but on an independent, subset version of it called the Core CLR. I also know that I can change the Silverlight version in the Project Properties window: Yet, when I…
3
votes
1 answer

Setting up a Buildbot hosting service for multiple projects

I need to set up a buildbot hosting environment which is capable of managing a large number of independent projects, and ideally provides a web front-end for users to manage their buildbot instance. As far as I can gather, there isn't such a utility…
Shawn Chin
  • 84,080
  • 19
  • 162
  • 191
3
votes
1 answer

How can I maintain an empty Java EE Enterprise Application project in Netbeans with users?

I have created a basic Java EE project in Netbeans with some standard features that I use in every project. I.e. I have used a mysql database with some basic tables for users and groups. I have used JAAS security and created new realm. I have…
mdagis
  • 116
  • 1
  • 1
  • 6
2
votes
2 answers

Tabs for Android Studio (and other apps) on a Mac

How to open new project same tab for Android Studio (and other apps) on a Mac open to new project in same tab
Deniz Babat
  • 205
  • 2
  • 6
2
votes
0 answers

Which new project do I select in Eclipse C-C++ CDT?

I am just starting to use Eclipse IDE, I have installed the IDE, Eclipse CDT and then MinGW x64. Which new project do I select: there is no simple C++ project, all I see: Arduino (WHY?) Managed (don't need those) cmake I don't know what cmake is?…
2
votes
0 answers

Error creating new angular project using npm

I am trying to create a new project using npm. It getting the following error. I have also tried opening the command prompt window 'Run as Administrator'. Still facing an issue. Package.json { "name": "codeanal", "version": "0.0.0", …
2
votes
1 answer

How can I create a project in the Git repository root using Eclipse EGit?

I would like to add the project files of a brand-new Eclipse project to the root-level of a git repo. I would like it to look like something like this: ./projectrepo/.git ./projectrepo/.project ./projectrepo/src ... However, the Eclipse Egit…
Kaypro II
  • 3,210
  • 8
  • 30
  • 41
2
votes
4 answers

New jQuery plugin - What is the best way to get input and feedback?

I had a need for a certain functionality on my web apps and I use jQuery a lot, so I thought I would write a jQuery plugin. Since this is my first attempt to write a jQuery plugin, I would really like to get feedback from people, or maybe even get…
BrianH
  • 7,932
  • 10
  • 50
  • 71
2
votes
1 answer

New project - should I learn new language or use a language I already know

Afternoon. I have left the names of the languages out of the question, to keep it general and to stop flame wars. I am about to start a new project, and I would usually use language A. I am good at language A but it's the only 'web' language I…
Wizzard
  • 12,582
  • 22
  • 68
  • 101
1
2 3 4 5 6 7