-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to create an .eproject file! #14
Comments
+1 |
+1. And being able to save them would be great, too. I'm looking for a way to set build targets and other properties for projects on a per-working-copy base. |
I'm not sure where the best place to put this would be. While I figure that out... .eproject is just a list of :name value pairs, and (eproject-attribute :name) will evaluate to "value" in projects where the file exists. (Any lisp forms in the file must be "safe" as defined by "unsafep".) The existence of .eproject has the additional side effect of making a directory a project when it wouldn't otherwise qualify. That's about it :) |
Any examples? :) |
To define per-project tasks, @deets, cherry-pick dcrewi/eproject@266941f from my fork (or add the relevant bits to your
|
Looks pretty interesting, dcrewi. Is this issue resolved or are there still questions? |
How is this different from using |
You should start by documenting the /existence/ of .eproject files :-)
The text was updated successfully, but these errors were encountered: