-
Notifications
You must be signed in to change notification settings - Fork 0
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
No README or config.properities dummy file #1
Comments
What happens when you run |
I couldn't find eclipse plugins folder on my mac... Seems it was a hidden folder, you have to right click eclipse application and then "show package contents", and from there I was able to find the parent folder containing the plugins directory. Creating a variable
(looks like jif ide has a config.properties.in file) However, it fails at this point:
(So I guess I have to get this from the apl git, but assuming should also be here in that case?) |
As @andrewcmyers mentioned in Slack, the Polyglot IDE is hosted at https://github.com/polyglot-compiler/polyglot.ide/. Would be great if we can have that repo automatically mirror under the apl-cornell org for convenience. |
@liujed so just maintain a mirrored fork of the (polyglot ide)[https://github.com/polyglot-compiler/polyglot.ide/] repo under this github org? I can look into that. It's a bit more difficult if we want to maintain mirrors that are both independently pushed to by developers. |
Yeah, not clear what the right approach is. Another possibility would be to use submodules so people don't have to go hunting for dependencies. Not really sure if that's the Eclipse way of doing things, though. |
I haven't figured out how to build this yet, but from looking at it:
It seems it requires installing jif ide first? (from looking at common.xml)
Would be useful for other users if dummy config.properties.in existed so that they know which paths to set. Looking at common.xml, looks like may need paths to this directory, jif.ide directory, eclipse directory?
The text was updated successfully, but these errors were encountered: