Hi Martin, I'm working on trunk right now and It successfully install(mvn clean install in /java/management/eclipst-plugin directory is not failing) in my machine and I'm working on Ubuntu 7.04. After successful build Still I couldn't start the management console by referring the read me. It gives this error when I try to run qpidmc.sh script. =========================================================== Unable to access jarfile /home/lahiru/trunk/qpid/java/management/eclipse-plugin//eclipse/startup.jar =========================================================== And I downloaded the Windows binary for management console and it contains this startup.jar file in a directory called eclipse. But in the svn there's no directory called eclipse inside eclipse-plugin directory and after building it doesn't create a directory with that name. So, after changing the script to find that jar in the correct location (src/main/resources/) it doesn't give any error. But nothing happen after running that script.
If you have any other place to find the issue please let me know and I will start on working from that position. Thanks in advance Regs lahiru On Mon, Apr 28, 2008 at 6:15 PM, Martin Ritchie <[EMAIL PROTECTED]> wrote: > On 25/04/2008, lahiru gunathilake <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I tried to get the qpid java management console work by reading the > README > > file. But theres' no startup.jar located in eclipse folder. > > I installed Qpid successfully by running mvn -Pfastinstall. Now I can > start > > the server and monitor qpid using Jconsole. > > > > When I tried to run the qpidmc.sh it tells that there's no startup.jar. > > > > Can any body help me how to start the management console. > > > > Thanks in advace > > lahiru > > > > -- > > East or West > > Mahindians are the > > Best... ! > > To get the management console for windows (unix one doesn't build > correctly QPID-843) > running mvn in the distribution dir should produce a windows build of > the mc that will work against the broker. > > hth > > Martin > > > -- > Martin Ritchie > -- East or West Mahindians are the Best... !
