ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » .project

Post new topic  Reply to topic
 .project « View previous topic :: View next topic » 
Author Message
ggriffith
PostPosted: Fri Oct 16, 2009 3:21 am    Post subject: .project Reply with quote

Acolyte

Joined: 17 Oct 2007
Posts: 67

Anybody know why 2 PCs running the same version of the toolkit (6.1.0.5)
generate different .project files for the same project.

The order of the buildCommands in the buildSpec if different.

It's not causing any problems apart from the toolkit marking projects as being different from the version in our source repository.
Back to top
View user's profile Send private message
jonasb
PostPosted: Fri Oct 16, 2009 5:52 am    Post subject: Reply with quote

Apprentice

Joined: 20 Dec 2006
Posts: 49
Location: Sweden

Hi,

We have the same problem, and having over 100 messageset it use to be a pain.

We solved it by removing the message set .project files from source control, writing a script that adds a .project template to the message set projects that imported, and forcing eclipse to rebuild them, by doing "clean".

Here is the template we use:

Code:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
   <name>PROJECTNAME</name>
   <comment></comment>
   <projects>
   </projects>
   <buildSpec>
   </buildSpec>
   <natures>
      <nature>com.ibm.etools.msg.validation.msetnature</nature>
   </natures>
</projectDescription>


The script replaces the string PROJECTNAME with the actual name of the project.

If anyone has a more elegant solution we would be very interested as well.
_________________
contact admin


Last edited by jonasb on Fri Oct 16, 2009 6:27 am; edited 1 time in total
Back to top
View user's profile Send private message
ggriffith
PostPosted: Fri Oct 16, 2009 6:22 am    Post subject: Reply with quote

Acolyte

Joined: 17 Oct 2007
Posts: 67

Thanks contact admin, unless someone comes up with something better we'll give it a go. Did you manage to automate the script, or is it something you run after you import the message set.
Back to top
View user's profile Send private message
jonasb
PostPosted: Fri Oct 16, 2009 6:26 am    Post subject: Reply with quote

Apprentice

Joined: 20 Dec 2006
Posts: 49
Location: Sweden

We run the script manually. Since all our messageset project are namend as "MsgSet*********" the script can look through all these projects for missing .project files.
_________________
contact admin
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » .project
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.