cheenath.com
- Home
- Search
- About Me
- AJAX Tools
- WLS Tutorial
  - Setup
  - Introduction
  - Contact
  - FAQ
  - Useful Links
- AutoBuild
- SOAP Router


AutoBuild 0.1

Setup

  1. download binary autobuild-0.1.zip
  2. download source autobuild-src-0.1.zip
  3. unzip autobuild-0.1.zip in to your-local-dir
  4. edit autobuild.cmd file to update var AUTO-BUILD-JAR
  5. to run type
    autobuild -src webServiceSourceDir -target outputDir -war warFileName
  6. check out the example here for more details

Features in 0.1

  1. Supports multiple web services (.wlws) file in one war
  2. Supports Web services with complex types
  3. Copy resource files (.html,.gif,web.xml,etc) to the target war
  4. Compile java source files in ${src}/WEB-INF/src/* directory to ${target}/WEB-INF/classes
  5. Do autotype on all web service files (.wlws files) in ${src}/WEB-INF/src/* directory
  6. Do source2wsdd on all web service files (.wlws files) in ${src}/WEB-INF/src/* directory
  7. Jar up ${target} directory as a ${war} file

      

©2006 Manoj Cheenath