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 Process Server (WID/WPS/WAS+) » WPS - ANT Build scripts.

Post new topic  Reply to topic
 WPS - ANT Build scripts. « View previous topic :: View next topic » 
Author Message
venky
PostPosted: Tue Dec 02, 2008 2:57 pm    Post subject: WPS - ANT Build scripts. Reply with quote

Master

Joined: 08 Jul 2003
Posts: 205

Hello All,

I am in the process of developing build scripts for process server 6.1.2 - with the following high level steps.

1. Checkout the integration module project from source control.
2. Get the dependencies for the project and check them out from source control recursively.
3. Create a zip file from the checked out projects and then an .ear file out of the zip files.

Is there a way to find out the list of dependencies (dependency projects) for the integration module project checked out in the first step? So that I can recursively checkout the dependency projects in the 2nd step.

Thanks, V
Back to top
View user's profile Send private message
venky
PostPosted: Thu Dec 04, 2008 12:26 pm    Post subject: Reply with quote

Master

Joined: 08 Jul 2003
Posts: 205

The integration module has a ".project" file which is an xml which has a tag called <project> which has the list of dependencies. I ended up parsing the .project file using ANT.

...
.....
<Projects>
<Project>

....list of dependencies .....

</Project>
</Projects>
.....
.......
.........

Thanks, V
Back to top
View user's profile Send private message
sese
PostPosted: Fri Dec 19, 2008 2:54 am    Post subject: Reply with quote

Newbie

Joined: 19 Dec 2008
Posts: 2

Hi, I think you should also check the .classpath file to get all dependencies.

<classpath>
<classpathentry>


I got a project where the adapters weren't listed in .project, but in .classpath.

Best,
Sebastian
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 Process Server (WID/WPS/WAS+) » WPS - ANT Build scripts.
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.