Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Re: Compile Error from source

Regarding Eclipse 3.1, Mylar does support it (2/3 of our user base is still
on 3.1, but that has been slowly shifting).  You can build the 3.1 sources
by checking out the e_3_1 branch of the projects that have had to be forked.
See the following link for instructions and post if you have any problems.
Note that typically this branch only gets merged once every couple of weeks.

  http://www.eclipse.org/mylar/doc/devref.php#building-dist 

Regarding migrating from the use of internal classes, this is something that
will take time, and require changes in the SDK since Mylar is a new
technology that was not yet conceived when the APIs were created.  And as
Felix indicates Technology projects need to stay on the bleeding edge, in
part to help Eclipse evolve.  

But we've actually made some progress on this front for the next release:
there is no more custom Mylar Java editor in the 3.2 version thanks to
recent changes that we've helped drive in Eclipse, and as a result active
folding and content assist integration use public extension points and API.
Some additional notes on APIs and extensibility are at:

  http://www.eclipse.org/mylar/doc/devref.php#extending-overview

Cheers,

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Felix Schwarz
> Sent: Friday, February 17, 2006 2:09 AM
> To: Mylar developer discussions
> Subject: [mylar-dev] Re: Compile Error from source
> 
> Hi,
> 
> bin Wang schrieb:
> > Yes, my eclipse platform is 3.1.1. Is that means mylar will not support
> 3.1x
> > ?
> 
> I think so.
> 
> > Could we make mylar do not dependent on the jdt inteneral class?
> 
> AFAIK Mylar needs to get some information which is not accessible
> through the public APIs. There are some efforts getting APIs for some
> things Mylar needs but currently there is no way avoiding the use of
> internal APIs. As this is mainly a research project I guess not too
> much attention will be given to get Mylar running on older Eclipse
> versions. This is bleeding egde technology.
> 
> > Again, How can I make them pass the compiling on eclipse 3.1.1.
> 
> Use not the latest HEAD version of Mylar but an older one.
> 
> 
> --
> Felix
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top