On Sep 23, 2009, at 2:22 PM, Steven D. Majewski wrote:



If I comment out the myBlock2 dependency in myBlock1/pom.xml which I just added:


 <!--
   <dependency>
        <groupId>edu.virginia.lib</groupId>
        <artifactId>myBlock2</artifactId>
        <version>1.0-SNAPSHOT</version>
   </dependency>
 -->

it will run again.

Does the order of the dependencies in the pom matter ?
( Eclipse is appending new ones at the end of <dependencies> )

Maybe I should try skipping the "Connect two blocks" part
and jump straight to trying to join them with the webapp.


And interestingly: If I leave this dependency commented out and
proceed with adding the callingBlock2 to the sitemap, the next
step works. Maybe I'll see how far I can get in this direction,
and leave the dependencies out till I get to the webapp.


-- Steve M.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to