Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » RC3 and JDK_1_5 CVS branch
RC3 and JDK_1_5 CVS branch [message #165281] Mon, 21 June 2004 08:41 Go to next message
Eclipse UserFriend
Originally posted by: igorf.ca.ibm.com

Hi,

Does anyone have problems getting JDK_1_5 branch from CVS using RC3? For
some reason RC3 does not "see" JDK_1_5 tag for most (or all?) of the
files in org.eclipse.jdt.core. Command line cvs seems to be fine.

Regards,
Igor Fedorenko
Re: RC3 and JDK_1_5 CVS branch [message #165298 is a reply to message #165281] Mon, 21 June 2004 10:01 Go to previous messageGo to next message
Eclipse UserFriend
I can see it, after forcing to refresh branches.

"Igor Fedorenko" <igorf@ca.ibm.com> wrote in message
news:cb6l10$2ek$1@eclipse.org...
> Hi,
>
> Does anyone have problems getting JDK_1_5 branch from CVS using RC3? For
> some reason RC3 does not "see" JDK_1_5 tag for most (or all?) of the
> files in org.eclipse.jdt.core. Command line cvs seems to be fine.
>
> Regards,
> Igor Fedorenko
Re: RC3 and JDK_1_5 CVS branch [message #165314 is a reply to message #165298] Mon, 21 June 2004 10:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: igorf.ca.ibm.com

Nope, that did not help. The only file that has JDK_1_5 is .project. Can
you check for example branches for build.properties? The real problem
is, when I checkout sources of JDK_1_5 branch I get a lot of java
sources from the HEAD. I'll rollback to RC2 to see if it helps.

Philippe Mulet wrote:

> I can see it, after forcing to refresh branches.
>
> "Igor Fedorenko" <igorf@ca.ibm.com> wrote in message
> news:cb6l10$2ek$1@eclipse.org...
>
>>Hi,
>>
>>Does anyone have problems getting JDK_1_5 branch from CVS using RC3? For
>>some reason RC3 does not "see" JDK_1_5 tag for most (or all?) of the
>>files in org.eclipse.jdt.core. Command line cvs seems to be fine.
>>
>>Regards,
>>Igor Fedorenko
>
>
>
Re: RC3 and JDK_1_5 CVS branch [message #165322 is a reply to message #165314] Mon, 21 June 2004 10:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: igorf.ca.ibm.com

Never mind, deleted local copy of org.eclipse.jdt.core, got new one from
CVS and everything is ok now. Sorry for the noise.

Igor Fedorenko wrote:

> Nope, that did not help. The only file that has JDK_1_5 is .project. Can
> you check for example branches for build.properties? The real problem
> is, when I checkout sources of JDK_1_5 branch I get a lot of java
> sources from the HEAD. I'll rollback to RC2 to see if it helps.
>
> Philippe Mulet wrote:
>
>> I can see it, after forcing to refresh branches.
>>
>> "Igor Fedorenko" <igorf@ca.ibm.com> wrote in message
>> news:cb6l10$2ek$1@eclipse.org...
>>
>>> Hi,
>>>
>>> Does anyone have problems getting JDK_1_5 branch from CVS using RC3? For
>>> some reason RC3 does not "see" JDK_1_5 tag for most (or all?) of the
>>> files in org.eclipse.jdt.core. Command line cvs seems to be fine.
>>>
>>> Regards,
>>> Igor Fedorenko
>>
>>
>>
>>
Re: RC3 and JDK_1_5 CVS branch [message #165812 is a reply to message #165322] Thu, 24 June 2004 21:00 Go to previous messageGo to next message
Eclipse UserFriend
By the way, is it only me having problems with
/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/s earch/indexing/IndexManager.java
in JDK_1_5 branch in org.eclipse.jdt.core module?

The field containerPath is defined in an inherited type and an enclosing
scope
org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/se arch/indexing
/IndexManager.java line 574

regards,
Eugene


Igor Fedorenko wrote:

> Never mind, deleted local copy of org.eclipse.jdt.core, got new one from
> CVS and everything is ok now. Sorry for the noise.
>
> Igor Fedorenko wrote:
>
>> Nope, that did not help. The only file that has JDK_1_5 is .project.
>> Can you check for example branches for build.properties? The real
>> problem is, when I checkout sources of JDK_1_5 branch I get a lot of
>> java sources from the HEAD. I'll rollback to RC2 to see if it helps.
>>
>> Philippe Mulet wrote:
>>
>>> I can see it, after forcing to refresh branches.
>>>
>>> "Igor Fedorenko" <igorf@ca.ibm.com> wrote in message
>>> news:cb6l10$2ek$1@eclipse.org...
>>>
>>>> Hi,
>>>>
>>>> Does anyone have problems getting JDK_1_5 branch from CVS using RC3?
>>>> For
>>>> some reason RC3 does not "see" JDK_1_5 tag for most (or all?) of the
>>>> files in org.eclipse.jdt.core. Command line cvs seems to be fine.
>>>>
>>>> Regards,
>>>> Igor Fedorenko
>>>
>>>
>>>
>>>
>>>
Re: RC3 and JDK_1_5 CVS branch [message #165849 is a reply to message #165812] Fri, 25 June 2004 06:08 Go to previous message
Eclipse UserFriend
Originally posted by: igorf.ca.ibm.com

Everything compiles fine here. Did you check that all your sources
actually come from JDK_1_5 branch?

Regards,
Igor Fedorenko

Eugene Kuleshov wrote:
>
> By the way, is it only me having problems with
> /org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/s earch/indexing/IndexManager.java
> in JDK_1_5 branch in org.eclipse.jdt.core module?
>
> The field containerPath is defined in an inherited type and an enclosing
> scope
> org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/se arch/indexing
> /IndexManager.java line 574
>
> regards,
> Eugene
>
>
> Igor Fedorenko wrote:
>
>> Never mind, deleted local copy of org.eclipse.jdt.core, got new one
>> from CVS and everything is ok now. Sorry for the noise.
>>
>> Igor Fedorenko wrote:
>>
>>> Nope, that did not help. The only file that has JDK_1_5 is .project.
>>> Can you check for example branches for build.properties? The real
>>> problem is, when I checkout sources of JDK_1_5 branch I get a lot of
>>> java sources from the HEAD. I'll rollback to RC2 to see if it helps.
>>>
>>> Philippe Mulet wrote:
>>>
>>>> I can see it, after forcing to refresh branches.
>>>>
>>>> "Igor Fedorenko" <igorf@ca.ibm.com> wrote in message
>>>> news:cb6l10$2ek$1@eclipse.org...
>>>>
>>>>> Hi,
>>>>>
>>>>> Does anyone have problems getting JDK_1_5 branch from CVS using
>>>>> RC3? For
>>>>> some reason RC3 does not "see" JDK_1_5 tag for most (or all?) of the
>>>>> files in org.eclipse.jdt.core. Command line cvs seems to be fine.
>>>>>
>>>>> Regards,
>>>>> Igor Fedorenko
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
Previous Topic:Parsing XML with SAX using Eclipse
Next Topic:Automatic Java Source Backup (By File Creation)
Goto Forum:
  


Current Time: Wed Jul 16 09:09:31 EDT 2025

Powered by FUDForum. Page generated in 0.10621 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top