Customer Portal

Error message when running file/graph with special char

Comments 1

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi, Tom,

    Ampersand in the name of your input file is not an issue but ampersand in the name of your graph is. You can open Error log in Eclipse (Window -> Show view -> Other... -> General -> Error log) and find an exception like this:

    java.lang.IllegalArgumentException: '&' is an invalid character in a configuration name
    at org.eclipse.debug.internal.core.LaunchManager.isValidLaunchConfigurationName(LaunchManager.java:2672)
    <omitted>

    It would be better to show this message to user automatically. So I started an issue in our Jira, see https://bug.javlin.eu/browse/CLO-1069

    Thank you for your feedback.

    Best regards,

Please sign in to leave a comment.