CSU-CS-Melange / alpha-language

Forked from Inria gitlab
MIT License
0 stars 0 forks source link

Ensure the `alpha.loader` package has `src-gen` and `xtend-gen` folders #76

Open ryanjob42 opened 3 months ago

ryanjob42 commented 3 months ago

When the repository is cloned, there are no src-gen or xtend-gen folders for the alpha.loader package. This causes the build to fail in Eclipse when importing that project. Some dummy files should be added to those folders (or the build process should be fixed) so people who clone the repo don't have to manually fix it.

ryanjob42 commented 2 months ago

Note: issue #83 is to find a way to remove the src-gen and xtend-gen from git's tracking. As long as those folders can be created as needed by Eclipse, then this issue would be resolved by issue #83.