Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 37427 invoked by uid 500); 19 Apr 2002 13:32:27 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 37336 invoked from network); 19 Apr 2002 13:32:26 -0000 Message-ID: <006d01c1e7a6$386c17c0$670004c0@PC103> Reply-To: "Nicola Ken Barozzi" From: "Nicola Ken Barozzi" To: References: Subject: Re: idea Date: Fri, 19 Apr 2002 15:29:22 +0200 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Torsten Curdt" To: Sent: Friday, April 19, 2002 9:30 AM Subject: Re: idea > On Thu, 18 Apr 2002, Peter Royal wrote: > > On Thursday 18 April 2002 01:33 pm, Torsten Curdt wrote: > > > I'm not able to build from inside IDEA... :-/ > > That's strange... Well, ok - I am using IDEA 2.5.2 that comes with ant > 1.4.1 > > I tracked this down... seems most of the targets are fine but in > "generate-java-code" I get several execeptions (unfortunately I seem no > to be able to cut-and-past - so here is an excerpt): > > Task: style > DEPRECATED xslp processor is deprecated. Use trax or xalan instead > java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTPocessorFactory > at ... > at com.intellij.ant.AntMain.a(...) > > build.xml:869: javax.xml.transform.TransformerFactoryConfigurationError: > Provider org.apache.xalan.processor.TransformerFactoryImpl not found > at ... > at com.intellij.ant.AntMain.a(...) > > so this seems to be a problem for some reason: > > unless="generate-java-code.notrequired"> >