Closed RohaanA closed 4 days ago
The paths shouldn't be quoted. You should also probably use the absolute path to the Commander. You should be able to change into that directory and run gradlew tasks and see tasks if the Commander is set up correctly on your machine. You can also use Docker if it's not working. See the instructions on the main README.
The paths shouldn't be quoted. You should also probably use the absolute path to the Commander. You should be able to change into that directory and run gradlew tasks and see tasks if the Commander is set up correctly on your machine. You can also use Docker if it's not working. See the instructions on the main README.
Alright. ./gradlew tasks does work. I ran one of the tasks from Commander and run into this error.
The file does exist, so I am assuming there is some issue in the file path being encoded with %20? Is this a known issue?
Also I initially tried to use the absolute path without quotes but get this error,
Seems like an installation or config issue on your local machine. Please use Docker or email dev at reso for support.
On Thu, Oct 31, 2024, 01:11 M. Rohaan Atique @.***> wrote:
The paths shouldn't be quoted. You should also probably use the absolute path to the Commander. You should be able to change into that directory and run gradlew tasks and see tasks if the Commander is set up correctly on your machine. You can also use Docker if it's not working. See the instructions on the main README.
Alright, I was also trying to use Commander and run into this error.
image.png (view on web) https://github.com/user-attachments/assets/6c29dbc7-3960-46cf-8dde-bbff55db6095
The file does exist, so I am assuming there is some issue in the file path being encoded with %20? Is this a known issue?
— Reply to this email directly, view it on GitHub https://github.com/RESOStandards/reso-certification-utils/issues/197#issuecomment-2449278543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAECWPSGKSXDLGXZ6PHBRPDZ6HQ2FAVCNFSM6AAAAABQ5WVQK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBZGI3TQNJUGM . You are receiving this because you commented.Message ID: @.***>
Hi,
I am trying to run the RESO Certification Tool for testing our Odata API. I have setup both the utility tool as well as the commander tool and setup the .env file as such
but when I run the reso util tool using this command
reso-certification-utils runDDTests -v 1.7 -p config.json -l 100 -a
I get the error,
I am using Windows 11 with Oracle JDK 17