Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 72364 invoked from network); 1 Feb 2010 04:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 04:50:26 -0000 Received: (qmail 44452 invoked by uid 500); 1 Feb 2010 04:50:26 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 44386 invoked by uid 500); 1 Feb 2010 04:50:25 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 44376 invoked by uid 99); 1 Feb 2010 04:50:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 04:50:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hirsch.dick@gmail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 04:50:16 +0000 Received: by fxm28 with SMTP id 28so3988288fxm.20 for ; Sun, 31 Jan 2010 20:49:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zs17qTRASJjoZPr8YYOlAkERqCNM9U/yhAdWpCrLKzU=; b=Sli2G24zkZzsQ+usIIMvLovIO9p1Z6Ox9SwJ4ipjvi1HQZKYA3S1O6IEgnXH4pFxbn xZvEdIE0uKnZ/epV2vRElTz2ZRcRHeI2CBWG5xrFwbvIeb7CzMZ01h/LkyZXBG/xMWBp 6q6LGGya0EjGt2juhC4Sh1w3P+NgQofaCWNag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=NHvBW049uWpN8+M4wfsgi+U09G1OEqCzG7J75Acu61wmSImcbMVn0mqqqIn9eipsZj zJSza2iluBXlFTuBa4M3YQ+UwMdRrbdRbCbjT5bL+41V1XAHvBlS3pUiylVNVOgc+V/6 pzZ9nLxuIZGlaeei7o9QApKV5Aqd2NvQ1gth4= MIME-Version: 1.0 Received: by 10.103.122.14 with SMTP id z14mr2414965mum.10.1264999796676; Sun, 31 Jan 2010 20:49:56 -0800 (PST) In-Reply-To: <337753.73023.qm@web44906.mail.sp1.yahoo.com> References: <337753.73023.qm@web44906.mail.sp1.yahoo.com> Date: Mon, 1 Feb 2010 05:49:56 +0100 Message-ID: Subject: Re: Compile Error From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Depending on what platform you are on, this plug-in may not work. Which JDK are using? Look at the pom.xml and comment out the following plug-in 288 net.sf.alchim 289 yuicompressor-maven-plugin 290 291 292 293 compress 294 295 296 297 298 true 299 false 300 301 On Mon, Feb 1, 2010 at 5:45 AM, Uday Subbarayan wrote: > HiAll, > =A0=A0=A0 I checked out the src code and when trying to compile both in t= runk & branch, getting this following run time exception. Am I missing any = libs? > > Thanks, > Uday. > > [INFO] ------------------------------------------------------------------= ------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------= ------ > [INFO] null > [INFO] ------------------------------------------------------------------= ------ > [INFO] Trace > java.lang.RuntimeException > =A0=A0=A0 at com.yahoo.platform.yui.compressor.JavaScriptCompressor.print= SourceNumber(JavaScriptCompressor.java:299) > =A0=A0=A0 at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse= (JavaScriptCompressor.java:335) > =A0=A0=A0 at com.yahoo.platform.yui.compressor.JavaScriptCompressor.(JavaScriptCompressor.java:532) > =A0=A0=A0 at net.sf.alchim.mojo.yuicompressor.YuiCompressorMojo.processFi= le(YuiCompressorMojo.java:178) > =A0=A0=A0 at net.sf.alchim.mojo.yuicompressor.MojoSupport.processDir(Mojo= Support.java:151) > =A0=A0=A0 at net.sf.alchim.mojo.yuicompressor.MojoSupport.execute(MojoSup= port.java:105) > =A0=A0=A0 at org.apache.maven.plugin.DefaultPluginManager.executeMojo(Def= aultPluginManager.java:451) > =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeG= oals(DefaultLifecycleExecutor.java:558) > =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeG= oalWithLifecycle(DefaultLifecycleExecutor.java:499) > =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeG= oal(DefaultLifecycleExecutor.java:478) > =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeG= oalAndHandleFailures(DefaultLifecycleExecutor.java:330) > =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeT= askSegments(DefaultLifecycleExecutor.java:291) > =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(= DefaultLifecycleExecutor.java:142) > =A0=A0=A0 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:33= 6) > =A0=A0=A0 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > =A0=A0=A0 at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > =A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce= ssorImpl.java:57) > =A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe= thodAccessorImpl.java:43) > =A0=A0=A0 at java.lang.reflect.Method.invoke(Method.java:616) > =A0=A0=A0 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.ja= va:315) > =A0=A0=A0 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > =A0=A0=A0 at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.= java:430) > =A0=A0=A0 at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------= ------ > [INFO] Total time: 1 minute 5 seconds > [INFO] Finished at: Sun Jan 31 20:39:21 PST 2010 > [INFO] Final Memory: 21M/117M > [INFO] ------------------------------------------------------------------= ------ > > > > > > >