Filip Defoort wrote:


Hi,

I'm trying to run the merlin 3.2 tutorials, and following the instructions in
the readme, do a "maven" and a "merlin target/classes -execute", but it turns
out that the block.xml is not being copied into a BLOCK-INF/ directory,
neither directly under target/classes nor into the jar.
Easy to workaround and put it there manually, but I'm wondering what's
going on.. Pretty much all the tutorials seem to exhibit this behaviour...


Anybody any ideas?


It's working here ...

$ cd tutorial\hello
$ maven
$ merlin target\classes -execute

The actual instructions for the copying of the block.xml are in the tutorial/project.xml file.

     <resource>
       <directory>${basedir}/conf</directory>
       <targetPath>BLOCK-INF</targetPath>
       <includes>
         <include>block.xml</include>
       </includes>
     </resource>

So everything should be working just fine.

Which version of maven are you running?
(I'm using maven 10)

Steve.



- Filip


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



--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]




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



Reply via email to