Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 76044 invoked from network); 8 Oct 2010 02:34:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 02:34:25 -0000 Received: (qmail 39355 invoked by uid 500); 8 Oct 2010 02:34:25 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 39017 invoked by uid 500); 8 Oct 2010 02:34:23 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 39009 invoked by uid 99); 8 Oct 2010 02:34:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 02:34:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wsmoak@gmail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 02:34:16 +0000 Received: by fxm7 with SMTP id 7so466058fxm.2 for ; Thu, 07 Oct 2010 19:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=aJSRLuhxMbEEuooMybFoFJVmfS388JNbr9Lr+R0C/ms=; b=DcZRhFJiA2hYeN4O1j4rRgoW2q/uFzYUBy0H6YC283AyzfBDbZt7/+UbQxllt9bwUq oVZftejUCzddBp4JDMW8C6up7lLKxYeopLuTQ5FmJXi7+Y+4/bTKjOKK3evpuIEwB9OG 6CofAOvhGN6jRp+MDCn2HGk6grbmQZabrLaFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=hucinEX4S4HoSSotVonF4jp4uncNtGtZJ4ByCxV3ew9OkZlseGLH6v9aTZNugewhgr kD7Vj3DkyQ5glN5s1lhef8MXM7LDNqEPlP3miD6UqZlvXVD1EfSLNK5ZgLaptWnUBxV4 BNbGMOKR/XVP/cyoCmMM/K0Dz0pU+SDCwPIoo= Received: by 10.239.144.140 with SMTP id o12mr104530hba.119.1286505235565; Thu, 07 Oct 2010 19:33:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.181.200 with HTTP; Thu, 7 Oct 2010 19:33:35 -0700 (PDT) In-Reply-To: References: From: Wendy Smoak Date: Thu, 7 Oct 2010 22:33:35 -0400 Message-ID: Subject: Re: Setting up an Ant Project To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Oct 7, 2010 at 4:41 PM, Jeremy Rottman wrote: > The first is within the scm url field for the ant project I have use this scm:svn://10.10.11.22/repos/dev/branches/9.18.shelf > > When I attempt to run a test build I get the following error: > Provider message: The scm url is invalid.: //10.10.11.22/repos/dev/branches/9.18.shelf url isn't a valid svn URL. I think you need another "svn" in there: scm:svn:svn://... . See http://maven.apache.org/scm/subversion.html for examples. > The second question I have is. After I have properly setup my ant project, where do I place the build.xml script that I built? Your build.xml file should be checked into Subversion along with your project code. It will get checked out (once the first problem is fixed.) -- Wendy