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 - Check existence of file during installing documentation
Summary: Check existence of file during installing documentation
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Latex (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-31 12:51 UTC by pzajac
Modified: 2007-03-31 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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