You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
The text was updated successfully, but these errors were encountered:
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.
I can run the example using eclipse without the need to build the GUI. Maybe this tutorial could help.
Thanks for reporting this. We have never tried to set up ARX in eclipse that way. You can use the tutorial linked in the response above. I agree, however, that this needs to be improved and documented better. Changed to enhancement.
prasser
changed the title
[BUG] source folder 'main' in project 'ARX' cannot output to distinct source folder 'test'
[ENHANCEMENT] Document development setup more throroughly
Apr 25, 2023
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:
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.
Screenshots
The text was updated successfully, but these errors were encountered: