Hi Bruno,

It's actually a class from the Apache myfaces project
and it is downloaded from ibiblio by maven using
the standard dependency mechanism.

So eclipse is loading the dependency 
from the local maven repository.

For some reason Maven is not seeing the dependency in
the repository.

Thanks for the try though,
- Ole

--- Bruno Patini Furtado <[EMAIL PROTECTED]> wrote:

> is UIComponentBase a class of yours? or for some JAR
> of which you depend?
> 
> Because if it is a class of your project you may
> have put it outside the
> standard maven directory for source code, and maven
> is not compiling it.
> Eclipse source folders and where maven expects to
> find the sources are
> places not related. Maven's compile plugin does not
> read the Eclipse project
> to gather information.
> 
> 
> On 5/16/06, Ole Ersoy <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I'm running Maven 2.0.3 and I'm having problems
> > compiling.
> >
> > I first run the eclipse plugin and eclipse is able
> to
> > load the dependencies.
> >
> > I then attempt to install, and the maven compiler
> > gives me messages like this:
> >
> >
> >
>
/home/ole/workspaces/current/UIShowOneComponent/src/main/java/TestComponent.java:[1,29]
> > package javax.faces.component does not exist
> >
> >
> >
>
/home/ole/workspaces/current/UIShowOneComponent/src/main/java/TestComponent.java:[3,35]
> > cannot find symbol
> > symbol: class UIComponentBase
> >
> >
> > So eclipse sees the dependencies in the
> repository,
> > but maven does not.
> >
> > Any ideas?
> >
> > Thanks in advance!
> >
> > Cheers,
> > - Ole
> >
> > __________________________________________________
> > 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]
> >
> >
> 
> 
> -- 
> "Minds are like parachutes, they work best when
> open."
> 
> Bruno Patini Furtado
> Software Developer
> webpage: http://bpfurtado.net
> software development blog:
> http://bpfurtado.livejournal.com
> 


__________________________________________________
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]

Reply via email to