Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Can source jars be included on mylar CVS projects?

Hi Willian,

Yes, all this should be working straight out-of-CVS as you indicate.  We'll
do this when we move those dependencies out of ..mylar.context.core and into
Orbit:

167362: move httpclient dependency to Orbit
https://bugs.eclipse.org/bugs/show_bug.cgi?id=167362

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Willian Mitsuda
> Sent: Saturday, December 09, 2006 10:06 PM
> To: Mylar developer discussions
> Subject: [mylar-dev] Can source jars be included on mylar CVS projects?
> 
> Hi,
> 
> Mylar projects include some apache/jakarta-commons jars, but not their
> source code.
> 
> I'd like not know if it is possible to put the source jars/zip on CVS
> and associate them with the binary jars, so we can:
> 
> - get the javadoc on code completion.
> - get the argument names on code completion.
> - easily debug inside them (e.g. put a breakpoint inside some method
> of httpclient to see what is happening).
> 
> Actually all this is possible if I download the source code separately
> and associate on my own workspace, but it would be very convenient if
> we can get this "out-of-box" (or "out-of-CVS" on this case...).
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top