- Home
- Search
- About Me
- AJAX Tools
- WLS Tutorial
- Setup
- Introduction
- Contact
- FAQ
- Useful Links
- AutoBuild
- SOAP Router
AutoBuild 0.1
Setup
download binary
autobuild-0.1.zip
download source
autobuild-src-0.1.zip
unzip
autobuild-0.1.zip
in to your-local-dir
edit autobuild.cmd file to update var AUTO-BUILD-JAR
to run type
autobuild -src webServiceSourceDir -target outputDir -war warFileName
check out the example
here
for more details
Features in 0.1
Supports multiple web services (.wlws) file in one war
Supports Web services with complex types
Copy resource files (.html,.gif,web.xml,etc) to the target war
Compile java source files in ${src}/WEB-INF/src/* directory to ${target}/WEB-INF/classes
Do autotype on all web service files (.wlws files) in ${src}/WEB-INF/src/* directory
Do source2wsdd on all web service files (.wlws files) in ${src}/WEB-INF/src/* directory
Jar up ${target} directory as a ${war} file
©2006 Manoj Cheenath