Tim Williams wrote:
On 11/21/06, Ross Gardler <[EMAIL PROTECTED]> wrote:
Tim Williams wrote:
> On 11/21/06, Ross Gardler <[EMAIL PROTECTED]> wrote:
>> Tim Williams wrote:
>> > On 11/19/06, Ross Gardler <[EMAIL PROTECTED]> wrote:
>> > Hi Ross,
>> > Still seems something is wrong - either in dependencies or my
>> > environment; not sure which.  Below is my output.
>>
>> Those missing dependencies were coming from the iBiblio Maven repo, but >> I've heard many a story about how unreliable this is. I've added them to
>> our repo in SVN.
>>
>> (Aside: there is an SVN plugin for Ivy, I'll try and experiment with
>> that, will remove the need to do svn up on the repo)
>>
>> Ross
>
> The jar also isn't getting created.  I've tried adding a target for it
> but then got Main-Class manifest attribute problems.

No need for a jar, just run from the compiled directory.

If you do want one (and we need to create on at some point), the main
class would be org.apache.forrest.cli.CLI

See the readme for how to use it.

Ross

I was following the gettingStarted.html doc. I'll try the other way for now.

Oh, yeah, it says jar in there - sorry...

I'll fix now, thanks for spotting this one as well.

Ross