Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 20646 invoked from network); 2 Jul 2007 14:05:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 14:05:21 -0000 Received: (qmail 57948 invoked by uid 500); 2 Jul 2007 14:05:23 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 57918 invoked by uid 500); 2 Jul 2007 14:05:23 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 57909 invoked by uid 99); 2 Jul 2007 14:05:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 07:05:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of glen.mazza@verizon.net designates 206.46.252.48 as permitted sender) Received: from [206.46.252.48] (HELO vms048pub.verizon.net) (206.46.252.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 07:05:19 -0700 Received: from [192.168.1.47] ([70.18.231.114]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JKK00GDA1S6AIB1@vms048.mailsrvcs.net> for cxf-dev@incubator.apache.org; Mon, 02 Jul 2007 09:04:55 -0500 (CDT) Date: Mon, 02 Jul 2007 10:04:55 -0400 From: Glen Mazza 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 In-reply-to: <9A4696F35B459043970EE4A85A317390025500@amer-ems1.IONAGLOBAL.COM> To: cxf-dev@incubator.apache.org Message-id: <1183385095.14899.5.camel@gmazza-desktop> MIME-version: 1.0 X-Mailer: Evolution 2.10.1 Content-type: text/plain Content-transfer-encoding: 7bit References: <20070701045819.0A0191A981A@eris.apache.org> <1183267287.5466.17.camel@gmazza-desktop> <9A4696F35B459043970EE4A85A317390025500@amer-ems1.IONAGLOBAL.COM> X-Virus-Checked: Checked by ClamAV on apache.org 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:glen.mazza@verizon.net] > Sent: Sun 7/1/2007 13:21 > To: cxf-dev@incubator.apache.org > 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 ningjiang@apache.org: > > 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 > > > > >