Print

Print


On Wed, 17 Nov 2004, Alasdair Allan wrote:

> Mark Taylor wrote:
> > Peter W. Draper wrote:
> >> Mark Taylor wrote:
> >>> I notice that uk.ac.starlink.splat.vo has popped up...
> >>
> >> coming up to breath for a moment, yes, I have accepted the SPLAT-VO
> >> challenge...
> >
> > Sounds good, I'll try to check it out and build it on my laptop.
> > However, since I probably won't be networked during the
> > meeting (I believe networking will be wireless, and my laptop
> > is only wired) can I suggest that someone
> > else who will be in the DS4 workshop session (Malcolm?) tries to do
> > the same?  Pedro Osuna is doing his VOSpec talk in the DS4 session,
> > so it would be nice to be able to mention that SPLAT can do it too.
>
> I get the following hen trying to build it after updating my starjava
> checkout,
>
>
> build:
>      [mkdir] Created dir:
> /Users/star/checkout/java/source/splat/build/classes
>      [javac] Compiling 177 source files to
> /Users/star/checkout/java/source/splat/build/classes
>      [javac]
> /Users/star/checkout/java/source/splat/src/main/uk/ac/starlink/splat/
> SSAQueryBrowser.java:737: cannot resolve symbol
>      [javac] symbol  : method getStarTable ()
>      [javac] location: class uk.ac.starlink.table.gui.StarJTable
>      [javac]             StarTable starTable = table.getStarTable();
>      [javac]                                        ^
>      [javac] Note: Some input files use or override a deprecated API.
>      [javac] Note: Recompile with -deprecation for details.
>      [javac] 1 error

Al,

sorry forgot about that patch, I've committed it to "table" which you'll
need to rebuild.

Mark,

I've added a method to StarJTable to return the StarTable instance. Looks
harmless, but you're free to object.

Peter.