question.

does the jetty plugin have soap support (I am fairly sure I have to answer
to this, but just to be clean)?

are there examples on how to use it?

does it come setup by default from a jboss-all build?

 * * *

By the way, these build systems are really designed to generate the files
which users will download, perhaps even automate building an installer too
(not anywhere close to being done at the moment).

All modules (build & source) have release targets:

     [help]     release-all      Builds a distribution for each archive type.
     [help]     release-tar      Builds a TAR release distribution.
     [help]     release-tgz      Builds a TAR-GZIP release distribution.
     [help]     release-zip      Builds a ZIP release distribution.

All of these depend on the 'release' method, which simply sets up the
output/${release.id} directory and puts files there (depends on compile +
jars targets usually).

Release information (the date, time, module version, etc...) are stored
currently in org/jboss/version.properties (read by org.jboss.Version).  I
may add a /moduleinfo.properties and ModuleInfo support later to get the
version of the actual module each class came from.

Try it for yourself.

 * * *

By the way, I will be in Thailand for 3 weeks (Oct 12 - Nov 2).

I am going to hold of on anything major which I was planning (buildsystem,
boot sequence, testsuite, etc) until I get back.  I hope to finish any
buildsystem stability issues and perhaps work on the website docs of all the
bits I have twiddled.

If there are any outstanding issues with the build system, please let me
know about them.

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to