Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 93479 invoked from network); 1 Feb 2010 06:02:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 06:02:13 -0000 Received: (qmail 69736 invoked by uid 500); 1 Feb 2010 06:02:13 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 69676 invoked by uid 500); 1 Feb 2010 06:02:12 -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 69666 invoked by uid 99); 1 Feb 2010 06:02:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 06:02:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vdichev@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 06:02:05 +0000 Received: by fg-out-1718.google.com with SMTP id 19so306415fgg.0 for ; Sun, 31 Jan 2010 22:01:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=46ZOKYPK9wOi7vwenf7yWMUEyLJZcuBJCHhRoQH1qAM=; b=gN96vS3YUcxDApGx41wPT8Mj/VCqUzMJWlUAmrXIyOxdRGuxPVgPzjYKOmi07JowTn FgN/VkTbQzJXZNIStMwV/V3uZ/6Gv1m9fIthfhsYdq/em8kObgVUksO3jB5dbxAfb4iT vLguI8KwcgnQEHqO57Ih61ZdPjpw06QPYwaNU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=KaztYUmkXkqvIcIhH34KVw/j43XEtipez2F8d0EpSygYx8ypp5UH1islypFeMVQaC9 nEvaKXCYiXF16bl5GtFfbh6nX8WEW7pt7cdTwA0m0an4wfWZqIwWldw44UsQ6dUmuGxX SfZvRca5z/94BLjAMqlse1Hbe3cZJwvFFjM7s= MIME-Version: 1.0 Sender: vdichev@gmail.com Received: by 10.102.13.2 with SMTP id 2mr2445571mum.12.1265004103968; Sun, 31 Jan 2010 22:01:43 -0800 (PST) In-Reply-To: References: <337753.73023.qm@web44906.mail.sp1.yahoo.com> Date: Mon, 1 Feb 2010 08:01:43 +0200 X-Google-Sender-Auth: aa24de99a29f1e98 Message-ID: Subject: Re: Compile Error From: Vassil Dichev To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I remember having a similar problem with a conflict with the rhino library. I bet you're using a Debian-based distro like Ubuntu. If this is the case, you have a link /usr/share/java/js.jar pointing to the package-installed rhino version. It is in conflict with the maven-installed rhino version, so *if* this file is a link, you need to (re)move it. On Mon, Feb 1, 2010 at 6:49 AM, Richard Hirsch wrot= e: > 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 > > =A0 > 288 =A0 =A0 net.sf.alchim > 289 =A0 =A0 yuicompressor-maven-plugin > 290 =A0 =A0 > 291 =A0 =A0 > 292 =A0 =A0 > 293 =A0 =A0 compress > 294 =A0 =A0 > 295 =A0 =A0 > 296 =A0 =A0 > 297 =A0 =A0 > 298 =A0 =A0 true > 299 =A0 =A0 false > 300 =A0 =A0 > 301 =A0 =A0 > > > > 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 = trunk & 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.prin= tSourceNumber(JavaScriptCompressor.java:299) >> =A0=A0=A0 at com.yahoo.platform.yui.compressor.JavaScriptCompressor.pars= e(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.processF= ile(YuiCompressorMojo.java:178) >> =A0=A0=A0 at net.sf.alchim.mojo.yuicompressor.MojoSupport.processDir(Moj= oSupport.java:151) >> =A0=A0=A0 at net.sf.alchim.mojo.yuicompressor.MojoSupport.execute(MojoSu= pport.java:105) >> =A0=A0=A0 at org.apache.maven.plugin.DefaultPluginManager.executeMojo(De= faultPluginManager.java:451) >> =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= Goals(DefaultLifecycleExecutor.java:558) >> =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= GoalWithLifecycle(DefaultLifecycleExecutor.java:499) >> =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= Goal(DefaultLifecycleExecutor.java:478) >> =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= GoalAndHandleFailures(DefaultLifecycleExecutor.java:330) >> =A0=A0=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= TaskSegments(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:3= 36) >> =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(NativeMethodAcc= essorImpl.java:57) >> =A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingM= ethodAccessorImpl.java:43) >> =A0=A0=A0 at java.lang.reflect.Method.invoke(Method.java:616) >> =A0=A0=A0 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.j= ava: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] -----------------------------------------------------------------= ------- >> >> >> >> >> >> >> >