For some reason the javadoc-1.4 dependency in the /compiler POM is
commented out.  When I remove the comments around

<dependency>
  <groupId>javadoc</groupId>
   <artifactId>javadoc</artifactId>
   <version>1.4</version>
</dependency>

in /compiler/project.xml the build succeeds for me.  Don't know if
this is the right solution, but it eliminates the compile failures
that I was seeing due to missing javadoc classes.

Phil

On 4/2/06, Leo Sutic <[EMAIL PROTECTED]> wrote:
> Hi Matt,
>
> I'm currently away from any kind of build environment, so I can't
> replicate your problems (it built fine for me last time I tried,
> though). Could you post the full Maven output, and could you run maven
> with the -v (verbose) switch? I'll attack the problem from this end,
> as much and fast as I can.
>
> Sorry that C.A is causing you problems. I definitely intended for it
> to be a dirt-simple check-out-and-build-and-use.
>
> /LS
>
> On 3/31/06, Matt Benson <[EMAIL PROTECTED]> wrote:
> > I am attempting to build C.A.  What I have figured out
> > by trial and error so far:
> >
> > - install maven 1.0.2
> > - co commons-attributes and commons-build side-by-side
> > - in /commons-attributes, run 'maven install'.
> >
> > It goes through retrieving dependencies and placing
> > these all in a maven repo.  This includes the javadoc
> > jar
> > ($HOME/.maven/repository/javadoc/jars/javadoc-1.4.jar).
> >  The C.A. api builds fine, but when the compiler tries
> > to build, the classes and even the packages in the
> > javadoc jar are not found and the build fails.
> >
> > Does anyone have any advice to get further?
> >
> > Thanks,
> > Matt
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > ---------------------------------------------------------------------
> > 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]
>
>

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

Reply via email to