Manoj Chaurasia Posted September 3, 2009 Share Posted September 3, 2009 Hi I installed NAnt-0.85 and tried building ear file for tibco BW project. Please find the build file attached. I have put this file under D:nant-0.85bin I tried executing the below command. D:nant-0.85bin>nant -buildfile:build.xml The build was successful , but couldnt find any file created in the specified location. When i tried executing the command in command prompt with following , it was successful. Able to view the ear file created. C:TIBCOtra5.5bin>buildear -s -ear /DeploymentResources/Proj1.archive -o C:earsdeploymentProj1.ear -p C:TIBCOprojectsProj1 Kindly help me what could be the problem. Is the build command i am giving is incorrect Many Thanks Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted September 4, 2009 Author Share Posted September 4, 2009 Thanks Shri.. I was able to build the ear successfully using ANT. I think for NAnt we need .Net framework installed in our machine. I dont know i am correct or not. So i tried with ANT and worked fine. Many Thanks Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted April 11, 2010 Author Share Posted April 11, 2010 Hello Shripad, Came along this interesting thread ... And out of curiosity,wanted to know if PSG , or even BW Eng. team, have developed a tool for automating the build and deployment for TIBCO BW, and may be BE as well. I've been working on bringing a CI in-house solution for BW; I can see that a lot of people are trying to do this somehow, and was very curious to know the tricks, the pitfalls , problems that people have faced during this. And how far utilities like buildear, validateproject , appmanage have helped them ... Thankful for sharing , Mohamed Link to comment Share on other sites More sharing options...
Shripad Pawar Posted October 23, 2015 Share Posted October 23, 2015 I am not sure whether you need to pass target name for NAnt as well. I used apache ant and passed target name "create-ear" as parameter and it worked. Just make sure that in ur build.xml file you add two more arguments. (Just make sure that there are "two" hyphens ) Because if you are not running buildear from tra5.bin directory then you need to provide path of tra(configuration) file. Let us know how it goes. HTH . -Shripad. Link to comment Share on other sites More sharing options...
raj kal Posted July 10, 2019 Share Posted July 10, 2019 Hi Shripad, do you have any idea how to checkout from svn and build ear for BW6.X. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now