#1: maven jar:install #2: add a project.properties in root and add one line as follows optional.includes= #3: just maven from root should work w/o network connection. "maven all-tests" needs connection
thanks, dims On 11/4/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > Steve Loughran wrote: > > Sanjiva Weerawarana wrote: > > > >> On Thu, 2005-11-03 at 12:59 +0000, Steve Loughran wrote: > >> > >>>> IIRC, there are different interpretations for different usages/specs > >>>> (XPath, XQuery, Schema, etc.), but it might be that this has been > >>>> cleaned up by now and is more consistent. We needed the option for > >>>> Axis 1. > >>>> > >>>> We could certainly do the default-ns version now and add a > >>>> non-defaulting version later if needed. > >>>> > >>> > >>> Right. I've stuck the code in with both. However, we could pull the > >>> option to choose your action from the OMElement interface (and test), > >>> then make the method private so the public operation only gives you > >>> what we decide is appropriate. If nobody objects, that is what I will > >>> do. > >> > >> > >> > >> OK this is fine with me ... to me the rules of XML Schema win over the > >> others but that's prolly too puritan for the ugly real world. > > > > > > ok, I will try and commit a version that doesnt break SAAJ, > > I think I've done this, though SAAJ isnt building for me today anyway, > for dom3 related problems. I have just made sure that the errors coming > out from there are not related to the resolveQname() method being absent. > > I need to understand maven and the build process here a lot more. > > 1. how do I tell maven to install the built artifact into the local > repository? > > 2. how do I say to skip a child module (saaj) when trying to do an > aggregate? > > 3. how do I get tests to run behind a firewall. I do have maven setup > with proxy support properly. > -- Davanum Srinivas : http://wso2.com/blogs/
