From 91a26326e8fab3e584874aca8a8f4c96ec9dafbf Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 21 Jan 2014 23:06:20 -0500 Subject: [PATCH] confirmed issue #2219 as fixed for Windows export --- todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 37685146c..e39d4cc15 100644 --- a/todo.txt +++ b/todo.txt @@ -9,9 +9,9 @@ X app is called procesing.app.Base X https://github.com/processing/processing/issues/2217 X noJavaArg set to --export X https://github.com/processing/processing/issues/2182 +X export not working on Windows +X https://github.com/processing/processing/issues/2219 -_ export not working on Windows -_ https://github.com/processing/processing/issues/2219 _ jnilib not loading on OS X because Contents/Java needs to be added to path _ https://github.com/processing/processing/pull/2269 (from gohai)