Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 53983 invoked from network); 18 Sep 2003 10:49:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Sep 2003 10:49:41 -0000 Received: (qmail 43989 invoked by uid 500); 18 Sep 2003 10:49:36 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 43953 invoked by uid 500); 18 Sep 2003 10:49:35 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 43939 invoked from network); 18 Sep 2003 10:49:34 -0000 Received: from unknown (HELO queen.actimind.com) (62.152.93.3) by daedalus.apache.org with SMTP; 18 Sep 2003 10:49:34 -0000 Received: from prxu2 (natpool-217.itcwin.com [195.19.195.217]) by queen.actimind.com (8.9.3/8.9.3) with SMTP id OAA09167; Thu, 18 Sep 2003 14:49:24 +0400 Message-ID: <034e01c37dd2$5ba48a60$0665a8c0@prxu2> From: "Pavel Sher" To: "Maven Users List" Cc: References: Subject: Re: Maven, Jelly and classpath problems Date: Thu, 18 Sep 2003 14:48:07 +0400 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 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Did you try the documented workaround: > > http://maven.apache.org/faq.html#BadXSLT Yes I am. At the beginning of sample1.xhtml I have such lines: ${systemScope.setProperty('javax.xml.transform.TransformerFactory','net.sf.s axon.TransformerFactoryImpl')} ${systemScope.setProperty('org.xml.sax.driver','org.apache.xerces.parsers.SA XParser')} But in case of it does not help me much. I am not sure but may be Jelly uses another classloader when includes one script into the anpther? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > "Pavel Sher" wrote on 17/09/2003 10:07:20 PM: > > > Hello, > > > > It is unclear for me how the classpaths are work in the maven + Jelly. > > I have a simple maven.xml file: > > > > > maven="jelly:maven" xmlns:util="jelly:util"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > My dependencies written in project.xml include all the necessary jar > > files, but it seems to me > > that sample1.xhtml does not inherit these dependencies. For example, > > if I will try to use > > tag, then I've got the following error: > > > > BUILD FAILED > > File...... file:/C:/Work/SDS/ > > Element... j:include > > Line...... 17 > > Column.... 67 > > file:/C:/Work/SDS/templates/sample1.xhtml:22:90: > > Provider net.sf.saxon.TransformerFactoryImpl not found > > > > If I will try to start Jelly as java process then all works fine: > > > > > maven="jelly:maven" xmlns:util="jelly:util"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Although this is a workaround it is much less usable then the example > above. > > Is there any chance to have jars loaded when I use tag? > > > > P.S: > > I am using maven-1.0-beta-10 and commons-jelly-SNAPSHOT > > > > -- > > Best regards > > > > Pavel Sher, pavel@actimind.com > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org