The core/trunk seems to be broken in WorkbenchFrame at:

    public TaskFrame addTaskFrame(Task task) {

        TaskFrame taskFrame = new TaskFrame(task, workbenchContext);
        if (taskFrameFactory != null) {
          taskFrame = taskFrameFactory.createComponent();
          taskFrame.setTask(task);
        } else {
          taskFrame = new TaskFrame(task, workbenchContext);
        }
    return addTaskFrame(taskFrame);

taskFrameFactory isn't defined.

regards,
Larry

On 9/24/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote:
>
> I'll see if I can build it and give it a test tomorrow after work,
> since I'll be reviewing some more of Peppe's docs tonight. :]
>
> SS
>
> So you have a link to a nightly build by change?
>
> On 9/24/07, Paul Austin <[EMAIL PROTECTED]> wrote:
> > I haven't finished the I18N yet
> >
> > Paul
> >
> > Paul Austin wrote:
> > > All,
> > >
> > > I have checked in my new Open File, Project, Recent plug-ins and the
> the
> > > FileLayerLoader framework into SVN under my branch
> core/branches/paustin
> > >
> > > You can checkout this project or ig using eclipse you can use
> > > Team>Switch to switch to that branch to test it out.
> > >
> > > If you want to create a new FileLayerLoader look in the
> > > org.openjump.core.ui.io.file at the FileLayerLoader interface and the
> > > DataSourceFileLoayerLoader (if you have an existing DataSource
> > > implementation to wrap) or ReferencedImageFactoryFileLayerLoader for
> > > image based loaders.
> > >
> > > You register new loaders using the following, after all plug-ins are
> > > initialized I load in any file based DataSources registered with the
> > > FileDataSourceQueryChooser
> > >
> > > registry.createEntry(FileLayerLoader.KEY, fileLoader);
> > >
> > > Please let me know any feedback you have and I'll merge it into the
> main
> > > branch later this week.
> > >
> > > Paul
> > >
> > >
> -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Microsoft
> > > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > _______________________________________________
> > > Jump-pilot-devel mailing list
> > > Jump-pilot-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> >
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to