Menu

#22 Transformer Classpath: Failing Path

open
nobody
5
2008-02-06
2008-02-06
Anonymous
No

Unable to Build document with my environment, regardless of setup. The error I'm seeing is an obvious bug - there is no handling of this exception, and happens during a classpath/reflection call.

The actual error displayed is "String index out of range: -1" in a modal dialog after clicking 'RUN' on a launch configuration. Stack trace is below.

I have tried fresh deployments of Eclipse with no other plugins. Run settings are as follows:
- Source: somefile.xml
- Stylesheet: xsl/html/dockbook.xsl
- Target file: defaults
- Target dir: /docn/output/html

Cheers,

Ronald
ronald <dot> richardson < a t > gmail <dot> com

!ENTRY org.eclipse.core.jobs 4 2 2008-02-06 12:34:23.640
!MESSAGE An internal error occurred during: "Launching simple_config".
!STACK 0
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at com.orangevolt.xslt.launch.XSLTLaunchConfigurationDelegate.evaluateTransformerClasspath(XSLTLaunchConfigurationDelegate.java:402)
at com.orangevolt.xslt.launch.XSLTLaunchConfigurationDelegate.computeClasspath(XSLTLaunchConfigurationDelegate.java:193)
at com.orangevolt.xslt.launch.XSLTLaunchConfigurationDelegate.launch(XSLTLaunchConfigurationDelegate.java:111)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:766)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:899)
at org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(DebugUIPlugin.java:1102)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Discussion

  • stuart yeates

    stuart yeates - 2008-05-09

    Logged In: YES
    user_id=118153
    Originator: NO

    I'm also seeing this bug:

    Eclipse Platform
    Version: 3.3.1.1
    Build id: M20071023-1652

    Orangevault XSLT Plugin
    Version 1.0.7

     
  • Rich.D.Rich

    Rich.D.Rich - 2008-08-11

    Logged In: YES
    user_id=1610925
    Originator: NO

    I also get this (Eclipse 3.4.0 I20080617-2000, Java 1.6.0_07-b06)

     

Log in to post a comment.