Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A80FD710A for ; Tue, 15 Nov 2011 13:37:45 +0000 (UTC) Received: (qmail 50300 invoked by uid 500); 15 Nov 2011 13:37:44 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 50227 invoked by uid 500); 15 Nov 2011 13:37:44 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 50219 invoked by uid 99); 15 Nov 2011 13:37:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 13:37:44 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of newmanw10@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 13:37:38 +0000 Received: by bkbzt12 with SMTP id zt12so10582835bkb.30 for ; Tue, 15 Nov 2011 05:37:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:mime-version:date:message-id:subject:to:content-type; bh=1Yf7HC5E3ciXvJW1KlgQkklJv+2LQmdi46JJp6Les9k=; b=CUrGtYDM6NUg0d09BVqxnlFHOodT6n3rlPbzI9ZlfqFJyxMAdSvSMn0LIgPwmf54c4 p4+50MVKEodyOll8UGV3Ye2NHCExzVzFosQvHd6coL40/BonGF/vkQZZ0PeXF+XaW0Ks MfsA1nV9jhQ5dUKomPNHaSZ8a3vAJ7aHRMe7Q= Received: by 10.204.145.89 with SMTP id c25mr24082603bkv.35.1321364236653; Tue, 15 Nov 2011 05:37:16 -0800 (PST) From: Billy Newman Mime-Version: 1.0 (1.0) Date: Tue, 15 Nov 2011 06:37:13 -0700 Message-ID: <-8143442314282910368@unknownmsgid> Subject: [configuration] can you use wild cards to read in multiple files To: "user@commons.apache.org" Content-Type: text/plain; charset=ISO-8859-1 I am trying to read in multiple files into a configuration. The file names are dynamic so I cannot hard code to names in my config.xml file. File names might be something like: Some-nodes.xml More-nodes.xml Is there a way I can specify *-nodes.xml in my config.xml file to load all files that match? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org