Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-team-dev] CVS plugin - excluding the class files

Hi Michael,

 

The workaround works fine for now.

Thanks allot for your help

 

Asaf Lahav

VP R&D, Prima Grid LTD.

Cellular:  972-54-4717955

Phone:   972-3-6540255

Fax:       972-3-6540254


From: platform-team-dev-bounces@xxxxxxxxxxx [mailto:platform-team-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael Valenta
Sent: Wednesday, February 22, 2006 10:52 PM
To: Generic team support framework
Subject: RE: [platform-team-dev] CVS plugin - excluding the class files

 


It means that, for some reason, the Java builder did not mark the files as derived. are you sure the classes were created by the Eclipse Java compiler. I am not aware of any cases were the builder failed to mark .class files as derived.

Is auto-build on for you? What you might want to do is turn auto-build off (Project/Build Automatically) and then clean the project (Project/Clean). This should remove all the .class files. You can then commit the deletions to the repository. After this, you can either turn auto-build back on or build the projects manually. If the derived bit is not set after this you can consider login a bug against JDT/Core. What you can also do is add the *.class pattern to the global ignore list (Windows/Preferences/Team/Global Ignores) and this should exclude th eclass files from Team operations.

Michael


Asaf Lahav <asaf.lahav@xxxxxxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

02/22/2006 03:32 PM

Please respond to
Generic team support framework

To

"'Generic team support framework'" <platform-team-dev@xxxxxxxxxxx>

cc

 

Subject

RE: [platform-team-dev] CVS plugin - excluding the class files

 

 

 




Its solid black arrow.
And the derived bit is not set of the properties of the CLASS files…
 
What does it mean?
 
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular:  972-54-4717955
Phone:   972-3-6540255
Fax:       972-3-6540254

 



From: platform-team-dev-bounces@xxxxxxxxxxx [mailto:platform-team-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael Valenta
Sent:
Wednesday, February 22, 2006 10:27 PM
To:
Generic team support framework
Subject:
RE: [platform-team-dev] CVS plugin - excluding the class files

 

No. ormally the .class files are ignored by Team/CVS. However, if you ever chared them or if for some reason the derived bit wasn't set, they may appear. Is there a plus in the outgoing arrow icon for the file or is it just a solid black arrow. Also, if you right-click on the .class file in the Resource Navigator and look at the Properties, is the derived bit set?


Michael

Asaf Lahav <asaf.lahav@xxxxxxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

02/22/2006 03:20 PM

 

Please respond to
Generic team support framework

 

To

"'Generic team support framework'" <platform-team-dev@xxxxxxxxxxx>

cc

 

Subject

RE: [platform-team-dev] CVS plugin - excluding the class files


 

 

 

 





When I'm using the Team Synchronization perspective it shows the the .CLASS files in the "Outgoing Mode" filter.

Is that the ways its suppose to be?

 
Asaf Lahav

VP R&D, Prima Grid LTD.

Cellular:  972-54-4717955

Phone:   972-3-6540255

Fax:       972-3-6540254


 




From:
platform-team-dev-bounces@xxxxxxxxxxx [mailto:platform-team-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael Valenta
Sent:
Wednesday, February 22, 2006 9:42 PM
To:
Generic team support framework
Subject:
Re: [platform-team-dev] CVS plugin - excluding the class files

 

Asaf,


That's odd because the Eclipse Java builder marks the .class files and build packages as derived and CVS ignores derived resources. Are you using Eclipse to build your Java code or do you use a custom builder like ANT?


Michael

Asaf Lahav <asaf.lahav@xxxxxxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

02/22/2006 02:10 PM

 

 

Please respond to
Generic team support framework

 

 

To

"'Generic team support framework'" <platform-team-dev@xxxxxxxxxxx>

cc

 

Subject

[platform-team-dev] CVS plugin - excluding the class files



 

 

 

 

 





Hi all,


I'm a new user of the eclipse CVS plugin.

For some reason the eclipse CVS plugin includes the .class files while sharing a project. And therefore everytime I perform a complete build of the entire code, it specifies all the .class files for outgoing changes.

I'm not interested in including the .class files in the cvs repository.

What I would like to happen is that the CVS will include only the java files and file which are relevant for the eclipse workspace… and not save the .class files in the CVS repository.

Is it possible to exclude the .CLASS files from the shared project CVS?


Thanks in advance,


 




Asaf Lahav

VP R&D, Prima Grid LTD.

Cellular:  972-54-4717955

Phone:   972-3-6540255

Fax:       972-3-6540254


_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev


Back to the top