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
Hello,
I try to build a library with Processing 4 core, but that's failed. Need change #java.target.version=1.8 to java.target.version=11 in the build.properties and that's work, but not all the time, to be precise It works one out of two times and to be more precise the first build failed and the second work like a charm.
Et voilà
BEFORE
BUILD FAILED
/Users/stanislasmarcais/EN_COURS/CODE/github/ROPE_PROJECT/Rope_p5/resources/build.xml:111: The following error occurred while executing this line:
/Users/stanislasmarcais/EN_COURS/CODE/github/ROPE_PROJECT/Rope_p5/resources/build.xml:132: Unable to delete directory /Users/stanislasmarcais/Documents/Processing/libraries/Rope
AFTER
BUILD SUCCESSFUL
Total time: 9 seconds
The text was updated successfully, but these errors were encountered:
Hello,
I try to build a library with Processing 4 core, but that's failed. Need change
#java.target.version=1.8
tojava.target.version=11
in thebuild.properties
and that's work, but not all the time, to be precise It works one out of two times and to be more precise the first build failed and the second work like a charm.Et voilà
BEFORE
AFTER
The text was updated successfully, but these errors were encountered: