Thanks Robin. I'm using the jetty plugin for eclipse to run the app. I'm
not sure what you mean by "eclipse-project" or "jar-file" - are these
eclipse settings or variables? The m2 plugin really seems clumsy about
using artifacts from other eclipse projects..
Robin Helgelin wrote:
On 9/19/07, Chris Lewis <[EMAIL PROTECTED]> wrote:
folder icon with the same name as my test lib project. I verified this
was caused by my pom entry by removing the dep from the pom and cleaning
the project. So to confirm this test I created a "normal" user library
(called "Mine") and manually added the test lib artifact to it. Now I am
able to use my component in my tap app! If anyone has any suggestions
for configuring eclipse/m2 plugin to behave, that'd be much appreciated!
Are you running the app from eclipse or command line? I've noticed
that Eclipse/m2-plugin uses the eclipse-project instead of jar-file if
m2 finds the apropriate artifactid/groupid. I guess this messes up
tapestrys-class loading, escpecially as Howard needed to take special
care when creating the jar-files so that they would work with Tomcat.