RE: building struts question

2004-10-20 Thread Arnaud HERITIER
> We add also this problem with the PDF plugin that used Xalan to create the FOP > document. > We had I'm too tired :-) Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
&diff_format=h&only_with_tag=MAIN It tested it with jdk 1.3, 1.4, 1.5 Arnaud > -Message d'origine- > De : Greg Ludington [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 20 octobre 2004 19:51 > À : Struts Developers List > Objet : Re: building struts question

Re: building struts question

2004-10-20 Thread Greg Ludington
Are you using JDK 1.5 when you try to build struts with maven? If so, you are probably encountering a classloader issue with maven, discussed in their tracking system here: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-156 The struts maven.xml file does use the workaround described in

Re: building struts question

2004-10-18 Thread Joe Germuska
Craig is right. However, I'm kind of curious about what's going on here, if you want to help us understand it more. In order to do the XSL transforms to convert our TLD meta-files into true TLD files, the maven.xml sets the system property to use Xalan as the XSLT transformer. The project.xm

Re: building struts question

2004-10-18 Thread Craig McClanahan
The Maven-based build scripts are still under development. The official method to build struts is still Ant. You'll need to configure a "build.properties" file that points at where you've downloaded and installed the dependencies -- see "build.properties.sample" for a sample of what will be neede