Hi BRN,
I am not sure about the 1.3 candidate version but the given coomand works
perfectly fine. One more thing.. both the commands which i sent to you are
same. The only difference is the name of source file.
Actually, when you say javac *.java, It will compile all the java source
codes present in the working directory.

Manish

> ----------
> From:         B R Nair[SMTP:[EMAIL PROTECTED]]
> Reply To:     A mailing list about Java Server Pages specification and
> reference
> Sent:         Tuesday, August 01, 2000 12:22 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Compilation
>
> Dear Manish,
> Thanks for your input. I changed your first command a little bit because
> the
> first command that you gave me (javac -J-Djavac.pipe.output=true
> *.java>error.txt) was not working.
>
> Sorry for disturbing you. Your revised command
> javac -J-Djavac.pipe.output=true Hello.java>error.txt
> runs but it always gives an empty error.txt, eventhough errors are
> reported
> on the screen. Is it a bug in 1.3 candidate version? I am still using 1.3
> candidate version!
>
> Thanks and regards
> BRN.
>
> -----Original Message-----
> From: Manish Bijay Kumar <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Monday, July 31, 2000 11:42 AM
> Subject: Re: Compilation
>
>
> >Hi BRN,
> >The command you used is not correct.
> >Command should be..
> >javac -J-Djavac.pipe.output=true Hello.java>error.txt
> >
> >One more thing...
> >If you don't have any error in your source code ..still an empty
> error.txt
> >file will be generated.
> >
> >Just try it out and let me know whether you succeeded.
> >
> >Manish...
> >> ----------
> >> From:         B R Nair[SMTP:[EMAIL PROTECTED]]
> >> Reply To:     A mailing list about Java Server Pages specification and
> >> reference
> >> Sent:         Sunday, July 30, 2000 6:46 PM
> >> To:   [EMAIL PROTECTED]
> >> Subject:      Re: Compilation
> >>
> >> Hello Manish,
> >>
> >> javac Hello.java -J-Djavac.pipe.output=true Hello.java>error.txt
> >>
> >> does not make any output to error.txt; it makes an empty error.txt
> >> Can you please make it working?
> >>
> >> Control-pannel/console and Buffer-size are not available on my Win 95
> >> machine. I hope making the above command workable is the only solution
> >> available to me.
> >>
> >> Thanks
> >> BRN.
> >>
> >>
> >> -----Original Message-----
> >> From: Manish Bijay Kumar <[EMAIL PROTECTED]>
> >> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> >> Date: Thursday, July 27, 2000 4:07 PM
> >> Subject: Re: Compilation
> >>
> >>
> >> >Hi ruchi..
> >> >u can use following command to generate a error log. while changing
> the
> >> >buffer size is also a solution but for me at least this one is more
> >> handy.
> >> >Suppose I want to compile a xyz.java file. then my command should
> be.....
> >> >javac -J-Djavac.pipe.output=true *.java>error.txt
> >> >
> >> >where,
> >> >xyz.java is the bean you are going to compile.
> >> >error.txt is the error log. (you can give any name for this. If you
> just
> >> >give like this error.txt will get generated in your current
> >> directory...but
> >> >you can specify the path also. Like, C:\myfolder\error.txt) Then
> command
> >> >would look like this..
> >> >javac -J-Djavac.pipe.output=true *.java>C:\myfolder\error.txt
> >> >
> >> >
> >> >Manish
> >> >
> >> >
> >> >> ----------
> >> >> From:         Ruchi Duggal[SMTP:[EMAIL PROTECTED]]
> >> >> Reply To:     [EMAIL PROTECTED]
> >> >> Sent:         Thursday, July 27, 2000 3:09 PM
> >> >> To:   [EMAIL PROTECTED]
> >> >> Subject:      Re: Compilation
> >> >>
> >> >> Go to control panel...
> >> >> click on console
> >> >> and change the layout screen buffer size and then
> >> check...................
> >> >>
> >> >>
> >> >> -----Original Message-----
> >> >> From: A mailing list about Java Server Pages specification and
> >> reference
> >> >> [mailto:[EMAIL PROTECTED]]On Behalf Of B R Nair
> >> >> Sent: 26 July 2000 18:04
> >> >> To: [EMAIL PROTECTED]
> >> >> Subject: Re: Compilation
> >> >>
> >> >>
> >> >> Hello,
> >> >>
> >> >> Thanks for the answer. But my problem is persisting! I tried many
> >> >> combinations in the property dialogue of the MSDOS prompt. But I was
> >> never
> >> >> successful in making the screen scrollable. Therefore, compiling of
> >> Beans
> >> >> and JSP are nightmares!
> >> >>
> >> >> Help me please!
> >> >> BRN.
> >> >>
> >> >> -----Original Message-----
> >> >> From: Karanjit Singh <[EMAIL PROTECTED]>
> >> >> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> >> >> Date: Tuesday, July 25, 2000 11:11 PM
> >> >> Subject: Re: Compilation
> >> >>
> >> >>
> >> >> >go to the frame header right click gointo properties and then
> increas
> e
> >> >> >buffer size u will be able to scroll across ur errors.
> >> >> >mandeep
> >> >> >
> >> >> >
> >> >> >>From: B R Nair <[EMAIL PROTECTED]>
> >> >> >>Reply-To: A mailing list about Java Server Pages specification and
> >> >> >>     reference <[EMAIL PROTECTED]>
> >> >> >>To: [EMAIL PROTECTED]
> >> >> >>Subject: Compilation
> >> >> >>Date: Tue, 25 Jul 2000 10:58:00 +0530
> >> >> >>
> >> >> >>Hello All,
> >> >> >>
> >> >> >>I am unable to debug my java beans because while compiling the
> >> program,
> >> >> if
> >> >> >>more errors are there, the error messages roll up and I am able to
> >> see
> >> >> only
> >> >> >>the last messages. I am using JDK 1.3 candidate version under
> Windows
> >> >> 95.
> >> >> >>In
> >> >> >>erlier versions I could say
> >> >> >>javac filename > repo.log
> >> >> >>so that I could check repo.log for errors. This does not work with
> >> JDK
> >> >> 1.3.
> >> >> >>
> >> >> >>Can anyone help me please?
> >> >> >>BRN.
> >> >> >>
> >> >>
> >>
> >>========================================================================
> >> >> ==
> >> >> =
> >> >> >>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> >> >>JSP-INTEREST".
> >> >> >>Some relevant FAQs on JSP/Servlets can be found at:
> >> >> >>
> >> >> >>  http://java.sun.com/products/jsp/faq.html
> >> >> >>  http://www.esperanto.org.nz/jsp/jspfaq.html
> >> >> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >> >> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >> >> >
> >> >>
> >>
> >________________________________________________________________________
> >> >> >Get Your Private, Free E-mail from MSN Hotmail at
> >> http://www.hotmail.com
> >> >> >
> >> >>
> >>
> >=========================================================================
> >> >> ==
> >> >> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> >> JSP-INTEREST".
> >> >> >Some relevant FAQs on JSP/Servlets can be found at:
> >> >> >
> >> >> > http://java.sun.com/products/jsp/faq.html
> >> >> > http://www.esperanto.org.nz/jsp/jspfaq.html
> >> >> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >> >> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >> >> >
> >> >>
> >> >>
> >>
> ==========================================================================
> >> >> =
> >> >> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> >> JSP-INTEREST".
> >> >> Some relevant FAQs on JSP/Servlets can be found at:
> >> >>
> >> >>  http://java.sun.com/products/jsp/faq.html
> >> >>  http://www.esperanto.org.nz/jsp/jspfaq.html
> >> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >> >>
> >> >>
> >>
> ________________________________________________________________________
> >> >> This message has been checked for all known viruses, by Star
> Internet,
> >> >> delivered through the MessageLabs Virus Control Centre.
> >> >> For further information visit:
> >> >> http://www.star.net.uk/stats.asp
> >> >>
> >> >>
> >>
> ==========================================================================
> >> >> =
> >> >> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> >> JSP-INTEREST".
> >> >> Some relevant FAQs on JSP/Servlets can be found at:
> >> >>
> >> >>  http://java.sun.com/products/jsp/faq.html
> >> >>  http://www.esperanto.org.nz/jsp/jspfaq.html
> >> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >> >>
> >> >
> >>
> >=========================================================================
> >> ==
> >> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> JSP-INTEREST".
> >> >Some relevant FAQs on JSP/Servlets can be found at:
> >> >
> >> > http://java.sun.com/products/jsp/faq.html
> >> > http://www.esperanto.org.nz/jsp/jspfaq.html
> >> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >> >
> >>
> >>
> ==========================================================================
> >> =
> >> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> JSP-INTEREST".
> >> Some relevant FAQs on JSP/Servlets can be found at:
> >>
> >>  http://java.sun.com/products/jsp/faq.html
> >>  http://www.esperanto.org.nz/jsp/jspfaq.html
> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >>
> >
> >=========================================================================
> ==
> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> >Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.html
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to