Return-Path: Delivered-To: apmail-logging-log4j-dev-archive@www.apache.org Received: (qmail 99355 invoked from network); 23 Apr 2007 03:12:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 03:12:17 -0000 Received: (qmail 34584 invoked by uid 500); 23 Apr 2007 03:12:24 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 34359 invoked by uid 500); 23 Apr 2007 03:12:23 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 34348 invoked by uid 99); 23 Apr 2007 03:12:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 20:12:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [203.89.192.138] (HELO postoffice.aconex.com) (203.89.192.138) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 20:12:16 -0700 Received: from [192.168.5.130] (unknown [203.89.192.141]) by postoffice.aconex.com (Postfix) with ESMTP id 5631892C479 for ; Mon, 23 Apr 2007 11:04:55 +1000 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <1B061A54-8821-4E28-9E2B-CB8740662E10@aconex.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4B2E8B12-28D1-4901-816E-00FC7E76C03F@aconex.com> Content-Transfer-Encoding: 7bit From: Paul Smith Subject: Re: log4j-components & maven Date: Mon, 23 Apr 2007 13:12:16 +1000 To: "Log4J Developers List" X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org On 23/04/2007, at 12:56 PM, Paul Smith wrote: > fixed it myself, this is obviously a DumbNewbieMaven user: > > mvn -U install > > fixes it. The -U obviously picks up new plugins from the > repository. Be nice if Maven suggested that. > Actually, almost fixed, now getting a compile error. Curt, have you done something odd with svn and symbolic links? Paul-Smiths-Computer:/workspace/log4j-component/src/test/java/org/ apache/log4j/xml paulsmith$ ls -alh total 16 drwxr-xr-x 5 paulsmit admin 170B Apr 23 08:59 . drwxr-xr-x 6 paulsmit admin 204B Apr 23 08:59 .. drwxr-xr-x 9 paulsmit admin 306B Apr 23 08:59 .svn lrwxr-xr-x 1 paulsmit admin 83B Apr 23 08:59 MockReceiver.java - > /Users/curta/ls-svn/log4j/tests/src/java/org/apache/log4j/plugins/ MockReceiver.java -rw-r--r-- 1 paulsmit admin 2K Apr 23 08:59 PluginConfiguratorTest.java Paul-Smiths-Computer:/workspace/log4j-component paulsmith$ mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ ---- [INFO] Building Apache Component Companion for log4j 1.2. [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ ---- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 1 source file to /workspace/log4j-component/target/ test-classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /workspace/log4j-component/src/test/java/org/apache/log4j/xml/ PluginConfiguratorTest.java:[59,16] cannot find symbol symbol : class MockReceiver location: class org.apache.log4j.xml.PluginConfiguratorTest /workspace/log4j-component/src/test/java/org/apache/log4j/xml/ PluginConfiguratorTest.java:[61,8] cannot find symbol symbol : class MockReceiver location: class org.apache.log4j.xml.PluginConfiguratorTest /workspace/log4j-component/src/test/java/org/apache/log4j/xml/ PluginConfiguratorTest.java:[61,30] cannot find symbol symbol : class MockReceiver location: class org.apache.log4j.xml.PluginConfiguratorTest --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org