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

Thread: Ant task to validate applicationContext.xml

  1. #11
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    Still depends what you mean by validate

    You could easily create a task to simply load the context files as a BeanFactory and verify no dependency errors for example. Alternatively use the beandoc ant task to documet/graph the context, though that would need manual validation by reading the output docs.

    Regards,
    Darren Davison.
    Public Key: 0xE855B3EA

  2. #12
    Join Date
    Aug 2004
    Posts
    107

    Default

    Quote Originally Posted by davison
    Still depends what you mean by validate

    You could easily create a task to simply load the context files as a BeanFactory and verify no dependency errors for example. Alternatively use the beandoc ant task to documet/graph the context, though that would need manual validation by reading the output docs.

    Regards,
    Just implement what the eclipse plug-in does. It would be nice if the actual validation logic was moved from the eclipse project into another project. THEN write tools on top of it (e.g. ant, eclipse, idea etc).

    Dino

Similar Threads

  1. Ant task
    By hucmuc in forum SpringSource Tool Suite
    Replies: 4
    Last Post: Mar 18th, 2006, 12:51 PM
  2. Spring jBPM - Task Assignment
    By msegvich in forum Spring-Modules
    Replies: 10
    Last Post: Jan 27th, 2006, 01:31 PM
  3. bat file for invoking beandoc ant task
    By ctassoni in forum Container
    Replies: 1
    Last Post: Aug 27th, 2005, 02:51 AM
  4. Only validate enabled components
    By afida in forum Swing
    Replies: 0
    Last Post: Jul 11th, 2005, 03:56 AM
  5. Replies: 2
    Last Post: Sep 2nd, 2004, 02:33 PM

Posting Permissions

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