On Wed, Sep 8, 2010 at 18:29, Piotr Dorobisz
<piotr.dorob...@erlang-solutions.com> wrote:
> Hi,
> I wanted to create my own update site with tracing feature but I had some 
> problems with it.
> I created feature project in which I specified my plugins. Then I created 
> another project (update site project) where I specified this feature in 
> site.xml. After clicking "Build" eclipse starts preparing update site content 
> but I shortly get following message:
> A cycle was detected when generating the classpath 
> org.ttb.integration_1.0.0.201009081721, 
> org.ttb.integration.erlang_1.0.0.201009081721, 
> org.erlide.core_0.8.4.201009081721, org.erlide.jinterface_0.8.4.201009081721, 
> org.erlide.testing_0.5.4.qualifier, org.erlide.core_0.8.4.201009081721.

Hi Piotr,

The cycle is there because of the org.erlide.testing plugin and the
org.erlide.*.tests fragments that depend on it (in order to get at the
testing libraries). The 'testing' and ...tests' projects don't have to
be included when building the update site (meaning that org.erlide.sdk
must not be included).

> Am I doing something wrong? How can I create an update site?

Unfortunately, it doesn't work anymore to build an update site this
way. We use Buckminster to do it, see
http://www.eclipse.org/buckminster/. I will write down the exact
details as soon as I get some time. (The old way won't build the
Erlang code. It may seem to work sometimes, but it's not reliable)

> Btw, have you looked at my plugin? Do you have any suggestions? I've recently 
> added help to eclipse's help system explaining how it works.

I didn't had time to look in detail, maybe this weekend.

regards,
Vlad

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Erlide-devel mailing list
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to