[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Generate SCORM from DocBook
This looks really interesting. I remember reading up on learning
objects and SCORM a few years back and thinking it looked
promising, but never got around to exploring it much after that.
Anyway, when I try your build, I get an "Unsupported major.minor
version 49.0" error (see the log below). My Java runtime is
1.4.2. Is your code backward compatible with Java 1.4?
--Mike
Sasha Philippov <philya@gmail.com> writes:
> Let me announce the free command-line tool for DocBook to SCORM 2004
> conversion. It is the command-line Ant-based java application intended to
> generate SCORM 2004 compliant packages from DocBook 4.4 sources. It's free
> to use but not open source. It uses XSL stylesheets from DocBook project
> on SourceForge to generate HTML resources.
>
> You can find more information on the tool's home page:
> [1]http://pyxx.org/DocBook2SCORM/overview.html
>
> Please, evaluate this tool if you are interested in such a conversion
> mechanism. Let me know if it's useful, so I'll decide weither I should
> initiate development of more user-friendly version. Any feedback and
> comments are appreciated.
Buildfile: build.xml
clean:
[delete] Deleting directory /scratch/DocBook2SCORM/temp
[mkdir] Created dir: /scratch/DocBook2SCORM/temp
manifest:
[java] Exception in thread "main" java.lang.UnsupportedClassVersionError: org/pyxx/dl/conv/docbook2scorm (Unsupported major.minor version 49.0)
[java] at java.lang.ClassLoader.defineClass0(Native Method)
[java] at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
[java] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
[java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
[java] at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
[java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
[java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
[java] Java Result: 1
html:
[mkdir] Created dir: /scratch/DocBook2SCORM/temp/resources
[java] Source file /scratch/DocBook2SCORM/temp/source.xml does not exist
BUILD FAILED
/scratch/DocBook2SCORM/build.xml:68: Java returned: 2
Total time: 1 second
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]