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
If I accidentally type an incorrect import command on the fjåge Groovy shell then I can't run any commands after that. This makes the shell totally unusable.
> import java.nio.Paths
> Paths.get("/tmp/profiles.groovy")
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script174.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> import java.nio.file.Paths
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script176.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> java.nio.file.Paths
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script178.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> import java.nio.file.Paths
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script180.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> reboot
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script182.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> reboot
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script184.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> ;
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script187.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> ps
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script189.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
> import java.nio.file.Paths
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script191.groovy: -1: unable to resolve class java.nio.Paths
@ line -1, column -1.
1 error
The text was updated successfully, but these errors were encountered:
If I accidentally type an incorrect
import
command on the fjåge Groovy shell then I can't run any commands after that. This makes the shell totally unusable.The text was updated successfully, but these errors were encountered: