project-structure Questions
9
Solved
as already described in title, i'm not able to open the project structure dialog window in intellij anymore.
neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Stru...
Metaphosphate asked 16/1, 2014 at 16:56
15
Solved
I am running a build task in a Java project in Visual Studio Code.
The warning in the "PROBLEMS" tab:
[myfile].java is a non-project file, only syntax errors are reported
It refers to t...
Rosalindrosalinda asked 15/5, 2020 at 19:27
3
I'm a stickler for good Visual Studio Solution and Project structures.
I'm about to start a WPF proof of concept piece of work.
Can anyone recommend some WPF Project structures they have used and...
Aestivate asked 6/8, 2010 at 10:47
2
Solved
Consider a maven project with modules consists of some utilities (jar) and some poms for others to reference to if they want to use some of these utilities.
e.g. inside the parent pom.xml
<art...
Superannuated asked 6/5, 2016 at 0:44
8
Solved
I use project references to reference "shared" project from "front" and "back" ones.
tsc -v: Version 3.3.3
Project structure:
./{MY_PROJECT}.code-workspace /* the only file in this level */
./ba...
Vinia asked 12/3, 2019 at 6:55
1
Solved
I am new to vite, to start with, I don't actually know what kind of structure I need.
I need to build multiple apps but some of them depend on the same components.
It worked well by far however I ...
Ngocnguyen asked 21/10, 2022 at 22:22
19
I am using Android studio and I want to add module to my project like
"action bar Sherlock" or jar files,
but when I opened the project structure there is no module or library in the menu :\
In ...
Callous asked 28/9, 2013 at 14:7
1
Solved
I have been doing Project Euler problems (mathematical coding challenges) for a while.
In the past I have been coding them up in Python (where it is simple to have dozens of scripts in the same pro...
Penguin asked 15/9, 2022 at 23:1
7
Solved
I just added a new test source directory to my Gradle project and want IntelliJ to recognize it. I can close the project and reopen the build.gradle file and chose "Delete Existing Project and Impo...
Unguarded asked 25/10, 2013 at 18:0
17
Solved
I'm trying to import a project from VCS (well, I'm doing it for the first time actually) and this is my (imported) project's structure:
BTW. this screen is made after many tries of changing thes...
Robinia asked 18/10, 2014 at 14:9
2
Solved
I’m working on different web projects and I was wondering if there is any rule of thumb regarding the project/ folders structure?
Many of my apps are build in the structure where each file type ha...
Urena asked 4/3, 2016 at 22:9
4
I had a project with small code sample snippets, grouped by modules, like this:
Each module has individual POM file and no (apparently) global one.
Previously I had one more module, called Wik...
Cloudscape asked 13/8, 2015 at 13:10
3
Solved
In tutorials and examples that provide code samples, sometimes I see that project files in the Xcode's Project navigator are arranged by groups following the MVC pattern ("Views", "Controllers", "M...
Australopithecus asked 9/10, 2016 at 16:14
1
Solved
Say, for purposes of conjecture, that you have three files: main.rs, struct.rs, and impl.rs. Could you define a struct in struct.rs, put an impl there, put another impl in impl.rs, and then use bot...
Constructivism asked 8/10, 2021 at 10:53
6
Solved
When you have 5+ languages and 100+ projects, IMO the default of using one workspace is not acceptable because the one workspace becomes horribly disorganized. Having one huge unorganized workspace...
Keeney asked 10/6, 2011 at 19:2
1
Solved
I'm just starting learning node.js, express and mongoose.
In some tutorial I see some project structure like they have different folder for controller, different for services , different for data a...
Tickle asked 2/3, 2021 at 11:9
4
Solved
I develop python application which I decided to turn into package to be installed by easy_install or pip later. I've used search to find several good sources about directory structure for python pa...
Portion asked 23/7, 2011 at 7:39
3
Solved
Should I check in *.mo translation files into my version control system?
This is a general question. But in particular I'm working on Django projects with git repositories.
Absolutely asked 10/6, 2009 at 9:52
3
Solved
Hello I am new to gradle and it is a little bit confusing for me. How should I add a dependency in my gradle configuration to have access to B1.java in projectA1? Project B is gradle project and pr...
Afoot asked 24/2, 2016 at 15:54
0
I have some config files in the root folder of the app such as:
tailwind.config.js
postcss.config.js
next.config.js
-.babelrc
tsconfig.json
and so on
Is there any way to move this files in a dire...
Energumen asked 10/12, 2020 at 6:44
35
Solved
How would you find a particular class name inside lots of jar files?
(Looking for the actual class name, not the classes that reference it.)
Branson asked 27/8, 2009 at 18:23
1
So i have created some apps in flutter with laravel backend, which works online only. Now i need to make an app work offline as well for which i am thinking of using Hive. But now the problem...
Treehopper asked 5/9, 2020 at 5:58
10
Solved
Last week I was working on a Java EE project with IntelliJ IDE.
Today: As I started up my IntelliJ 2016.1 and it gave me the error:
Error Loading Project
Cannot load module FirstWebApp
As I looked ...
Genotype asked 11/4, 2016 at 7:22
0
To expand on this existing question Microservices: Worker roles, APIs or both?:
I have seen mixed examples of Microservices implemented as worker
roles processing requests off a queue and/or as AP...
Mousterian asked 17/7, 2020 at 10:1
6
Solved
I know there is actually no single right way. However I've found that it's hard to create a directory structure that works well and remain clean for every developer and administrator. There i...
Geyserite asked 3/4, 2014 at 15:9
1 Next >
© 2022 - 2024 — McMap. All rights reserved.