[kepler-dev] [Bug 4244] - Dragging ImageAttribute into Kepler results in not finding the gif
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Mon Jul 13 16:57:11 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4244
------- Comment #2 from cxh at eecs.berkeley.edu 2009-07-13 16:57 -------
If this is not fixed in 2.0, then these actors should be removed and
any Ptolemy demos that use them removed from Kepler.
Isn't this as simple as adding files to
build-area/settings/ptolemy-include?
"ptolemy/actor/lib/javasound/voice.wav" is in that file, but apparently not
being copied. What is the procedure for having the build system copy
resources to a location that can be accessed at runtime?
Below is a list of demos that use the affected actors
cd ptII/ptolemy/configs/doc
grep .xml completeDemosPtinyKepler.htm | awk -F \" '{print $2}' > /tmp/x
bash-3.2$ grep ImageAttribute `cat /tmp/x` | awk '{print $1}' | sort | uniq
../../domains/continuous/demo/ContinuousInsideDE/ContinuousInsideDE.xml:
../../domains/continuous/demo/LevelCrossingDetector/LevelCrossingDetector.xml:
../../domains/continuous/demo/NewtonsCradle/NewtonsCradle.xml:
../../domains/continuous/demo/Sinusoid/Sinusoid.xml:
../../domains/ct/demo/SinuBouncingBall/SinuBouncingBall.xml:
../../domains/fsm/demo/ChainedTransitions/ChainedTransitions.xml:
../../vergil/kernel/attributes/demo/AnimateVergil/AnimateVergil.xml:
bash-3.2$ grep AudioReader `cat /tmp/x` | awk '{print $1}' | sort | uniq
../../domains/sdf/demo/SynthesizedVoice/SynthesizedVoice.xml:
bash-3.2$ grep ClipPlayer `cat /tmp/x` | awk '{print $1}' | sort | uniq
../../domains/de/demo/RealTimeComposite/RealTimeComposite.xml:
bash-3.2$
More information about the Kepler-dev
mailing list