Skip to content
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

Open
K33TY opened this issue Nov 24, 2017 · 5 comments
Open

No README or config.properities dummy file #1

K33TY opened this issue Nov 24, 2017 · 5 comments

Comments

@K33TY
Copy link

K33TY commented Nov 24, 2017

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?

@liujed
Copy link
Member

liujed commented Nov 25, 2017

What happens when you run ant?

@K33TY
Copy link
Author

K33TY commented Nov 25, 2017

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 eclipse.home={above mentioned path} helped this issue, but now getting an error regarding JIF IDE, so I guess i should install that first:

${fabric.ide}/common.xml:153: Failed to find Jif IDE. Set the 'jif-ide.home' property in ${fabric.ide}/config.properties, and make sure Jif IDE is built.

(looks like jif ide has a config.properties.in file)

However, it fails at this point:

${jif.ide}/common.xml:152: Failed to find Polyglot IDE. Set the 'polyglot-ide.home' property in ${jif.ide}/config.properties, and make sure Polyglot IDE is built.

(So I guess I have to get this from the apl git, but assuming should also be here in that case?)

@liujed
Copy link
Member

liujed commented Nov 25, 2017

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.

@tmagrino
Copy link
Member

@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.

@liujed
Copy link
Member

liujed commented Nov 28, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants