[10:52] doko: do you already have a metabug # for the "default-jdk targets Java 1.6 bytecode" issue ? I have bug 283875 which is probably a dupe [10:52] Launchpad bug 283875 in tomcat5.5 "tomcat in intrepid no longer supports java5" [Undecided,New] https://launchpad.net/bugs/283875 [10:55] Koon: 264808 [10:56] doko: should I fix tomcat5.5 in the same way you fixed ant ? or do you plan to change something globally ? [10:58] Koon: no, please fix it locally, probably applying the fix for all runtime dependencies as well. why do you care about tomcat5.5, and not tomcat6? [10:59] doko: tomcat6 requires java 6. [11:00] ahh, ok. [11:00] hmm. no [11:00] it requires java 5 in fact [11:01] however atm I made it depend on default-jre-headless | java6-runtime-headless [11:02] that should probably be fixed as well === LucidFox_ is now known as LucidFox [14:50] Team Meeting in #ubuntu-meeting in 10 minutes [20:09] I am having a problem with Runtime issuing shell statements, was wondering if someone in here could help me [20:09] islan: any example program? And which java are you using? [20:10] using version 1.6.0_06 [20:11] the problem is it using BufferedReader to get a list of files for it to issue mv statements for individually [20:11] it works fine, but when I use the * symbol it doesn't work at all [20:11] the * is placed within the string issued to Runtime exec() [20:12] islan: I wish I could help but I don't have Sun JRE installed. [20:12] darn [20:12] islan: does openjdk also give you same error? [20:13] I don't think I have that