Re: mainproject is not deployed

2003-07-07 Thread Kristine Weissbarth
Thanks, that was it! It works now.

Am Mon, 2003-07-07 um 14.44 schrieb Mark H. Wilkinson:
> On Mon, 2003-07-07 at 13:20, Kristine Weissbarth wrote:
> > hi,
> > in my project I'm using the reactor to automatically build the 2
> > subprojects.
> > 
> > project
> >   |-subproject1
> >   |-subproject2
> >   |-maven.xml
> >   |-project.xml
> > 
> > The reactor properly finds and builds the subprojects and deploys them
> > but the project itself is not deployed.
> 
> That would be because you're using the reactor to run site:deploy in the
> subprojects:
> 
> >  >   basedir="${basedir}"
> >   includes="framework/src/project.xml,glcr/webapp/src/project.xml"
> >   banner="Building site"
> >   goals="clean,jar:install,site:deploy"
> >   postProcessing="true"
> >   ignoreFailures="true"
> > />
> 
> but you're (defaulting, at least) to running just 'site' in the
> top-level project:
> 
> > 
> > 
> >  >   default="site"
> >   xmlns:j="jelly:core"
> >   xmlns:maven="jelly:maven"
> 
> Try 'maven site:deploy' from the top level.
> 
> -Mark.
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mainproject is not deployed

2003-07-07 Thread Mark H. Wilkinson
On Mon, 2003-07-07 at 13:20, Kristine Weissbarth wrote:
> hi,
> in my project I'm using the reactor to automatically build the 2
> subprojects.
> 
> project
>   |-subproject1
>   |-subproject2
>   |-maven.xml
>   |-project.xml
> 
> The reactor properly finds and builds the subprojects and deploys them
> but the project itself is not deployed.

That would be because you're using the reactor to run site:deploy in the
subprojects:

>basedir="${basedir}"
>   includes="framework/src/project.xml,glcr/webapp/src/project.xml"
>   banner="Building site"
>   goals="clean,jar:install,site:deploy"
>   postProcessing="true"
>   ignoreFailures="true"
> />

but you're (defaulting, at least) to running just 'site' in the
top-level project:

> 
> 
>default="site"
>   xmlns:j="jelly:core"
>   xmlns:maven="jelly:maven"

Try 'maven site:deploy' from the top level.

-Mark.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



mainproject is not deployed

2003-07-07 Thread Kristine Weissbarth
hi,
in my project I'm using the reactor to automatically build the 2
subprojects.

project
  |-subproject1
  |-subproject2
  |-maven.xml
  |-project.xml

The reactor properly finds and builds the subprojects and deploys them
but the project itself is not deployed. All necessary files (e.g.
index.html) are generated in target/docs but they are not deployed. 
Can anybody tell me the reason why? Please give me a hint!

I attached the maven.xml and project.xml file I am using in the projects
directory maybe you find something wrong.

Thanks.





--maven.xml---





   
  

  
  
  
   
  

   

   
  

  




  
  
  Processing ${templateName} template ... 

  


 
  





--project.xml---




  3
  GLCR-Projekt
  glcr
  0
  
BDO


  
  
  GLCR Description...  
  short description blabla

  http://grip/  
  grip
  /var/www/
  /var/www/build/  
  
  

 


  
  
  
  

  
  

  commons-jelly
  commons-jelly-tags-velocity
  20030303.205659   
 


  velocity
  1.3   

   
  
  
  

  




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]