Hi all
As you have seen by the JIRA mails, I've been going through issues for
the Site plugin. One of the most frequent reports is about site:stage
being broken, so I sat down to try and fix it.
I had a look av the svn logs to try and find out where it broke, but
couldn't find anything. Fixing this issue requires removing the
default-value from the stagingDirectory parameter. Instead it has to be
calculated so that staging occurs in the top most project of the
reactor. I think I have this working if you don't specify stagingDirectory.
The problem comes when the user specifies a stagingDirectory. The
parameter is of type File and will be created relative to the currently
running project. This has to change so that it is relative to the top
most project of the reactor. Unfortunately I haven't been able to crack
that one.
Does anyone have an idea on how to do this?
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]