I found out what's happening.
When you run Maven, if some goal needs to build documentation or
'site' and there is no 'xdocs' dir, Maven adds one.
<sarcastic>
Gee, thanks.
</sarcastic>
So, since Wendy has volunteered her time (btw...thanks!) to fix our
documentation, some of the subprojects now have 'xdoc' directories
where previously there were none.
This, unfortunately, causes the following during the nightly build
(svn up):
...
...
Fetching external item into 'foo'
svn: Failed to add directory 'foo/xdocs': object of the same name
already exists
...
...
'foo' of course being any of the subprojects that were affected.
So, what are our options going forward?
The optimal solution is to tell Maven to stop creating xdocs if it
doesn't find one.
The next best thing is just make sure they all have them, and do our
best to warn me (and the list) that the next 'svn up' will fail
because of this issue.
Your thoughts?
--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM: jmitchtx
Yahoo: jmitchtx
MSN: [EMAIL PROTECTED]
Skype: callto://jmitchtx
On Sep 13, 2005, at 10:32 AM, James Mitchell wrote:
There is some Tiles documentation intermixed in the normal xdocs,
which should be moved to the appropriate location.
I'm looking into why tiles if failing right now. I'll post back in
a few.
--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM: jmitchtx
Yahoo: jmitchtx
MSN: [EMAIL PROTECTED]
Skype: callto://jmitchtx
On Sep 13, 2005, at 10:10 AM, Wendy Smoak wrote:
Ted wrote:
One question is where do we stand on stand-alone Tiles? Are we
comfortable with bringing that up and making it part of Classic
1.3.0,
or do we want to let things perculate a bit first.
Standalone Tiles needs...
- tiles-core.tld updated to JSP 1.2 with embedded HTML docs
- some sort of documentation for the website, there's nothing in
xdocs
- Maven to build tiles-documentation.war
- Consistent URI/URLs -- it uses (at least) jakarta.apache.org/tiles,
apache.org/tlds and struts.apache.org/tlds.
(I went to check to see if the .war file was in the 1.3.0-dev
nightlies for
struts-tiles, and they've been missing for a while:
http://svn.apache.org/builds/struts/maven/trunk/nightly/struts-
tiles/ .
James?)
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]