This is really wierd, im still trying to debug this, when i loaded it in eclipse i got an error here in ScriptEngineTest.java

jdEngine.eval(". \"Judoscript - Hello World\';'"); <-- requires double quote on the end

// Judoscript
    @Test
    public void testJudoscriptHelloWorld() {
        ScriptEngine jdEngine = mgr.getEngineByName("judo");
        try {
            jdEngine.eval(". \"Judoscript - Hello World\';'");
        } catch (Exception ex) {
            //ex.printStackTrace();
            assertFalse(true);
        }
    }

I also get these errors popping up

org.eclipse.core.runtime.CoreException: Unable to access archive /red5_server/D:/dev/shared/jetty-6.0.1/modules/jetty/src/main/java

Dan Rossi wrote:
Hi im running osx and it seems red5 is stripping the first forward slash from the path when trying to load the red5-default file, this is after i ran an update.

Exception in thread "main" java.io.FileNotFoundException: Volumes/FIREWIRE/www/Red5/webapps/red5-default.xml (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:85)

_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to