Author |
Message |
Topic: Any successes with automated builds using mqsicreatebar? |
coding_monkey
Replies: 40 Views: 62490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 13, 2006 4:47 am Subject: Any successes with automated builds using mqsicreatebar? |
Hi skol,
In terms of the error you are seeing:
In MB v6 we see this all the time both in Toolkit and our ANT build process. Often it is fixed by simply clean all/rebuilding the projects in T ... |
Topic: Any successes with automated builds using mqsicreatebar? |
coding_monkey
Replies: 40 Views: 62490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 13, 2006 4:36 am Subject: Any successes with automated builds using mqsicreatebar? |
Hi skol,
We use just this kind of build process and successfully build BARS using mqsicreatebar. We are using MB v6.
The main problem we found was due to an assumption made by the mqsicreatebar ... |
Topic: Message Broker v6: mqsicreatebar not working from Ant |
coding_monkey
Replies: 10 Views: 14385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 05, 2006 1:08 pm Subject: Re: How about stdout/stderr? |
I have also had success with using the exec task, but have one issue that I was wondering if you also see. We use exec without spawn="true", and have also added error="xxx.log" and failonerror="true" ... |
Topic: Message Broker v6: mqsicreatebar not working from Ant |
coding_monkey
Replies: 10 Views: 14385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 30, 2006 3:44 am Subject: Got it!! |
Hi,
take a look at the mqsiprofile.cmd which is called when opening the "command console".
This should help you to set the environment to call mqsi commands.
Greetings
Frank
Than ... |
Topic: Message Broker v6: mqsicreatebar not working from Ant |
coding_monkey
Replies: 10 Views: 14385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 29, 2006 7:12 am Subject: Message Broker v6: mqsicreatebar not working from Ant |
V6 has a fairly large change in environmental support for running the commands - it's why there is now a "command console", to ensure that all the right things are set.
I'm also very confused as to ... |
Topic: Message Broker v6: mqsicreatebar not working from Ant |
coding_monkey
Replies: 10 Views: 14385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 29, 2006 5:26 am Subject: Message Broker v6: mqsicreatebar not working from Ant |
Summary:
The call to mqsicreatebar from Ant returns an error saying "PolicyClassLoader could not find policy com.ibm.jxesupport.JxeClassLoaderPolicy". Does anybody know how to fix this?
... |