Hello,
On 01/31/2008 +0100,
"Martin Marinschek" <[EMAIL PROTECTED]> wrote:
Hi Bernhard,
On Thu, Jan 31, 2008 at 12:54 AM, Bernhard Huemer
<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
Hello,
I'm just wondering what version of the maven-eclipse- or the
maven-idea-plugin you're using because I've never had problems with the
maven-faces-plugin generating source in the target tree. "mvn
eclipse:eclipse" or "mvn idea:idea" configures the project properly at
least for me as I don't have to add additional source folders.
and what about the component-templates - can you debug the source for
them like this?
Why not? It's just another source folder. Usually IDEs don't mind
whether a source folder is located in a directory called "target". ;-)
However, maybe I didn't get your question ..
I know that this works also if you're using the maven-eclipse-plugin.
so you say mvn eclipse:eclipse in the myfaces current directory, and you
can start the sample app from within Eclipse - referring not to jars in
your maven-repository, but only to other MyFaces modules in Eclipse? I
highly doubt this...
I don't know if that's true for the maven-eclipse-plugin, but I know
that it is when using the maven-idea-plugin. Changes in one module are
recognized immediately in all modules that depend on the one you've
modofied. However, I'm not sure what you meen with "start the sample
app", but for example think of the project structure of MyFaces itself.
In this case the myfaces-impl module doesn't refer to the myfaces-api
jar in the maven repository but rather to the myfaces-api module in the
current i.e in the same project.
regards,
Bernhard