Part of the problem is that the Struts 1.2.x uses ant for the build - not
sure if the maven one works properly or not.

The ant build doesn't have xalan at all - just the xerces (xml-apis)
dependency. I believe the xml-apis is an inherited dependency from digester
for processing config files - and is only required for JDK 1.3 and earlier.
Defintely needed for running the tests, but not sure whether its needed for
compiling or not.

Sorry, got to run to do my French homework - I'll try and find time to have
a closer look later, unless you have it all figured out by then.

Niall

----- Original Message ----- 
From: "Wendy Smoak" <[EMAIL PROTECTED]>
Sent: Thursday, November 24, 2005 5:06 PM


On 11/24/05, Niall Pemberton <[EMAIL PROTECTED]> wrote:

> The following url is to check out the 1.2 branch:
>
> https://svn.apache.org/repos/asf/struts/action/branches/STRUTS_1_2_BRANCH

I see what happened... I had it checked out with 'core' in the URL,
and didn't realize until now that it was the same 'core' I renamed
yesterday. :)

In the 1.2 branch project.xml, xalan is commented 'for tld generation'
so I'm giving it 'compile' scope.  What about xml-apis?  Does it
belong with Xalan or is it for something else?  (I'm trying to decide
between 'compile' and 'provided' scopes.)

Thanks,
--
Wendy



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

Reply via email to