Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: When will BeanDoc suppport Spring 2.0 XSD-based config?

  1. #11
    Join Date
    Jun 2007
    Posts
    25

    Default

    Quote Originally Posted by slonopotamus View Post
    Fully working patch for BeanDoc Spring 2.0 support is available here: http://slonopotamus.org/beandoc-spring2.0.patch

    Additionally, built jar can be obtained via my maven repository: http://maven2.slonopotamus.org/org/s...c/0.8-SPRING2/
    Well, it doesn't work. Empty templates are generated. But there was a warning "Invalid attribute 'xpath-default-namespace'", so this could be the problem.
    I'm not strong in XSLT so I can't solve it. I think this is very nice tool and useful. Thus I'd like to run it also with Spring2 definitions. Any suggestions please?

  2. #12

    Default

    Quote Originally Posted by storm View Post
    Well, it doesn't work. Empty templates are generated. But there was a warning "Invalid attribute 'xpath-default-namespace'", so this could be the problem.
    I'm not strong in XSLT so I can't solve it. I think this is very nice tool and useful. Thus I'd like to run it also with Spring2 definitions. Any suggestions please?
    Hi, storm. Could you please try out latest snapshot from http://mojo.codehaus.org/maven-springbeandoc-plugin/ ?

  3. #13
    Join Date
    Jun 2007
    Posts
    25

    Default

    Quote Originally Posted by slonopotamus View Post
    Hi, storm. Could you please try out latest snapshot from http://mojo.codehaus.org/maven-springbeandoc-plugin/ ?
    I'm using Ant. Unfortunately I don't know almost nothing about Maven.
    Is there any way to integrate it into ant?

  4. #14

    Default

    Quote Originally Posted by storm View Post
    I'm using Ant. Unfortunately I don't know almost nothing about Maven.
    Is there any way to integrate it into ant?
    If you're not using Maven plugin then you should manually add Saxon to classpath (and remove other XSLT processors). The reason is that Saxon supports XSLT 2.0.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •