On 11/02/2013 16:00, Williams, Nick wrote: > 1) Where do y'all get the javax.* code that's in your repository?
The sources have varied over time (at one point Tomcat was the reference implementation). These days it is essentially a manual process to create them from the spec. For WebSocket I automate it a little by using javap on the spec repository and on Tomcat and then fixing the diffs to the public API by hand. > 2) Where do y'all get the XSD files in > http://svn.apache.org/repos/asf/tomcat/trunk/java/javax/servlet/resources/ Again, sources have varied over time. They aren't required unless XML validation is enabled so we tend to add them once the spec is final. We add the CDDL licensed versions and make sure the LICENCE and NOTICE file are updated as necessary. Take a look at the svn history for the Servlet 3.0 files. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org