Yes, I see them in the lib directory after I run those commands, but (pardon the simple Maven question) how does Maven know that those two jars need to be downloaded? I can't see their repositories listed in the pom.xml file--either the pom.xml at the trunk or the one in the distribution directory.
Thanks, Glen Am Montag, den 02.07.2007, 08:40 -0400 schrieb Jiang, Ning (Willem): > Hi Glen, > > Yes, I am sure about it. > You can build a kit with the fellowing instruction: > > cd trunk > mvn install > cd trunk/distribution > mvn install > > You can find the two jars in the lib, when you extract the zip file in the > trage directory. > > Willem. > > > -----Original Message----- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: Sun 7/1/2007 13:21 > To: [email protected] > Subject: Re: svn commit: r552244 - > in/incubator/cxf/trunk/distribution/src/main/release/samples:js_client/README.txt > js_client/build.xml js_client/logging.propertiesjs_client/run_client.bat > js_client/run_client.sh js_provider/README.txt > > Am Sonntag, den 01.07.2007, 04:58 +0000 schrieb [EMAIL PROTECTED]: > > Author: ningjiang > > Date: Sat Jun 30 21:58:17 2007 > > New Revision: 552244 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=552244 > > Log: > > CXF-757 applied the patch of Glen, and removed the prerequisite of > > downloading the js and xmlbean jars, because we ship them in CXF > > distribution. > > > > BTW, are you sure you include those two jars in the distribution? I > don't see them listed here, and I *did* need to download them manually: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS?revision=531341&view=markup > > Glen > > > > ============================================================================== > > --- > > incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt > > (original) > > +++ > > incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt > > Sat Jun 30 21:58:17 2007 > > @@ -27,10 +27,6 @@ > > javac, and java to build and run the demos, you must set the > > environment. > > > > -You also need to download js-1.6R5.jar from > > -(http://repo1.maven.org/maven2/rhino/js/1.6R5/) and xbean-2.2.0.jar > > -from (http://repo1.maven.org/maven2/xmlbeans/xbean/2.2.0/) and place > > -these two jars under CXF_HOME/lib directory. > > > > > > Building and running the demo using ant > > > > >
