Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange Error; IndexOutOfBoundsException #37

Open
castle-bravo opened this issue Apr 20, 2018 · 2 comments
Open

Strange Error; IndexOutOfBoundsException #37

castle-bravo opened this issue Apr 20, 2018 · 2 comments

Comments

@castle-bravo
Copy link

I recently installed the 0.10 version of ditaa, and when I try to use it, I get the following error message:


ditaa version 0.9, Copyright (C) 2004--2009  Efstathios (Stathis) Sideris

Running with options:
Reading file: ./pipeline.txt
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
	at java.util.ArrayList.rangeCheck(ArrayList.java:657)
	at java.util.ArrayList.get(ArrayList.java:433)
	at org.stathissideris.ascii2image.graphics.DiagramShape.connectEndsToAnchors(DiagramShape.java:688)
	at org.stathissideris.ascii2image.graphics.CompositeDiagramShape.connectEndsToAnchors(CompositeDiagramShape.java:217)
	at org.stathissideris.ascii2image.graphics.Diagram.<init>(Diagram.java:372)
	at org.stathissideris.ascii2image.core.CommandLineConverter.main(CommandLineConverter.java:241)

I don't know what to make of this.

@stathissideris
Copy link
Owner

Could you please provide the exact command line that you used?

@stathissideris
Copy link
Owner

Not sure what happened with your version, but 0.11 works as expected, maybe try that instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants