On Thu, 18 Apr 2002, Peter Royal wrote:
> On Thursday 18 April 2002 01:33 pm, Torsten Curdt wrote:
> > I know quite some of you are using IDEA for development... Are you guys
> > also building cocoon using our "build.xml" with the ant integration that
> > comes with IDEA?. I'm not able to build from inside IDEA... :-/
>
> I don't hack on cocoon internals all that often, but I have built it from
> within IDEA, only the jars task though. This was a month or two ago, but I
> don't think build.xml has changed that much.

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:

 <target name="generate-java-code" depends="generate-java-code-check"
          unless="generate-java-code.notrequired">
    <style basedir="${java.dir}/org/apache/cocoon/components/browser"
           destdir="${build.src}/org/apache/cocoon/components/browser"
           includes="BrowserImpl.xml"
           extension=".java"
           style="${java.dir}/org/apache/cocoon/components/browser/BrowserImpl.xsl"/>
  </target>

Any ideas? (<- hey, that's some sort of funny ;)
--
Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to