Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CF6F100F4 for ; Thu, 24 Oct 2013 04:32:37 +0000 (UTC) Received: (qmail 19245 invoked by uid 500); 24 Oct 2013 04:32:28 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 19178 invoked by uid 500); 24 Oct 2013 04:32:27 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 19170 invoked by uid 99); 24 Oct 2013 04:32:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 04:32:24 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gunrockseenu@gmail.com designates 209.85.212.65 as permitted sender) Received: from [209.85.212.65] (HELO mail-vb0-f65.google.com) (209.85.212.65) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 04:32:18 +0000 Received: by mail-vb0-f65.google.com with SMTP id w8so193817vbj.0 for ; Wed, 23 Oct 2013 21:31:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=12cfuABR72PQ8f9eeWY+UjlVEtoGZ/xokjVKHc9ZdmY=; b=RSSAiysh522EyU5QmkIuqT52HBtqxhJrSW4uhBO4eXshpnAOlytUvny31MoHDIEaot 8fP0tiwiAIv/OAz52COd+PF/L8hbCKUK6simSBJa4m931JxBOzO5GqlxsIEfPgOOfGrm y1X/yS6EGjvDAJ55ywUo+SM26e5k/sz3Z8G3RAkr38W7yVsR9byRURbKC6xKSTWrmepZ OJ3J0kLsFc/3gPlTKCJBhtsZ8wVnXD+b3vZB+fjLo5qXuAVGchP2k2zkkaG4cgdvIyrw 3jpSFmEcnkpNxhk5xed+GR1cwN9RHyLiy/Sqlsakvym7dg9nxA7OiiBnLP5FywMf7zR6 OQLw== MIME-Version: 1.0 X-Received: by 10.58.161.231 with SMTP id xv7mr390532veb.2.1382589117400; Wed, 23 Oct 2013 21:31:57 -0700 (PDT) Received: by 10.221.58.202 with HTTP; Wed, 23 Oct 2013 21:31:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 Oct 2013 00:31:57 -0400 Message-ID: Subject: Re: Maven - slf4j noclassdeffound error From: gunrock seenu To: Maven Users List Content-Type: multipart/alternative; boundary=047d7b677472368ec304e9751deb X-Virus-Checked: Checked by ClamAV on apache.org --047d7b677472368ec304e9751deb Content-Type: text/plain; charset=ISO-8859-1 ~/M101J$ mvn --version Apache Maven 3.0.4 Maven home: /usr/share/maven Java version: 1.7.0_40, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk1.7.0_40/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.8.0-31-generic", arch: "amd64", family: "unix" strange thing I observed is when I went on the command line and invoke mvn compile , it failed with ~/M101J/src/main/java/com/tengen/HelloWorldSparkStyle.java:[19,10] error: annotations are not supported in -source 1.3 made me think what if I generated the project from intellij - this time it worked. I had previously generated the project directly on command line and imported it into intelliJ and that seem to be the reason why it was not working well. thank you all for your pointers. this one stumps me. --047d7b677472368ec304e9751deb--