Error during compiling: ${environment.source_location}\common does not exist.
ToastBrot27 opened this issue ยท 2 comments
Everytime I try to compile the latest version exactly like it is described I get the following error:
C:\Users\NAME\Desktop\EE3\source\Equivalent-Exchange-3>ant build
Buildfile: C:\Users\NAME\Desktop\EE3\source\Equivalent-Exchange-3\build.xml
clean:
increment_build_number:
[propertyfile] Updating property file: C:\Users\NAME\Desktop\EE3\source\Equivale
nt-Exchange-3\build.properties
prep:
BUILD FAILED
C:\Users\NAME\Desktop\EE3\source\Equivalent-Exchange-3\build.xml:54: C:\Users\NAME\Desktop\EE3\source\Equivalent-Exchange-3${environment.source_location}\common does not exist.
Total time: 1 second
Need help soon, please! :)
You need to specify an environment.properties file. The repo has an example one for you.
@ToastBrot27, we're currently working on adding the environment.properties file section to the README.