Giter Club home page Giter Club logo

Comments (11)

vidstige avatar vidstige commented on August 16, 2024

Which file are you referring to? The .intelij folder contains interesting information on how to build the project, I'm not sure if you can just open the pom file as is in IntelliJ, but I will try it out. If that works well, I'm all for removing the InteliJ files. The Eclipse files can go in any event.

from jadb.

adelolmo avatar adelolmo commented on August 16, 2024

Intellij is definitely able to create a project based on a pom.xml file.
I normally add the .idea directory to the .gitignore so it's never commited.

from jadb.

SKART1 avatar SKART1 commented on August 16, 2024

I am referring to whole .idea folder. I will check now if Idea can open project without this folder

As for .classpath and .project - I am not sure (have not run eclipse for programming on Java for more than 2 years)

from jadb.

SKART1 avatar SKART1 commented on August 16, 2024

yes, intellij idea is able to open and import project with droped .idea folder

from jadb.

vidstige avatar vidstige commented on August 16, 2024

Hmm, I tried this myself and it would open, but it wouldn't build. Can't quite remember what the error message was. Can you open and build right of the bat? What version if IntelliJ are you running?

from jadb.

SKART1 avatar SKART1 commented on August 16, 2024

I am using Linux - so sorry - no CMD/BAT. But I have executed in pure bash (which is actually similar to windows CMD) next commands:

mkdir temp
cd temp
git clone https://github.com/SKART1/jadb.git     
cd jadb/
git checkout develop
rm -rf .idea   # removing ".idea" folder with intellij-idea specific files
mvn clean package

Which resulted in BUILD SUCCESS

P.S. I used my fork of repo becuase of #23 in upstream/master

from jadb.

vidstige avatar vidstige commented on August 16, 2024

I'm on mac and can also use bash. The expression "right of the bat" means to be able to do something without extra work. I can also build from command line straight from checkout, however, when opening the jadb directory in IntelliJ it's not possible to build.

from jadb.

SKART1 avatar SKART1 commented on August 16, 2024

Sorry, English is not my native language and I have understand "bat" as "BAT" files from windows. Nevertheless, will try similar scenario in Idea =)

from jadb.

vidstige avatar vidstige commented on August 16, 2024

Alright, so we can conclude for now that the .idea folder is needed then.

from jadb.

SKART1 avatar SKART1 commented on August 16, 2024

Sorry, forgot to do actual test

from jadb.

vidstige avatar vidstige commented on August 16, 2024

np, I was just closing some stale issues. Feel free to reopen if you find it's not needed for smooth IntelliJ operation.

from jadb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.