Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 42547 invoked from network); 24 Jun 2002 01:23:24 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Jun 2002 01:23:24 -0000 Received: (qmail 23488 invoked by uid 97); 24 Jun 2002 01:23:36 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 23449 invoked by uid 97); 24 Jun 2002 01:23:35 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 23437 invoked by uid 98); 24 Jun 2002 01:23:34 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <033a01c21b1e$eefafc30$0201a8c0@bryant> From: "Warner Onstine" To: "Jakarta Commons Developers List" References: Subject: Re: [jrcs] build file problems Date: Sun, 23 Jun 2002 18:31:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm still getting this message during the jdepend transformationm, while doing maven:docs: generate-xdocs: [create-xdocs] Generating to file C:\OpenSource\jakarta-commons-sandbox\jrcs\tar get\generated-xdocs\xdocs.report docs:site: [dvsl] Loading stylesheet \OpenSource\maven\stylesheets\site.dvsl [dvsl] [error] ResourceManager : unable to find resource 'VM_global_librar y.vm' in any resource loader. [dvsl] Transforming into C:\OpenSource\jakarta-commons-sandbox\jrcs\target\ docs [dvsl] Processing C:\OpenSource\jakarta-commons-sandbox\jrcs\target\generat ed-xdocs\jdepend-report.xml to C:\OpenSource\jakarta-commons-sandbox\jrcs\target \docs\jdepend-report.html [dvsl] [error] Method selectSingleNode threw exception for reference $node in template document at [1,16] [dvsl] [error] Method applyTemplates threw exception for reference $contex t in template null at [5,14] [dvsl] Failed to process C:\OpenSource\jakarta-commons-sandbox\jrcs\target\ generated-xdocs\jdepend-report.xml BUILD FAILED C:\OpenSource\maven\plugins\docs\build.xml:1135: org.apache.velocity.exception.M ethodInvocationException: Invocation of method 'applyTemplates' in class org.ap ache.tools.dvsl.Transformer threw exception class org.apache.velocity.exception. MethodInvocationException : Invocation of method 'selectSingleNode' in class or g.apache.tools.dvsl.dom4j.Dom4jNodeImpl threw exception class org.dom4j.XPathExc eption : Exception occurred evaluting XPath: document('C:\OpenSource\jakarta-com mons-sandbox\jrcs/xdocs/project.xml')/project. Exception: Failed to parse doucme nt for URI: C:\OpenSource\jakarta-commons-sandbox\jrcs/xdocs/project.xml any ideas ----- Original Message ----- From: To: "Jakarta Commons Developers List" Sent: Saturday, June 22, 2002 11:01 AM Subject: Re: [jrcs] build file problems > Did you get the fixed project descriptor. It looks like the failure below > is from a bad 'organization' tag in the project.xml. > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers > > > > "Warner Onstine" > 06/23/02 03:49 AM > Please respond to "Jakarta Commons Developers List" > > > To > "Jakarta Commons Developers List" > cc > > bcc > > Subject > Re: [jrcs] build file problems > > > > Sorry I wasn't clear, yeah I knew it was a jdepend, and I had an error > file > all ready for you =). > > -warner > > ----- Original Message ----- > From: > To: "Jakarta Commons Developers List" > Sent: Saturday, June 22, 2002 10:48 AM > Subject: Re: [jrcs] build file problems > > > > Warner, this is a jdepend error, not a checkstyle one.....so it's not > > license.txt. > > > > Can you run with -debug and get some output? > > -- > > dIon Gillard, Multitask Consulting > > Work: http://www.multitask.com.au > > Developers: http://adslgateway.multitask.com.au/developers > > > > "Warner Onstine" wrote on 06/23/2002 > 03:04:12 > > AM: > > > > > I think we're still missing a License.txt file in the root for this to > > work. > > > I'm also getting a build failure in maven:docs: > > > > > > [create-xdocs] Generating to file > > > C:\OpenSource\jakarta-commons-sandbox\jrcs\tar > > > get\generated-xdocs\xdocs.report > > > > > > docs:site: > > > [dvsl] Loading stylesheet \OpenSource\maven\stylesheets\site.dvsl > > > [dvsl] [error] ResourceManager : unable to find resource > > > 'VM_global_librar > > > y.vm' in any resource loader. > > > [dvsl] Transforming into > > > C:\OpenSource\jakarta-commons-sandbox\jrcs\target\ > > > docs > > > [dvsl] Processing > > > C:\OpenSource\jakarta-commons-sandbox\jrcs\target\generat > > > ed-xdocs\jdepend-report.xml to > > > C:\OpenSource\jakarta-commons-sandbox\jrcs\target > > > \docs\jdepend-report.html > > > [dvsl] [error] Method selectSingleNode threw exception for > > reference > > > $node > > > in template document at [1,16] > > > [dvsl] [error] Method applyTemplates threw exception for > reference > > > $contex > > > t in template null at [5,14] > > > [dvsl] Failed to process > > > C:\OpenSource\jakarta-commons-sandbox\jrcs\target\ > > > generated-xdocs\jdepend-report.xml > > > > > > -warner > > > > > > ----- Original Message ----- > > > From: > > > To: > > > Sent: Saturday, June 22, 2002 2:15 AM > > > Subject: [jrcs] build file problems > > > > > > > > > > I've fixed the build file so that it now works with maven-1.0b4 > > > > -- > > > > dIon Gillard, Multitask Consulting > > > > Work: http://www.multitask.com.au > > > > Developers: http://adslgateway.multitask.com.au/developers > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > > > > > For additional commands, e-mail: > > > > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > > For additional commands, e-mail: > > > > > > > > > > > -- > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > > > [attachment "error.txt" removed by dIon Gillard/Multitask Consulting/AU] > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: