I also need to doc a little more. 

Two further configuration changes I wanted to make were:

1) Enable multiple configuration files using something like:

<include>
  <file>config1.xml</file>
  <file>config2.xml</file>
</include>

This shouldn't break existing code, since this will just be an added set
of elements in the file and will be XML configuration specific

2) Enable multiple configuration inheritance by making the extends
attribute on the package element take a comma separated list of package
names. This should only break code if you've developed your own
ConfigurationProvider. I'm going to be changing PackageContext to hold a
list of PackageContext's instead of the single parent it has now. 

Jason

> -----Original Message-----
> From: Patrick Lightbody [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, March 16, 2003 10:39 PM
> To: os-ww
> Subject: [OS-webwork] Getting closer! But first..
> 
> 
> In another step closer to having an XWork 1.0 and WebWork 2.0 
> release, I've moved both projects out of the sandbox. XWork 
> 1.0 will be released first, followed by WebWork 2.0 some time 
> later. The only thing really holding back XWork's release is 
> documentation, which I will try to get finished this week.
> 
> But the WebWork 2.0 release can't really happy as quickly. 
> What needs to happen is:
> 
> 1) documentation, of course
> 2) XRoller needs to be completed or at least mostly finished
> 3) most importantly, WE NEED TO GET 1.3 FINAL OUT.
> 
> Since Jason and I pretty much have our heads buried in 2.0, 
> can someone run through Jira and send me (or the list) emails 
> with the critical outstanding bugs? There are about 30 open 
> issues, and I can't possibly get to them all. If you've 
> opened a bug and still want to see it fixed, please help out 
> by proving diffs or sources. If you have a bug open that you 
> don't care about
> (ie: it's fixed in 2.0 and isn't critical), then please 
> comment on that issue and request it get closed.
> 
> -Pat
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:Crypto Challenge is now open! 
> Get cracking and register here for some mind boggling fun and 
> the chance of winning an Apple iPod: 
> http://ads.sourceforge.net/cgi-> bin/redirect.pl?thaw0031en
> 
> 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to