Ticket #14 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

xInclude fails getting correct path

Reported by: frank.kleine@schlund.de Assigned to: schst
Priority: normal Milestone: v1.0.0
Component: XIncludeExtension Version: SVN-HEAD
Severity: normal Keywords:
Cc:

Description

In class xInclude of package net.schst.XJConf.ext the method endElement() doesn't detect the correct path for the file to include. If you correct the line

File current = reader.getCurrentFile();

to

File current = reader.getCurrentFile().getAbsoluteFile();

the problem is solved.

Change History

08/12/05 11:06:13 changed by schst

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to v1.0.0.

Fixed in SVN.