This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 99608

Summary: Check existence of file during installing documentation
Product: contrib Reporter: pzajac <pzajac>
Component: LatexAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description pzajac 2007-03-31 12:51:07 UTC
java.io.FileNotFoundException:
http:/www.emerson.emory.edu/services/latex/latex2e/latex2e_toc.html/latex2e_176.html
(No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at
org.netbeans.modules.latex.editor.completion.latex.help.PreprocessHelp.isFileHelp(PreprocessHelp.java:64)
	at
org.netbeans.modules.latex.editor.completion.latex.help.PreprocessHelp.createHelpJar(PreprocessHelp.java:119)
	at
org.netbeans.modules.latex.editor.completion.latex.help.PreprocessHelp.createHelpJar(PreprocessHelp.java:132)
	at
org.netbeans.modules.latex.editor.completion.latex.help.InstallHelp.installHelp(InstallHelp.java:41)
	at
org.netbeans.modules.latex.editor.completion.latex.help.InstallHelpAction.performAction(InstallHelpAction.java:51)
	at
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:94)
	at
org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
	at
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:90)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractBut