From photark-dev-return-976-apmail-incubator-photark-dev-archive=incubator.apache.org@incubator.apache.org Sat Oct 02 12:31:55 2010 Return-Path: Delivered-To: apmail-incubator-photark-dev-archive@minotaur.apache.org Received: (qmail 92322 invoked from network); 2 Oct 2010 12:31:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 12:31:54 -0000 Received: (qmail 95411 invoked by uid 500); 2 Oct 2010 12:31:54 -0000 Delivered-To: apmail-incubator-photark-dev-archive@incubator.apache.org Received: (qmail 95358 invoked by uid 500); 2 Oct 2010 12:31:52 -0000 Mailing-List: contact photark-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: photark-dev@incubator.apache.org Delivered-To: mailing list photark-dev@incubator.apache.org Received: (qmail 95345 invoked by uid 99); 2 Oct 2010 12:31:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 12:31:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of subashsdm@gmail.com designates 209.85.216.182 as permitted sender) Received: from [209.85.216.182] (HELO mail-qy0-f182.google.com) (209.85.216.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 12:31:45 +0000 Received: by qyk33 with SMTP id 33so1838383qyk.6 for ; Sat, 02 Oct 2010 05:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YgLSHN0nfoRJ81wQ6CXaXZ2PUNQTTq4ZLbojcDY3F5s=; b=Q+xjyKmE0F2N/tI0N1eWXPoKr1c84Agz8WFj9fPZ7rgE3/Bw7y2e4gQzMIvwCvoFv6 y2yn4qWpr8Wb5IQYUi94TwTD9Y2GddMehkv/cnZ5vj3dsxITWXh1leS5micRUOAbLtq9 oFFlT23izNHaB6o6j8M5zwD+BMGYnd6NFi/TI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=EXEnXO7Th1Dj6eFlB3HENXYp9w4y4CCvMm0Dmhvsciwolv6nIkbXtt1JJP8sOGHhB/ yI/L24T2IY5XT6hhREtAsZVEeqy1mk1dLmiX9aCIGJZGEvD4wXa4ASruVYUbdyiGOC1U 2z/V1zkjwCrc4gEk+G2I10y51LhzAf+nsbpYo= MIME-Version: 1.0 Received: by 10.224.66.167 with SMTP id n39mr4689702qai.391.1286022684093; Sat, 02 Oct 2010 05:31:24 -0700 (PDT) Received: by 10.229.85.72 with HTTP; Sat, 2 Oct 2010 05:31:23 -0700 (PDT) Date: Sat, 2 Oct 2010 18:01:23 +0530 Message-ID: Subject: Build Failure in phot-ark-rest From: Subash Chaturanga To: photark-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=00c09f99defa422ed90491a17d7b --00c09f99defa422ed90491a17d7b Content-Type: text/plain; charset=ISO-8859-1 Hi all , I was trying to build photo-ark and got a compilation failure. I looked in to my local m2 repo and there is no such class called ImageFilter in org.apache.photark.services.album package .As i am building this online it should download this artifact as i don't have this in my local repo. But I am having the following failure. Compilation failure /home/siddhi/photo-ark/photark-rest/photark-flickr/src/main/java/org/apache/photark/album/flickr/FlickrAlbumImpl.java:[28,40] cannot find symbol symbol : class ImageFilter location: package org.apache.photark.services.album Regards /subash --00c09f99defa422ed90491a17d7b--