Joined: 26 Oct 2007 Posts: 25 Location: Glasgow, UK
Thanks Eddie,
That would be useful. I did however eventually get it working by deleting the .metadata folder before every build but it still takes an age to run (although I can see from the task manager that it launches a new eclipse workspace for every call so that would explain some of the time it takes).
Does anyone know if there is a way of reusing the same workspace for each call as I'm pulling in the projects required for all bars before calling it so it will take some time for this workspace to fully rebuild even though a number of the projects are not required.
I'll post my Ant scripts if they'll be of use to others.
Posted: Fri Oct 14, 2011 11:43 pm Post subject: It says 'solved', but two thoughts here, fwiw:
Novice
Joined: 13 Sep 2006 Posts: 14 Location: Johannesburg, South Africa
One: it is sometimes overlooked that deployments fail due to errors in the projects, but in unrelated assets - you may have a problem in flow X in your project but you aren't looking at that because you are only trying to deploy flow Y. Move the assets into separate projects and you are okay.
Two: People have complained about mqsicreatebar running much (and I mean _MUCH_) longer in V7 than in V6. It turns out that there is a once only conversion of the workspace content from V6 to V7 format that takes a while. But if you have V6 assets stored in your version control system and export them for a deploy the conversion will take place every time you do that. Fix: Import such assets manually, 'touch' them to trigger the conversion and save them back. From then on you are working with already converted assets and the time should be roughly the same as before ... _________________ -- Gerd --
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