Building scalax woes

View: New views
3 Messages — Rating Filter:   Alert me  

Building scalax woes

by Andrew.Foggin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can't build with Ant - fails to get slf4j.jar

Can't build with Maven - Reports some warnings during compilation, then apparently fails because of them

Can't build inside Eclipse - plugin just falls over

Wondering if it's just me... or not.

--Andrew

Re: Building scalax woes

by David MacIver :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Definitely not just you. But you might find that ant mysteriously
works after you failed to build with maven (because it will have
downloaded slf4j.jar and put it in the maven location that ant is
depending on).

On 9/1/08, Andrew Foggin (h) <andy@...> wrote:

>
>  Can't build with Ant - fails to get slf4j.jar
>
>  Can't build with Maven - Reports some warnings during compilation, then
>  apparently fails because of them
>
>  Can't build inside Eclipse - plugin just falls over
>
>  Wondering if it's just me... or not.
>
>  --Andrew
>
> --
>  View this message in context: http://www.nabble.com/Building-scalax-woes-tp19248883p19248883.html
>  Sent from the Scalax - The Scala Community Library mailing list archive at Nabble.com.
>
>
>


Re: Building scalax woes

by Jamie Webb-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2008-09-01 08:34:11 David MacIver wrote:
> Definitely not just you. But you might find that ant mysteriously
> works after you failed to build with maven (because it will have
> downloaded slf4j.jar and put it in the maven location that ant is
> depending on).

No, I fixed that in my last commit. Ant now downloads slf4j for itself.

> On 9/1/08, Andrew Foggin (h) <andy@...> wrote:
> >
> >  Can't build with Ant - fails to get slf4j.jar
> >
> >  Can't build with Maven - Reports some warnings during compilation,
> > then apparently fails because of them
> >
> >  Can't build inside Eclipse - plugin just falls over
> >
> >  Wondering if it's just me... or not.

Given that I made some significant build changes recently, it's quite
possible that further tweaking is required to make it work for
everybody.

But I'm going to need a slightly more informative error report... :-)

/J