On Thu, 18 Oct 2001 16:37:46 +0200, M�ns af Klercker wrote: Try to validate the build.xml to see if it's correctly written, who knows... does it work okay from the command line ? And what's the error anyway ?
>Thanks for that quick reply! Makes sense... > >Now I can go back to figuring out why <javac> fails in my Ant builds when using #507 >(It worked in 2.0.3) :-( > >/M�ns > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On >> Behalf Of Yura Cangea >> Sent: den 18 oktober 2001 16:25 >> To: [EMAIL PROTECTED] >> Subject: RE: [Eap-list] incorrect completion? >> >> >> On Thu, 18 Oct 2001 15:55:48 +0200, M�ns af Klercker wrote: >> >> It's not a bug, IDEA limits the completion to fields that have >> non-void return value, otherwise it wouldn't make sense to call a >> method with void >> return in an argument of a method. >> >> >Ooops: snippet should have been: >> > >> >PrintWriter p = new PrintWriter(); >> >System.setOut(p. >> > >> >/M�ns >> > >> >> -----Original Message----- >> >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]]On >> >> Behalf Of M�ns af Klercker >> >> Sent: den 18 oktober 2001 15:47 >> >> To: Eap-List@Intellij. Com >> >> Subject: [Eap-list] incorrect completion? >> >> >> >> >> >> Try the following snippet in #507: >> >> >> >> PrintWriter p = new PrintWriter(); >> >> System.setOut( >> >> >> >> The completion in setOut() is somewhat shorter than I thought it >> >> would be (Only five methods/fields, should have been more). Is >> >> this a bug or is it a correct behavior? >> >> >> >> >> >> cheers, >> >> /M�ns >> >> >> > >> > >> >_______________________________________________ >> >Eap-list mailing list >> >[EMAIL PROTECTED] >> >http://www.intellij.com/mailman/listinfo/eap-list >> > >> >> >> >> >> _______________________________________________ >> Eap-list mailing list >> [EMAIL PROTECTED] >> http://www.intellij.com/mailman/listinfo/eap-list >> > > >_______________________________________________ >Eap-list mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
