We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Problem(s) with Exporting
Page Index Toggle Pages: 1
Problem(s) with Exporting (Read 720 times)
Problem(s) with Exporting
May 24th, 2005, 4:41pm
 
Hi

I have encountered two problems regarding Processing 90 on Mac OS 10.3.9:

(1) One of my sketches ( and only one ) will run from Processing, but it cannot be exported. The errors are:

Code:

/Users/Ali/Sites/WIP/Experiments/Processing/Balls Variatian A/applet/Balls Variatian A.java:1:238:1:246: Syntax Error: < expected instead of this token

/Users/Ali/Sites/WIP/Experiments/Processing/Balls Variatian A/applet/Balls Variatian A.java:1:258:1:264: Syntax Error: ">" inserted to complete ReferenceType

processing.app.RunnerException: < expected instead of this token

at processing.app.Compiler.message(Compiler.java:332)

at processing.app.MessageSiphon.run(MessageSiphon.java:60)

at java.lang.Thread.run(Thread.java:552)


(2) Another one of my sketches, will not update itself when exporting. This is the problem: I change the code, and run the script. It reflects the new code. But when I run it, and open the html file, it is still the old code. I have tried restarting processing, safari, and emptying safari's cache and reseting safari. None of these worked. Any help?

Thanks in advance!
Re: Problem(s) with Exporting
Reply #1 - May 25th, 2005, 3:31am
 
could you please post the code for the sketch and make separate posts for separate bugs?
http://processing.org/faq/bugs.html#found
Page Index Toggle Pages: 1