John Grden schrieb: > Still getting errors: > > compile: > [echo] Javac version: 1.5 > [echo] Compiler adapter name: javac1.5 > [javac] Compiling 314 source files to C:\Documents and > Settings\John\My Documents\Acmewebworks\OS > Projects\RED5\SVN\java\server\trunk\bin > [javac] C:/Documents and Settings/John/My > Documents/Acmewebworks/OS > Projects/RED5/SVN/java/server/trunk/src/org/red5/server/midi/SharedMidiObject.java:91: > > illega > l start of expression > [javac] <<<<<<< .mine
you are using tortoisen svn with tortoisen merge... this tortoisen merge unfortunatly put both version codes (old classpath and old build.xml) together with the newer versions the <<<<<<<.mine <<<<<<< r1411 tells you what is which subversion. or if ".mine" its yours with your demo apps etc dont know if thats usual anyway u need to change the .classpath and the build.xml ... if u just rename the actual to .old and the one with the highest subversion number to the normal name of the file it may still delivers you errors and does not compile your application but than its default like it should be. greetz sascha > [javac] ^ > [javac] C:/Documents and Settings/John/My > Documents/Acmewebworks/OS > Projects/RED5/SVN/java/server/trunk/src/org/red5/server/midi/SharedMidiObject.java:101: > > illeg > al start of expression > [javac] >>>>>>> .r1413 > [javac] ^ > [javac] C:/Documents and Settings/John/My > Documents/Acmewebworks/OS > Projects/RED5/SVN/java/server/trunk/src/org/red5/server/midi/SharedMidiObject.java:102: > > ';' e > xpected > [javac] } > [javac] ^ > [javac] C:/Documents and Settings/John/My > Documents/Acmewebworks/OS > Projects/RED5/SVN/java/server/trunk/src/org/red5/server/midi/Test.java:57: > illegal start of e > xpression > [javac] <<<<<<< .mine > [javac] ^ > [javac] 4 errors _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
