1 Reply Latest reply on Oct 15, 2008 10:29 AM by maxandersen

    Customize Seam Tool Generated Project

    tcmartin24

      I was able to fully customize the jboss-seam-2.1.0.CR1 seam-gen files with custom facelets templates and custom web.xml and to include my own additional jar files by manipulating some of the ant build scripts. For corporate use, I'd like to enable developers to utilize these customizations via the Seam Tool/Jboss Tools plugin wizard for creating a seam project. My facelets customizations do end up in the finished projects but my changes to anything that was in WEB-INF, such as web.xml as well as additional libs I want included, don't make it. I'm guessing the seam tools wizard doesn't make use of the same ant build scripts the command line seam-gen uses. Is there any way at all, to customize web.xml and get my additional libs included? I've searched the eclipse features and plugins directories for templates for web.xml, hoping to discover where the Seam Tools-generated web.xml comes from with no luck. Even if it involves hacking some code (which I hope it doesn't), can someone point me in the right direction?

      Thanks

        • 1. Re: Customize Seam Tool Generated Project
          maxandersen

          Including additional lib files is not possible to customize in the current jboss tooling (we don't use the ant files because they wouldn't work within Eclipse WTP projects)

          Create a feature request in jira outlining what you would like and we can discuss there how you can implement it if doable.