noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Error: No eligible build target. (noseglid) #540

Closed jstapelfeldt closed 6 years ago

jstapelfeldt commented 6 years ago

Somehow I cannot figure it out (yes I read through many forums already)

I installed Atom 1.20.1. I want to use the "build 0.68.0" package by noseglid and installed it accordingly. (where do I put the file .atom-build.yml exactly). I want to code in java so I installed the package build-gradle 0.6.0

running on mac Sierra 10.12.6.

Thanks for your help!!

Cxarli commented 6 years ago

The .atom-build.yml file should be located in the root folder of your project. This is usually the folder that contains the .git directory (and the LICENSE and README.md file), configuration files such as .gitattributes, .travis.yml, .codeclimate.yml, and package-specific options, such as .jshintrc, gulpfile, .atom-build.yml etc.

In your case, you're most likely to find or place the build.gradle file there.

jstapelfeldt commented 6 years ago

What if I don’t use a .git directory. Do I have to? Eventually I am going to need the editor to go with Android App Development (probably use Android Studios) and use Atom for prototyping or testing smaller pieces of the project.

Thanks for the help!

On 21 Sep 2017, at 19:31, Charlie Bouthoorn notifications@github.com wrote:

The .atom-build.yml file should be located in the root folder of your project. This is usually the folder that contains the .git directory (and the LICENSE and README.md file), configuration files such as .gitattributes, .travis.yml, .codeclimate.yml, and package-specific options, such as .jshintrc, gulpfile, .atom-build.yml etc.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/noseglid/atom-build/issues/540#issuecomment-331226813, or mute the thread https://github.com/notifications/unsubscribe-auth/AertVLPcfC1xrZqpcIf5V9PkEB1F11S7ks5skp1ogaJpZM4Pfl3_.

Cxarli commented 6 years ago

There's no need to have a .git directory, but if you have one, that's probably the project root folder.

noseglid commented 6 years ago

Closing as question has been answered.