-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
Description
Describe the bug
I use Eclipse, I clone the repo and I set up a new project in Eclipse from an Antbuildfile. I select the build.xml file
. Then I click on Finish. Once I do that the error message: source folder 'main' in project 'ARX' cannot output to distinct source folder 'test'
appears.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Eclipse'
- Click on 'File' -> 'New' -> 'Project' -> 'Java' -> 'Java Project from existing Ant buildfile'
- Click on 'Next'
- Browse for the build file 'build.xml'
- See error
Afterwards I would like to run the example files.
I think the README.md
could be enhanced. e.g. giving a section, where it says "How to use" / "How to run example" in case a user does not want to use the GUI, but the code itself.
Expected behavior
I would assume it sets up the project and I can run the examples.