Thanks for the great help so far everyone.

So far I've managed to build the component I made and generate
a  .xinfo file using the ant meta task.

My next task is to actually run the hello block. I've made a
block.xml file just like the example in the tutorial. What's
the next step?

It seems that I should make a .jar that includes the block.xml
and my HelloComponent .class file. Then I need to satisfy the
block dependencies:

<repository>
  <resource id="avalon-framework:avalon-framework-impl"
version="4.1.5"/>
</repository>

I think what I need is another file that lists resources, so
that merlin can find them? Where can I find a description of
that file, and how can I generate it? This link seems to be
what I'm looking for (ant version of course ;):

http://avalon.apache.org/util/plugin/index.html

I can't seem to find the avalon:artifact goal. That page
refers to an "avalon plugin", which seems to be different from
both the avalon meta plugin and the merlin plugins, both of
which are distributed with the release...

Any more pointers please?

Justin

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

Reply via email to