You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jeffrey Mutonho <ej...@gmail.com> on 2005/08/01 15:51:53 UTC

Project website

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Project website

Posted by Jeffrey Mutonho <ej...@gmail.com>.
It turns out that its a unix permissions issue.Thanx for your response

jeff mutonho

On 8/1/05, Thomas Van de Velde <th...@gmail.com> 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 < ejbengine@gmail.com> 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:
> users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Project website

Posted by Thomas Van de Velde <th...@gmail.com>.
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 <ej...@gmail.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>