Menu

Problem open an existing project

Help
2005-05-30
2013-04-17
  • glenn-irwin

    glenn-irwin - 2005-05-30

    I have tried to create a project using the help files for the ide demo supplied with the JavaHelp library and I get the following error.  Any ideas?

    --------- UNCAUGHT EXCEPTION ---------
    java.lang.IllegalStateException: No match found
        at java.util.regex.Matcher.group(Matcher.java:461)
        at java.util.regex.Matcher.group(Matcher.java:421)
        at net.sourceforge.jhelpdev.action.CreateMapAction.createMapForHTML(Unknown Source)
        at net.sourceforge.jhelpdev.action.CreateMapAction.createMapForAllDirs(Unknown Source)
        at net.sourceforge.jhelpdev.action.CreateMapAction.createMapForAllDirs(Unknown Source)
        at net.sourceforge.jhelpdev.action.CreateMapAction.createMapForAllDirs(Unknown Source)
        at net.sourceforge.jhelpdev.action.CreateMapAction.createMap(Unknown Source)
        at net.sourceforge.jhelpdev.action.CreateMapAction.doIt(Unknown Source)
        at net.sourceforge.jhelpdev.ConfigureDialog.oK_ActionEvents(Unknown Source)
        at net.sourceforge.jhelpdev.ConfigureDialog.connEtoC2(Unknown Source)
        at net.sourceforge.jhelpdev.ConfigureDialog.access$300(Unknown Source)
        at net.sourceforge.jhelpdev.ConfigureDialog$IvjEventHandler.actionPerformed(Unknown Source)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
        at java.awt.Component.processMouseEvent(Component.java:5488)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
        at java.awt.Component.processEvent(Component.java:5253)
        at java.awt.Container.processEvent(Container.java:1966)
        at java.awt.Component.dispatchEventImpl(Component.java:3955)
        at java.awt.Container.dispatchEventImpl(Container.java:2024)
        at java.awt.Component.dispatchEvent(Component.java:3803)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
        at java.awt.Container.dispatchEventImpl(Container.java:2010)
        at java.awt.Window.dispatchEventImpl(Window.java:1774)
        at java.awt.Component.dispatchEvent(Component.java:3803)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
        at java.awt.Dialog$1.run(Dialog.java:515)
        at java.awt.Dialog.show(Dialog.java:536)
        at java.awt.Component.show(Component.java:1300)
        at java.awt.Component.setVisible(Component.java:1253)
        at net.sourceforge.jhelpdev.JHelpDevFrame.newItem_ActionEvents(Unknown Source)
        at net.sourceforge.jhelpdev.JHelpDevFrame.connEtoC10(Unknown Source)
        at net.sourceforge.jhelpdev.JHelpDevFrame.access$1400(Unknown Source)
        at net.sourceforge.jhelpdev.JHelpDevFrame$IvjEventHandler.actionPerformed(Unknown Source)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
        at java.awt.Component.processMouseEvent(Component.java:5488)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
        at java.awt.Component.processEvent(Component.java:5253)
        at java.awt.Container.processEvent(Container.java:1966)
        at java.awt.Component.dispatchEventImpl(Component.java:3955)
        at java.awt.Container.dispatchEventImpl(Container.java:2024)
        at java.awt.Component.dispatchEvent(Component.java:3803)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
        at java.awt.Container.dispatchEventImpl(Container.java:2010)
        at java.awt.Window.dispatchEventImpl(Window.java:1774)
        at java.awt.Component.dispatchEvent(Component.java:3803)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

     
    • Markus Kraetzig

      Markus Kraetzig - 2005-06-01

      problem was dues to empty name in
      <a name=""></a>, is fixed in upcoming version 0.3

      regards
      markus

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.