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

[ENHANCEMENT] Document development setup more throroughly #443

Open
JANHMS opened this issue Mar 1, 2023 · 2 comments
Open

[ENHANCEMENT] Document development setup more throroughly #443

JANHMS opened this issue Mar 1, 2023 · 2 comments
Assignees

Comments

@JANHMS
Copy link

JANHMS commented Mar 1, 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:

  1. Go to 'Eclipse'
  2. Click on 'File' -> 'New' -> 'Project' -> 'Java' -> 'Java Project from existing Ant buildfile'
  3. Click on 'Next'
  4. Browse for the build file 'build.xml'
  5. 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
2023-03-01_16h11_01

2023-03-01_16h25_01

@idhamari
Copy link
Contributor

idhamari commented Mar 1, 2023

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.

@prasser prasser added enhancement and removed bug labels Mar 31, 2023
@prasser
Copy link
Collaborator

prasser commented Mar 31, 2023

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants