Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 65762 invoked from network); 5 Dec 2006 21:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 21:21:53 -0000 Received: (qmail 52478 invoked by uid 500); 5 Dec 2006 21:21:53 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 52398 invoked by uid 500); 5 Dec 2006 21:21:53 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 52387 invoked by uid 99); 5 Dec 2006 21:21:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 13:21:53 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of notivago@gmail.com designates 64.233.162.238 as permitted sender) Received: from [64.233.162.238] (HELO nz-out-0102.google.com) (64.233.162.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 13:21:42 -0800 Received: by nz-out-0102.google.com with SMTP id n29so918989nzf for ; Tue, 05 Dec 2006 13:21:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=h+1OL6sv2m8MrAQGpPQn4Sww4wNJpLaGpZ+pmNDJnnOfU1UEL0XUBgHATYnGsDH5cMIOoEV0KMJGLz482rOaFmKzJBUXRjCP1SlSFa1O8pK9ZXP5Wigte/WBZ5chU42Sw4BDm3fRYMlaDyiNx0lQ10AFfVwuC9RSmKRYCAggyWc= Received: by 10.65.137.15 with SMTP id p15mr3375690qbn.1165353681403; Tue, 05 Dec 2006 13:21:21 -0800 (PST) Received: by 10.64.3.10 with HTTP; Tue, 5 Dec 2006 13:21:21 -0800 (PST) Message-ID: <5e27a87a0612051321y3174fd63ld3c5322c77a472ec@mail.gmail.com> Date: Tue, 5 Dec 2006 19:21:21 -0200 From: "Leonardo Postacchini" Reply-To: notivago@yahoo.com To: "Maven Users List" Subject: Re: Maven with XDoclet - Failing to generate code In-Reply-To: <4c30ee7d0612041039mc56325cu8acc3a429b2803b7@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13341_6293795.1165353681361" References: <5e27a87a0612041005j375339deh5fbbd83ab973240d@mail.gmail.com> <4c30ee7d0612041039mc56325cu8acc3a429b2803b7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13341_6293795.1165353681361 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline There is none yet, I configured the project and tryied to build it with no code yet, the only java files are ones without any xdoclet tags. I was trying to see if I got the maven-xdoclet stuff right. At first maven complained that it was not finding the XDoclet stuff in the repository, I found no way for it to be downloaded from the external repository(as per the tutorial) then I manualy installed it localy with the install:file goal(as in the tutorial too), but then the build started to give me that acess denied for the dir where the generated should go. I even tried to change the destination generated dir, but it gave me the same message. Note that the dest dir would not exist previously and it was the build itself that created it as a target dir's subdir. This is my build section, with the XDoclet configured(almost like the one in the tutorials, only that it is configured with the spring component): xdoclet maven2-xdoclet2-plugin 2.0.5-SNAPSHOT xdoclet generate-sources xdoclet xdoclet-plugins xdoclet-plugin-spring 1.0.4-SNAPSHOT xdoclet org.xdoclet.plugin.spring.SpringConfigXMLPlugin **/*.java ${project.build.directory }/generated-resources/xdoclet/ On 12/4/06, Mick Knutson wrote: > > Post your xdoclet code please. > > > On 12/4/06, Leonardo Postacchini wrote: > > > > Hello there! > > > > I am trying to run XDoclet 2 through Maven 2 and I am getting build > > failures saying the acess to the diretory where the generated sources > was > > denied. > > > > I am running it under Windows XP professional, I checked the directory > > permissions and all seems fine. All processes are running under my user > > that > > is the system administrator. > > > > Does someone have gone through similar case? Any Ideas where to find > the > > cause of the acess denial? I am fairly new to Maven and I have no clue > > about > > how it works. > > > > I have being digging the documentation for the past few days, but > could > > not find the answer by myself. > > > > Thanks for your time and the attention, > > > > Notivago. > > > > > > > -- > > Thanks > > DJ MICK > http://www.djmick.com > http://www.myspace.com/mickknutson > > ------=_Part_13341_6293795.1165353681361--