Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 37875 invoked from network); 2 Mar 2007 15:07:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2007 15:07:46 -0000 Received: (qmail 66632 invoked by uid 500); 2 Mar 2007 15:07:54 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 66607 invoked by uid 500); 2 Mar 2007 15:07:54 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 66594 invoked by uid 99); 2 Mar 2007 15:07:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 07:07:54 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 07:07:43 -0800 Received: by ug-out-1314.google.com with SMTP id m3so721784ugc for ; Fri, 02 Mar 2007 07:07:21 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g1D8wIdk4pnS1Q4NbyAD/zBAqzxOnMH57VQP593uxcWtZCW5kaOswPUvq6v6+tXT5moFpRTuetpU0BtAqNMYmgulJ68Sfv7/cTup8aTw13lJOG7cZZ0Ap3evu/sbq27m1zIB6Kh8n31hw4iMYeycfVDQxPVKtEvOYZeLAOnG8WU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Aq9FZuyfAC5l14nfrpSJso5tTqRNNTw/y+gLMMz3yzeykiBAjT0Aic3I9KWA1IFdW2FTVCbmMM5Rzsh8VaraV3nMsJ3+96rjd5MK5iMqmcEIJqz43ixrJgQ2aeMAU84Zmh/ap+GWePd12J0xoAvRrd6yLG1V8cyoqGfCcaRIzhQ= Received: by 10.78.171.20 with SMTP id t20mr55357hue.1172848041454; Fri, 02 Mar 2007 07:07:21 -0800 (PST) Received: by 10.78.155.7 with HTTP; Fri, 2 Mar 2007 07:07:21 -0800 (PST) Message-ID: Date: Fri, 2 Mar 2007 15:07:21 +0000 From: "James Strachan" To: users@activemq.apache.org Subject: Re: [Spam: 5.0] Problem whith librairies In-Reply-To: <9270919.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9247233.post@talk.nabble.com> <9250200.post@talk.nabble.com> <9252121.post@talk.nabble.com> <9253242.post@talk.nabble.com> <9254578.post@talk.nabble.com> <9255370.post@talk.nabble.com> <9270919.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org It looks like you missed the first line of the 2 lines you're meant to type. Try cd into the activemq-web-demo directory first before running the mvn command http://cwiki.apache.org/ACTIVEMQ/web-samples.html On 3/2/07, didyeah971 wrote: > > I am still trying the Ajax module. > I downloaded and compiled all the code, because when i tried to build only > the web modules i had some errors. Now i am trying to launch it with maven, > with the command mvn jetty:run, and i have this error: > > [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not > exist o > r no valid version could be found > > > What's more i think that the build failed, here's the maven trace > > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] ActiveMQ > [INFO] ActiveMQ User Guide > [INFO] ActiveMQ :: JAAS > [INFO] Openwire Generator > [INFO] ActiveMQ :: Core > [INFO] ActiveMQ :: Console > [INFO] ActiveMQ :: JPA Message Store > [INFO] ActiveMQ :: Optional > [INFO] ActiveMQ :: RA > [INFO] ActiveMQ :: RAR > [INFO] ActiveMQ :: Atomikos System Test > [INFO] ActiveMQ Tooling > [INFO] ActiveMQ :: Memory Usage Test Plugin > [INFO] ActiveMQ :: Performance Test Plugin > [INFO] ActiveMQ :: StartUp Plugin > [INFO] ActiveMQ :: Web > [INFO] ActiveMQ :: Web Demo > [INFO] ActiveMQ :: XMPP > [INFO] ActiveMQ :: Web Console > [INFO] ActiveMQ :: Assembly > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] You must specify at least one goal. Try 'install' > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.BuildFailureException: You must specify at least one goal. > Try > 'install' > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:135) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 seconds > [INFO] Finished at: Fri Mar 02 15:49:48 CET 2007 > [INFO] Final Memory: 3M/5M > [INFO] > ------------------------------------------------------------------------ > > > Thx > Did > > James.Strachan wrote: > > > > On 3/1/07, didyeah971 wrote: > >> > >> Sorry but I have one more question, i can i test the web module, do i > >> have > >> to download each file from the from svn, because i don't find it anywhere > >> else. that's why i'm interested in, it's the ajax connectors. > >> thx, did > > > > I've updated the web samples wiki page to me more explicit > > http://cwiki.apache.org/ACTIVEMQ/web-samples.html > > -- > > > > James > > ------- > > http://radio.weblogs.com/0112098/ > > > > > > -- > View this message in context: http://www.nabble.com/Problem-whith-librairies-tf3326135s2354.html#a9270919 > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- James ------- http://radio.weblogs.com/0112098/