Return-Path: X-Original-To: apmail-gump-general-archive@www.apache.org Delivered-To: apmail-gump-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3F0095F7 for ; Wed, 18 Apr 2012 04:41:32 +0000 (UTC) Received: (qmail 70981 invoked by uid 500); 18 Apr 2012 04:41:32 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 70889 invoked by uid 500); 18 Apr 2012 04:41:31 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 70861 invoked by uid 99); 18 Apr 2012 04:41:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 04:41:30 +0000 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS,STOX_REPLY_TYPE X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of billwbarker@verizon.net designates 206.46.173.13 as permitted sender) Received: from [206.46.173.13] (HELO vms173013pub.verizon.net) (206.46.173.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 04:41:22 +0000 Received: from BillPC ([unknown] [71.107.53.73]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M2N00AR1RO1IX10@vms173013.mailsrvcs.net> for general@gump.apache.org; Tue, 17 Apr 2012 23:40:50 -0500 (CDT) Message-id: <254EA5C9A2924551A2F712E744E55E4B@BillPC> From: "Bill Barker" To: "Gump code and data" References: In-reply-to: Subject: Re: Resolving reference to commons-io-*[0-9T].jar file in a property Date: Tue, 17 Apr 2012 21:40:45 -0700 MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=original Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MIMEOLE: Produced By Microsoft MimeOLE V15.4.3538.513 I forgot some of my python coding basics, but can recheckin the fix to trunk, even if I haven't fully tested it (setting up packaged projects is a PIB). That is probably the best move, since it is now now failing for non-globbed projects in my test. So can see if it will run on trunk before moving to live. -----Original Message----- From: Konstantin Kolinko Sent: Tuesday, April 17, 2012 4:39 PM To: Gump code and data Subject: Resolving reference to commons-io-*[0-9T].jar file in a property Hi! It is essentially the same issue that I wrote about a year ago, [1] Now it is occurring in "jakarta-tomcat-catalina" project [2]. It started to nagging dev@tomcat on April 12th, but I do not see what could cause it. I guess that earlier it did not run due to some dependency. Another change is that commons-io 2.3 was released about that time. The problem: When Tomcat 5.5 builds it needs to copy commons-io.jar into its "Manager" webapp. There is the following code in its Ant file: /tomcat/tc5.5.x/trunk/container/webapps/manager/build.xml [[[ ]]] In Gump this is configured in project/jakarta-tomcat-catalina.xml as It results in [[[ BUILD FAILED /srv/gump/public/workspace/jakarta-tomcat-catalina/build.xml:74: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-tomcat-catalina/webapps/build.xml:58: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-tomcat-catalina/webapps/manager/build.xml:56: Warning: Could not find file /srv/gump/public/workspace/apache-commons/io/target/commons-io-*[0-9T].jar to copy. ]]] The actual name of the file is "commons-io-2.4-SNAPSHOT.jar" [3] Should I change the dependency to explicitly name the file? Like this: or there is a chance to make those patterns to work? [1] "Dependency on checkstyle.jar in tomcat-trunk-validate returns glob instead of actual name", 2011-04 http://markmail.org/message/to3dvdwwciqzgrgh [2] jakarta-tomcat-catalina project summary http://vmgump.apache.org/gump/public/jakarta-tomcat-catalina/jakarta-tomcat-catalina/index.html [3] apache-commons/commons-io Build output http://vmgump.apache.org/gump/public/apache-commons/commons-io/gump_work/build_apache-commons_commons-io.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org