To: "James Mitchell" <[EMAIL PROTECTED]>; "Struts Developers List" <dev@struts.apache.org>
Sent: Monday, February 28, 2005 10:45 PM
Subject: Re: Latest build (ala Maven) [Long]
At 8:05 PM -0500 2/28/05, James Mitchell wrote:You are correct. That is a bug. Joe pinged me a few minutes ago, and said he's gonna look at it. It shouldn't be too hard to fix.
I added a chunk to the "core" maven.xml which copies "build" into the src dist, which then allows one to use maven to compile the code in the distribution. Something like this will need to be done for each subproject.
Well, not exactly. That's the beauty of Maven and the way we did svn:externals. You put that ant:copy in the main build/maven.xml and it is used for each project.
The tests aren't passing -- well, just the test for TestModuleConfig, and it's just because some of the conf/share resources aren't being handled correctly.
Yes, I see that on my local too.
We had discussed moving those into src/resource along the lines that are standard for Maven projects, and I like that. If no one gets to it sooner, I'll work on that sometime tomorrow.
Ok.
I assume that conf/share/tiles-config_1_1.dtd should be removed from core,
Yes, probably moved over to tiles/src/resource
and I'm not sure offhand how conf/share/validator-rules.xml is used.
For now it is simply copied over to apps (along with a bunch of other stuff) during the build of apps
Joe
-- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]