You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/21 08:28:11 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven AbstractMavenComponent.java

jvanzyl     2003/01/20 23:28:11

  Modified:    src/java/org/apache/maven AbstractMavenComponent.java
  Log:
  
  
  Revision  Changes    Path
  1.7       +2 -5      jakarta-turbine-maven/src/java/org/apache/maven/AbstractMavenComponent.java
  
  Index: AbstractMavenComponent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/AbstractMavenComponent.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractMavenComponent.java	2 Jan 2003 01:30:22 -0000	1.6
  +++ AbstractMavenComponent.java	21 Jan 2003 07:28:11 -0000	1.7
  @@ -67,10 +67,7 @@
    */
   public abstract class AbstractMavenComponent
   {
  -    // ------------------------------------------------------------
  -    // C O N S T R U C T O R S
  -    // ------------------------------------------------------------
  -
  +    /** Maven project. */
       private Project project;
   
       /** Default Constructor. */
  
  
  

Re: current CVS HEAD build is failing on site:generate

Posted by di...@multitask.com.au.
I think this one got fixed in CVS today
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Colin Sampaleanu <co...@exis.com> wrote on 22/01/2003 02:03:13 AM:

> I can clean and then do the bootstrap build ok, but then using that 
> maven to do
>   site:generate
> on maven itself fails. It was working as recently as yesterday morning, 
> so changes which broke things are recent:
> -----
> xdoc:jelly-init:
> 
> xdoc:jelly-transform:
>     [echo] Generating 
> D:/src/open/jakarta/jakarta-turbine-maven/target/docs/chan
> gelog-report.html from 
> D:\src\open\jakarta\jakarta-turbine-maven\target\generate
> d-xdocs\changelog-report.xml
> 
> BUILD FAILED
> D:\src\open\jakarta\jakarta-turbine-maven\$siteNavFile (The system 
> cannot find t
> he file specified) Nested exception: 
> D:\src\open\jakarta\jakarta-turbine-maven\$
> siteNavFile (The system cannot find the file specified)
> Total time: 1 minutes 0 seconds
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:turbine-maven-dev-
> unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:turbine-maven-dev-
> help@jakarta.apache.org>
> 

> ForwardSourceID:NT000A61AE 

current CVS HEAD build is failing on site:generate

Posted by Colin Sampaleanu <co...@exis.com>.
I can clean and then do the bootstrap build ok, but then using that 
maven to do
  site:generate
on maven itself fails. It was working as recently as yesterday morning, 
so changes which broke things are recent:
-----
xdoc:jelly-init:

xdoc:jelly-transform:
    [echo] Generating 
D:/src/open/jakarta/jakarta-turbine-maven/target/docs/chan
gelog-report.html from 
D:\src\open\jakarta\jakarta-turbine-maven\target\generate
d-xdocs\changelog-report.xml

BUILD FAILED
D:\src\open\jakarta\jakarta-turbine-maven\$siteNavFile (The system 
cannot find t
he file specified) Nested exception: 
D:\src\open\jakarta\jakarta-turbine-maven\$
siteNavFile (The system cannot find the file specified)
Total time: 1 minutes 0 seconds