Re: Status

1 message Options
Embed this post
Permalink
gm-mrktc

Re: Status

Reply Threaded More More options
Print post
Permalink
>
> Not being able to easily navigate the source code for
> the libraries is a major hurdle and so I filed #34
> (Can't attach source code to the Glazed Lists
> plug-in):
> http://trac.marketcetera.org/trac.fcgi/ticket/34
>

So I haven't made the plugin build projects public, because I didn't
think anyone would need them, but I think in order to do what you
want, we would need to modify the GlazedLists plugin build.

So I did a little bit of research on this, and it appears that you
need to do something like this in the plugin.xml for the GlazedLists
plugin:

  <extension point = "org.eclipse.pde.core.source">
     <location path="src" />
  </extension>

Then create a file structure that has a zip file of the source at

./src/com.publicobject.glazedlists_1.7.0/src.zip

However this approach seems to introduce a dependency on
org.eclipse.pde.core that wasn't there before.  Anyone know how best
to resolve this?

graham
_______________________________________________
m-etc-dev mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev