You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2005/03/01 18:47:30 UTC

DO NOT REPLY [Bug 33793] New: - Kupu integration is broken

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33793>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33793

           Summary: Kupu integration is broken
           Product: Lenya
           Version: 1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: Kupu Integration
        AssignedTo: dev@lenya.apache.org
        ReportedBy: tschlabach@apache.org


Trying to edit a document with Kupu, an exceptions is thrown:

java.io.FileNotFoundException:
/home/torsten/eclipse/lenya-1.4-world/apache-lenya-1.4-dev-bug33661/build/lenya/webapp/resources/kupu/apache-lenya/lenya/kupumacros.xsl
(No such file or directory)

The file is searched for in the wrong directory in fact, as the correct path
would be

$LENYA_WEBAPP/lenya/resources/kupu ... not
$LENYA_WEBAPP/resources/kupu ...

Interesting enough, the kupumacros.html (note the extension) which lives in the
very same directory is found using the very same fallback:// URI in
usecase-kupu.xmap:

<map:generate
  src="fallback://resources/kupu/apache-lenya/kupu/kupumacros.html"/>
<map:transform 
  src="fallback://resources/kupu/apache-lenya/lenya/kupumacros.xsl">

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org