Return-Path: Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 43117 invoked by uid 500); 24 Aug 2003 14:56:43 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 43086 invoked from network); 24 Aug 2003 14:56:42 -0000 Received: from relay.cs.tcd.ie (HELO mail.cs.tcd.ie) (134.226.32.56) by daedalus.apache.org with SMTP; 24 Aug 2003 14:56:42 -0000 Received: from mail.cs.tcd.ie (localhost [127.0.0.1]) by relay.cs.tcd.ie (Postfix) with ESMTP id DAB1417F0B for ; Sun, 24 Aug 2003 15:54:54 +0100 (IST) Received: from strider.dsg.cs.tcd.ie (north.dsg.cs.tcd.ie [134.226.36.11]) by mail.cs.tcd.ie (Postfix) with ESMTP id B903017F00 for ; Sun, 24 Aug 2003 15:54:54 +0100 (IST) Subject: checkstyle dependency download From: Dominik Dahlem Reply-To: Dominik.Dahlem@cs.tcd.ie To: users@maven.apache.org Content-Type: text/plain Organization: Trinity College Dublin, Computer Science Department, Distributed Systems Group Message-Id: <1061736894.15114.61.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 24 Aug 2003 15:54:54 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I discovered just recently a problem with checkstyle I've never had before. Although I didn't update maven and plugins I have suddenly the problem using checkstyle. When I start with a clean maven (no jars in the local repository except commons-jelly and velocity and unprocessed plugins in the plugins directory) checkstyle doesn't download its dependencies while it is processed. Apparently I get ClassNotFoundExceptions. If I then delete the .processed file in maven-checkstyle-plugin-2.0-SNAPSHOT and start again maven it'll download the dependencies and perform the checkstyle report. It appears to me that only the checkstyle plugin has this weird problem. If anyone experienced similar behavior or can help me out I would be more than happy. I have been working on this problem for a couple of hours and am not able to isolate the problem. Thx in advance, Dominik FYI: I'm using maven 1.0 beta 10 on RedHat/Windows. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org