Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 62824 invoked from network); 28 Jan 2011 15:10:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 15:10:59 -0000 Received: (qmail 63079 invoked by uid 500); 28 Jan 2011 15:10:58 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 62563 invoked by uid 500); 28 Jan 2011 15:10:56 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 62538 invoked by uid 99); 28 Jan 2011 15:10:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 15:10:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jak-commons-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 15:10:46 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pipxx-0002K3-7b for dev@commons.apache.org; Fri, 28 Jan 2011 16:10:25 +0100 Received: from hsi-kbw-091-089-186-069.hsi2.kabel-badenwuerttemberg.de ([91.89.186.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jan 2011 16:10:25 +0100 Received: from joerg.schaible by hsi-kbw-091-089-186-069.hsi2.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jan 2011 16:10:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@commons.apache.org To: dev@commons.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: RE: [codec] Large test data set! Followup-To: gmane.comp.jakarta.commons.devel Date: Fri, 28 Jan 2011 16:10:14 +0100 Lines: 46 Message-ID: References: <02AA127CD8DCDE48BC7D2DFB6C87083A07E497CE@nwt-s-mbx2.rocketsoftware.com> <4D3F304F.2080304@oliver-heger.de> <02AA127CD8DCDE48BC7D2DFB6C87083A07E4A0CC@nwt-s-mbx2.rocketsoftware.com> <4D40812C.4080903@oliver-heger.de> <02AA127CD8DCDE48BC7D2DFB6C87083A07E4C371@nwt-s-mbx2.rocketsoftware.com> <494B5DF8-BAA7-4179-9725-47F355CDA585@seagullsoftware.com> <02AA127CD8DCDE48BC7D2DFB6C87083A07E4D739@nwt-s-mbx2.rocketsoftware.com> Reply-To: joerg.schaible@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-091-089-186-069.hsi2.kabel-badenwuerttemberg.de Mail-Copies-To: nobody User-Agent: KNode/4.4.9 X-Virus-Checked: Checked by ClamAV on apache.org Hi Gary, Gary Gregory wrote: >> > >> > You would use the dependency plugin in the generate-resources phase to >> > extract the zip file into your local target directory where you then >> > access the file(s) in your test. Quite a normal action with Maven. >> > >> > And regarding an IDE there's no difference from any other task that >> > generates resources or additional source files. >> >> BTW: If you're unsure how to do this, I can give this a shot at the >> weekend. >> Just an offer. > > Yes, thank you! > > What you could help on now is getting the files in the proper Maven > repository. Beware the SourceForge appears to be broken for this project > ATM. I can download the Zip namen-0.11.1.zip but it is corrupted. Franz, > the author, sent me the Zip and it unzips fine here. If you want to do the > upload, let me know which email to send you the Zip (11MB) I'd take always what is publicly available i.e. currently 0.10.x. If the author makes a version available that is no longer broken, we can add it at any time later again. Otherwise nobody can be sure where the file from Maven Central came from if it differs from the original. The procedure is described here: http://maven.apache.org/guides/mini/guide-central-repository-upload.html Your POM may use: groupId: net.sourceforge.familynamephon artifactId: namen packaging: zip Obviously no deps. When its available in central, you can refer it in the configuration for the dependency:unpack goal (example: http://maven.apache.org/plugins/maven- dependency-plugin/examples/unpacking-artifacts.html). You should bind that goal to the phase process-test-resources. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org