Ah, that explains it. I've seen RJB eat scalac's exceptions on occasion, even when being invoked directly.
Daniel On Thu, May 14, 2009 at 3:57 AM, hemant <[email protected]> wrote: > MRI > > > > On Thu, May 14, 2009 at 6:23 AM, Daniel Spiewak <[email protected]> > wrote: > > > fsc -reset Solves a whole myriad of problems. :-) > > > > One quick question: are you using JRuby or MRI? > > > > Daniel > > > > > > On May 13, 2009, at 7:44 PM, hemant <[email protected]> wrote: > > > > Hey Daniel, > >> > >> I am aware of all that and like many sane Scala developers I try to stay > >> away for FSC. However my bug report has nothing todo with FSC i think. > >> > >> > >> > >> On Thu, May 14, 2009 at 4:40 AM, Daniel Spiewak <[email protected]> > >> wrote: > >> > >> Buildr will automatically use fsc if USE_FSC is set to "yes". If not, > >>> then > >>> it invokes the conventional Scala compiler in the current JVM instance > >>> (it > >>> doesn't incur any extra startup overhead). > >>> > >>> Daniel > >>> > >>> On Wed, May 13, 2009 at 1:23 PM, hemant <[email protected]> wrote: > >>> > >>> Odd, I am not using fsc at all or are you driving at you should set > >>>> USE_FSC="no" even when you are not using "fsc" ?? > >>>> > >>>> > >>>> > >>>> > >>>> On Tue, May 12, 2009 at 7:45 PM, Daniel Spiewak <[email protected]> > >>>> wrote: > >>>> > >>>> I've noticed that. Actually, if you set USE_FSC to "no", you should > >>>>> > >>>> see > >>> > >>>> the exception. As for compilation with fsc, this issue is on my list > >>>>> > >>>> of > >>> > >>>> stuff to look at. > >>>>> > >>>>> Daniel > >>>>> > >>>>> > >>>>> On May 12, 2009, at 8:23 AM, hemant <[email protected]> wrote: > >>>>> > >>>>> buildr swallows the error silently with "unknown exception" if the > >>>>> > >>>>>> compiler > >>>>>> crashes for some reason. I think whatever stacktrace with which the > >>>>>> compiler > >>>>>> crashed should be printed to STDOUT. > >>>>>> > >>>>>> > >>>>> > >>>> > >>>> -- > >>>> Let them talk of their oriental summer climes of everlasting > >>>> conservatories; > >>>> give me the privilege of making my own summer with my own coals. > >>>> > >>>> http://gnufied.org > >>>> > >>>> > >>> > >> > >> > >> -- > >> Let them talk of their oriental summer climes of everlasting > >> conservatories; > >> give me the privilege of making my own summer with my own coals. > >> > >> http://gnufied.org > >> > > > > > -- > Let them talk of their oriental summer climes of everlasting > conservatories; > give me the privilege of making my own summer with my own coals. > > http://gnufied.org >
