It turns out that its a unix permissions issue.Thanx for your response

jeff mutonho

On 8/1/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote:
> This might be because your web server is running while you are building the
> site.  You need to stop the web server.
> 
> 
> On 8/1/05, Jeffrey Mutonho < [EMAIL PROTECTED]> wrote:
> > 
> > Hi guys
> > 
> > My project structure is a as follows: 
> > 
> >       FooProject
> >                      |_FooProjectLogging
> >                      |_FooProjectPersistence
> >                      |_FooProjectBusiness
> > 
> > where 
> FooProjectLogging,FooProjectLogging,FooProjectBusiness
> are
> > individual sub-projects
> > 
> > I wish to create a project website and have respectively configured
> > the indivual sub-projects' project.xml files  as shown below:
> > 
> >
> <siteDirectory>/usr/local/apache2/htdocs/FooProject/FooProjectLogging</siteDirectory>
> > 
> >
> <siteDirectory>/usr/local/apache2/htdocs/FooProject/FooProjectPersistence</siteDirectory>
> > 
> >
> <siteDirectory>/usr/local/apache2/htdocs/FooProject/FooProjectBusiness</siteDirectory>
> > 
> > When run maven to do the build , it fails with the message :
> > 
> > Unable to obtain goal [exact-build-all] -- 
> >
> /home/jmu016/.maven/cache/maven-site-plugin-1.5.1/plugin.jelly:169:40:
> > <copy> Failed to copy
> >
> /home/jmu016/maven-1.0/projects_main/projects/FooProject/FooProjectLogging/target/docs/images/external.png
> > to
> /usr/local/apache2/htdocs/FooProject/FooProjectLogging/images/external.png
> > due to
> /usr/local/apache2/htdocs/FooProject/FooProjectLogging/images/external.png
> > (No such file or directory)
> > 
> > I did create the directory FooProject under
> > /usr/local/apache2/htdocs.Does this mean I have to create the folders 
> > FooProjectLogging, FooProjectPersistence , FooProjectBusiness  and
> > their sub-folders and their sub-folders , etc ...manually?How do I do
> > this?
> > 
> > Thanx
> > 
> > Jeff Mutonho
> > Cape Town
> > South Africa
> > 
> >
> ---------------------------------------------------------------------
> > 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]

Reply via email to