Home » Newcomers » Newcomers » how can we work with latest code from CVS?
how can we work with latest code from CVS? [message #246828] |
Fri, 25 January 2008 15:10 |
Eclipse User |
|
|
|
Originally posted by: NOSPAM.xyz.com
Hi there,
recently I discovered that those desperately needed latest examples from CVS
(GMF examples)
will not build anymore ( btw, how come examples do not have versions? ).
I assumed that they use a lot of new code from the platform, GMF, Ecore,
SWT, JFace...
Then I decided to download all of these form the CVS, foolishly hoping that
it would
be sufficient to satisfy the dependencies and there you go...
Now, what I understand least of all is that freshly downloaded classes
reference
other classes that are supposed to live in the same (or nearby) package (!)
but those other classes do not exist ?!
Just one example:
org.eclipse.jface.text.CursorLinePainter
misses
org.eclipse.jface.text.BadLocationException;
org.eclipse.jface.text.IDocument;
org.eclipse.jface.text.IRegion;
org.eclipse.jface.text.ITextViewerExtension5;
org.eclipse.jface.text.Position;
How can this be possible? Apparently I am missing the point badly here...
Is there any info about how can one use the latest from CVS?
Thank you,
Theo
|
|
|
Re: how can we work with latest code from CVS? [message #246833 is a reply to message #246828] |
Fri, 25 January 2008 15:28 |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
This is a multi-part message in MIME format.
--------------060006020600030805050402
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Theo,
Someone helped us write this document for EMF's CVS:
http://wiki.eclipse.org/EMF/Getting_Source
Most CVS repositories will have branches that allow you to get older
versions of the source. I extract GMF regularly though not the
examples. The problem below looks more like a missing plugin dependency
kind of issue...
Theo wrote:
> Hi there,
> recently I discovered that those desperately needed latest examples from CVS
> (GMF examples)
> will not build anymore ( btw, how come examples do not have versions? ).
> I assumed that they use a lot of new code from the platform, GMF, Ecore,
> SWT, JFace...
> Then I decided to download all of these form the CVS, foolishly hoping that
> it would
> be sufficient to satisfy the dependencies and there you go...
> Now, what I understand least of all is that freshly downloaded classes
> reference
> other classes that are supposed to live in the same (or nearby) package (!)
> but those other classes do not exist ?!
> Just one example:
> org.eclipse.jface.text.CursorLinePainter
> misses
> org.eclipse.jface.text.BadLocationException;
> org.eclipse.jface.text.IDocument;
> org.eclipse.jface.text.IRegion;
> org.eclipse.jface.text.ITextViewerExtension5;
> org.eclipse.jface.text.Position;
> How can this be possible? Apparently I am missing the point badly here...
> Is there any info about how can one use the latest from CVS?
> Thank you,
> Theo
>
>
>
--------------060006020600030805050402
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Theo,<br>
<br>
Someone helped us write this document for EMF's CVS: <br>
<blockquote><a href="http://wiki.eclipse.org/EMF/Getting_Source">http://wiki.eclipse.org/EMF/Getting_Source</a><br>
</blockquote>
Most CVS repositories will have branches that allow you to get older
versions of the source. I extract GMF regularly though not the
examples. The problem below looks more like a missing plugin
dependency kind of issue...<br>
<br>
<br>
Theo wrote:
<blockquote cite="mid:fnctvt$3j9$1@build.eclipse.org" type="cite">
<pre wrap="">Hi there,
recently I discovered that those desperately needed latest examples from CVS
(GMF examples)
will not build anymore ( btw, how come examples do not have versions? ).
I assumed that they use a lot of new code from the platform, GMF, Ecore,
SWT, JFace...
Then I decided to download all of these form the CVS, foolishly hoping that
it would
be sufficient to satisfy the dependencies and there you go...
Now, what I understand least of all is that freshly downloaded classes
reference
other classes that are supposed to live in the same (or nearby) package (!)
but those other classes do not exist ?!
Just one example:
org.eclipse.jface.text.CursorLinePainter
misses
org.eclipse.jface.text.BadLocationException;
org.eclipse.jface.text.IDocument;
org.eclipse.jface.text.IRegion;
org.eclipse.jface.text.ITextViewerExtension5;
org.eclipse.jface.text.Position;
How can this be possible? Apparently I am missing the point badly here...
Is there any info about how can one use the latest from CVS?
Thank you,
Theo
</pre>
</blockquote>
<br>
</body>
</html>
--------------060006020600030805050402--
|
|
|
Re: how can we work with latest code from CVS? [message #246868 is a reply to message #246833] |
Fri, 25 January 2008 19:46 |
Eclipse User |
|
|
|
Originally posted by: NOSPAM.xyz.com
Hi Ed, thank you for the quick responce and the link.
I am reading this doc now, it is informative but a bit off topic.
I mean, if right now you open org.eclipse.jface.text.CursorLinePainter from
the CVS
you'll see that it tries to use org.eclipse.jface.text.IDocument, Position,
IRegion ampog others.
None of these is on the CVS in the moment !
I just don't get it. Maybe the answer is obvious, sorry...
"Ed Merks" <merks@ca.ibm.com> wrote in message
news:fncv6m$cur$2@build.eclipse.org...
Theo,
Someone helped us write this document for EMF's CVS:
http://wiki.eclipse.org/EMF/Getting_Source
Most CVS repositories will have branches that allow you to get older
versions of the source. I extract GMF regularly though not the examples.
The problem below looks more like a missing plugin dependency kind of
issue...
Theo wrote:
Hi there,
recently I discovered that those desperately needed latest examples from CVS
(GMF examples)
will not build anymore ( btw, how come examples do not have versions? ).
I assumed that they use a lot of new code from the platform, GMF, Ecore,
SWT, JFace...
Then I decided to download all of these form the CVS, foolishly hoping that
it would
be sufficient to satisfy the dependencies and there you go...
Now, what I understand least of all is that freshly downloaded classes
reference
other classes that are supposed to live in the same (or nearby) package (!)
but those other classes do not exist ?!
Just one example:
org.eclipse.jface.text.CursorLinePainter
misses
org.eclipse.jface.text.BadLocationException;
org.eclipse.jface.text.IDocument;
org.eclipse.jface.text.IRegion;
org.eclipse.jface.text.ITextViewerExtension5;
org.eclipse.jface.text.Position;
How can this be possible? Apparently I am missing the point badly here...
Is there any info about how can one use the latest from CVS?
Thank you,
Theo
|
|
|
Re: how can we work with latest code from CVS? [message #246873 is a reply to message #246868] |
Fri, 25 January 2008 19:55 |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
This is a multi-part message in MIME format.
--------------090808090404070004090702
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Theo,
Since I don't actually understand what problem you're specifically
having I can only point at general information:
http://wiki.eclipse.org/index.php/CVS_FAQ
I can assure you that the things you are talking about do exist in CVS:
< http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.t ext/src/org/eclipse/jface/text/>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.t ext/src/org/eclipse/jface/text/
So perhaps the issue lies with the way you are extracting from CVS
because your problem sound like missing plugin dependencies. Perhaps
the examples themselves aren't properly committed to CVS. Without
details, what can I say?
Theo wrote:
> Hi Ed, thank you for the quick responce and the link.
> I am reading this doc now, it is informative but a bit off topic.
> I mean, if right now you open org.eclipse.jface.text.CursorLinePainter from
> the CVS
> you'll see that it tries to use org.eclipse.jface.text.IDocument, Position,
> IRegion ampog others.
> None of these is on the CVS in the moment !
> I just don't get it. Maybe the answer is obvious, sorry...
>
> "Ed Merks" <merks@ca.ibm.com> wrote in message
> news:fncv6m$cur$2@build.eclipse.org...
> Theo,
>
> Someone helped us write this document for EMF's CVS:
>
> http://wiki.eclipse.org/EMF/Getting_Source
>
> Most CVS repositories will have branches that allow you to get older
> versions of the source. I extract GMF regularly though not the examples.
> The problem below looks more like a missing plugin dependency kind of
> issue...
>
>
> Theo wrote:
> Hi there,
> recently I discovered that those desperately needed latest examples from CVS
> (GMF examples)
> will not build anymore ( btw, how come examples do not have versions? ).
> I assumed that they use a lot of new code from the platform, GMF, Ecore,
> SWT, JFace...
> Then I decided to download all of these form the CVS, foolishly hoping that
> it would
> be sufficient to satisfy the dependencies and there you go...
> Now, what I understand least of all is that freshly downloaded classes
> reference
> other classes that are supposed to live in the same (or nearby) package (!)
> but those other classes do not exist ?!
> Just one example:
> org.eclipse.jface.text.CursorLinePainter
> misses
> org.eclipse.jface.text.BadLocationException;
> org.eclipse.jface.text.IDocument;
> org.eclipse.jface.text.IRegion;
> org.eclipse.jface.text.ITextViewerExtension5;
> org.eclipse.jface.text.Position;
> How can this be possible? Apparently I am missing the point badly here...
> Is there any info about how can one use the latest from CVS?
> Thank you,
> Theo
>
>
>
>
>
>
--------------090808090404070004090702
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Theo,<br>
<br>
Since I don't actually understand what problem you're specifically
having I can only point at general information:<br>
<blockquote><a href="http://wiki.eclipse.org/index.php/CVS_FAQ">http://wiki.eclipse.org/index.php/CVS_FAQ</a><br>
</blockquote>
I can assure you that the things you are talking about do exist in CVS:
<a
href=" http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.t ext/src/org/eclipse/jface/text/"><br>
</a>
<blockquote><a
href=" http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.t ext/src/org/eclipse/jface/text/"> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.t ext/src/org/eclipse/jface/text/</a><br>
</blockquote>
So perhaps the issue lies with the way you are extracting from CVS
because your problem sound like missing plugin dependencies. Perhaps
the examples themselves aren't properly committed to CVS. Without
details, what can I say?<br>
<br>
<br>
Theo wrote:
<blockquote cite="mid:fnde5u$6so$1@build.eclipse.org" type="cite">
<pre wrap="">Hi Ed, thank you for the quick responce and the link.
I am reading this doc now, it is informative but a bit off topic.
I mean, if right now you open org.eclipse.jface.text.CursorLinePainter from
the CVS
you'll see that it tries to use org.eclipse.jface.text.IDocument, Position,
IRegion ampog others.
None of these is on the CVS in the moment !
I just don't get it. Maybe the answer is obvious, sorry...
"Ed Merks" <a class="moz-txt-link-rfc2396E" href="mailto:merks@ca.ibm.com"><merks@ca.ibm.com></a> wrote in message
<a class="moz-txt-link-freetext" href="news:fncv6m$cur$2@build.eclipse.org">news:fncv6m$cur$2@build.eclipse.org</a>...
Theo,
Someone helped us write this document for EMF's CVS:
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/EMF/Getting_Source">http://wiki.eclipse.org/EMF/Getting_Source</a>
Most CVS repositories will have branches that allow you to get older
versions of the source. I extract GMF regularly though not the examples.
The problem below looks more like a missing plugin dependency kind of
issue...
Theo wrote:
Hi there,
recently I discovered that those desperately needed latest examples from CVS
(GMF examples)
will not build anymore ( btw, how come examples do not have versions? ).
I assumed that they use a lot of new code from the platform, GMF, Ecore,
SWT, JFace...
Then I decided to download all of these form the CVS, foolishly hoping that
it would
be sufficient to satisfy the dependencies and there you go...
Now, what I understand least of all is that freshly downloaded classes
reference
other classes that are supposed to live in the same (or nearby) package (!)
but those other classes do not exist ?!
Just one example:
org.eclipse.jface.text.CursorLinePainter
misses
org.eclipse.jface.text.BadLocationException;
org.eclipse.jface.text.IDocument;
org.eclipse.jface.text.IRegion;
org.eclipse.jface.text.ITextViewerExtension5;
org.eclipse.jface.text.Position;
How can this be possible? Apparently I am missing the point badly here...
Is there any info about how can one use the latest from CVS?
Thank you,
Theo
</pre>
</blockquote>
<br>
</body>
</html>
--------------090808090404070004090702--
|
|
|
Re: how can we work with latest code from CVS? [message #246876 is a reply to message #246873] |
Fri, 25 January 2008 20:46 |
Eclipse User |
|
|
|
Originally posted by: NOSPAM.xyz.com
Ed, for sure it is not your problem and I do not want to sound as if I am
blaming somebody.
Still, out of curiousity, open that very same link to the CVS you pasted
below, take a look at
org.eclipse.jface.text.CursorLinePainter
and you'll see that it references non-existent stuff.
Or better - don't, I know it sounds weird but I see it
Anyway, thanks, have a great weekend
"Ed Merks" <merks@ca.ibm.com> wrote in message
news:fndert$bf0$1@build.eclipse.org...
Theo,
Since I don't actually understand what problem you're specifically having I
can only point at general information:
http://wiki.eclipse.org/index.php/CVS_FAQ
I can assure you that the things you are talking about do exist in CVS:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.t ext/src/org/eclipse/jface/text/
So perhaps the issue lies with the way you are extracting from CVS because
your problem sound like missing plugin dependencies. Perhaps the examples
themselves aren't properly committed to CVS. Without details, what can I
say?
Theo wrote:
Hi Ed, thank you for the quick responce and the link.
I am reading this doc now, it is informative but a bit off topic.
I mean, if right now you open org.eclipse.jface.text.CursorLinePainter from
the CVS
you'll see that it tries to use org.eclipse.jface.text.IDocument, Position,
IRegion ampog others.
None of these is on the CVS in the moment !
I just don't get it. Maybe the answer is obvious, sorry...
"Ed Merks" <merks@ca.ibm.com> wrote in message
news:fncv6m$cur$2@build.eclipse.org...
Theo,
Someone helped us write this document for EMF's CVS:
http://wiki.eclipse.org/EMF/Getting_Source
Most CVS repositories will have branches that allow you to get older
versions of the source. I extract GMF regularly though not the examples.
The problem below looks more like a missing plugin dependency kind of
issue...
Theo wrote:
Hi there,
recently I discovered that those desperately needed latest examples from CVS
(GMF examples)
will not build anymore ( btw, how come examples do not have versions? ).
I assumed that they use a lot of new code from the platform, GMF, Ecore,
SWT, JFace...
Then I decided to download all of these form the CVS, foolishly hoping that
it would
be sufficient to satisfy the dependencies and there you go...
Now, what I understand least of all is that freshly downloaded classes
reference
other classes that are supposed to live in the same (or nearby) package (!)
but those other classes do not exist ?!
Just one example:
org.eclipse.jface.text.CursorLinePainter
misses
org.eclipse.jface.text.BadLocationException;
org.eclipse.jface.text.IDocument;
org.eclipse.jface.text.IRegion;
org.eclipse.jface.text.ITextViewerExtension5;
org.eclipse.jface.text.Position;
How can this be possible? Apparently I am missing the point badly here...
Is there any info about how can one use the latest from CVS?
Thank you,
Theo
|
|
|
Goto Forum:
Current Time: Sat Dec 21 14:36:49 GMT 2024
Powered by FUDForum. Page generated in 0.08545 seconds
|