Re: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-13 Thread Stefano Mazzocchi
Vadim Gritsenko wrote: > > Yes, I agree. The big thing with a "precompiled site" is the > manipulations > > we need to do to the sitemap. I.e., we would have many many > generators, and > > we would have to select the proper one based on the URI. It can get > messy, > > but if we do it right,

Re: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-11 Thread Davanum Srinivas
Source are left in generated war. It's minor tweak to build.xml if you want to delete them... :) Thanks, dims --- Enke Michael <[EMAIL PROTECTED]> wrote: > Davanum Srinivas wrote: > > > > Setting the work-directory is not really needed. Just the build.precompile flag on >the command > > line

Re: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-10 Thread Enke Michael
Davanum Srinivas wrote: > > Setting the work-directory is not really needed. Just the build.precompile flag on >the command > line and the flags in cocoon.xconf as we talked about earlier is enough. > > Thanks, > dims > ... with this build flag: Are the source files in the generated war or are

RE: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-10 Thread Davanum Srinivas
Setting the work-directory is not really needed. Just the build.precompile flag on the command line and the flags in cocoon.xconf as we talked about earlier is enough. Thanks, dims --- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > > > > Team

RE: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-10 Thread Vadim Gritsenko
> From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > > Team, > > Please try the new "-Dbuild.precompile=true" option in the build > script. It will generate Java > Source(s) for all XSP's and Sitemap's in WEB-INF/classes and even > compiles them. These > pre-generated files will be then be add

Re: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-09 Thread Stefano Mazzocchi
Davanum Srinivas wrote: > > Team, > > Please try the new "-Dbuild.precompile=true" option in the build script. It will >generate Java > Source(s) for all XSP's and Sitemap's in WEB-INF/classes and even compiles them. >These > pre-generated files will be then be added to cocoon.war. > > The fe

[C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-08 Thread Davanum Srinivas
Team, Please try the new "-Dbuild.precompile=true" option in the build script. It will generate Java Source(s) for all XSP's and Sitemap's in WEB-INF/classes and even compiles them. These pre-generated files will be then be added to cocoon.war. The feature is mainly targeted at production Serv