On 28/04/2008, lahiru gunathilake <[EMAIL PROTECTED]> wrote:
> Hi Martin,
>
>  Thanks a lot for the reply..!
>  Could you please help me to fix this Jira. I used to work on Ubuntu and I
>  like if I can fix this but at the moment I have very basic idea about the
>  management console. So may be I can fix this if somebody help me to
>  understand the problem.
>
>  Regs
>
> lahiru

I think the problem is that the unix assembly just hasn't been
maintained as I don't have access to a linux box at work. I've
attached(hopefully, apache does like to filter attachements) an
updated assembly based on the windows one.

It seems the Apache https access to svn is failing for me to day so I
can't commit this. If this works for you then I can commit it (soon
hopefully) if not then perhaps this will give you a starting point. It
at least makes a similarly sized tar as the windows zip. So I'm hoping
all the config is in the right places.

Regards

Martin

>  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... !
>


-- 
Martin Ritchie
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
-->
<assembly>
  <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
  <id>management-console-unix</id>
  <includeBaseDirectory>false</includeBaseDirectory>
  <formats>
    <format>tar.gz</format>
  </formats>
  <fileSets>
    <fileSet>
      <directory>src/main/release</directory>
      <outputDirectory>qpidmc</outputDirectory>
      <includes>
        <include>DISCLAIMER</include>
      </includes>
    </fileSet>
    <fileSet>
      <directory>..</directory>
      <outputDirectory>qpidmc</outputDirectory>
      <includes>
        <include>*.txt</include>
      </includes>
    </fileSet>
    <fileSet>
      <directory>src/main/release/docs</directory>
      <outputDirectory>qpidmc/docs</outputDirectory>
      <includes>
        <include>RELEASE_NOTES.txt</include>
      </includes>
    </fileSet>
    <fileSet>
      <directory>../management/eclipse-plugin/src/main/resources/unix/configuration</directory>
      <outputDirectory>qpidmc/configuration</outputDirectory>
      <includes>
        <include>**</include>
      </includes>
    </fileSet>
    <fileSet>
      <directory>../management/eclipse-plugin/src/main/resources</directory>
      <outputDirectory>qpidmc/eclipse</outputDirectory>
    </fileSet>
    <fileSet>
      <directory>../management/eclipse-plugin</directory>
      <outputDirectory>qpidmc</outputDirectory>
      <includes>
        <include>README.txt</include>
      </includes>
    </fileSet>
    <fileSet>
      <directory>../management/eclipse-plugin/bin</directory>
      <outputDirectory>qpidmc/bin</outputDirectory>
      <includes>
        <include>qpidmc*.sh</include>
      </includes>
      <fileMode>777</fileMode>
    </fileSet>
    <fileSet>
      <directory>../management/eclipse-plugin/src/main/resources/sasl</directory>
      <outputDirectory>qpidmc/eclipse/plugins/jmxremote.sasl_1.0.1/META-INF</outputDirectory>
      <includes>
        <include>MANIFEST.MF</include>
      </includes>
    </fileSet>
    <fileSet>
        <directory>../management/eclipse-plugin/src/main/resources/org.apache.commons.codec</directory>
        <outputDirectory>qpidmc/eclipse/plugins/</outputDirectory>
    </fileSet>
  </fileSets>

  <dependencySets>
    <dependencySet>
      <outputDirectory>qpidmc/eclipse/plugins</outputDirectory>
      <outputFileNameMapping>${artifactId}_${version}.${extension}</outputFileNameMapping>
      <unpack>false</unpack>
      <excludes>
        <exclude>org.apache.qpid:qpid-distribution</exclude>
        <exclude>org.apache.qpid:qpid-common</exclude>
        <exclude>org.apache.qpid:qpid-broker</exclude>
        <exclude>org.apache.qpid:qpid-client</exclude>
        <exclude>commons-cli:commons-cli</exclude>        
        <exclude>commons-configuration:commons-configuration</exclude>
        <exclude>commons-lang:commons-lang</exclude>
        <exclude>org.apache.mina:mina-filter-ssl</exclude>
        <exclude>org.apache.mina:mina-java5</exclude>
        <exclude>backport-util-concurrent:backport-util-concurrent</exclude>
        <exclude>org.slf4j:slf4j-simple</exclude>
        <exclude>junit:junit</exclude>
        <exclude>org.easymock:easymockclassextension</exclude>
        <exclude>commons-codec:commons-codec</exclude>
        <exclude>org.apache.geronimo.specs:geronimo-jms_1.1_spec</exclude>
        <exclude>commons-collections:commons-collections</exclude>
        <exclude>commons-lang:commons-lang</exclude>
        <exclude>org.apache.mina:mina-core</exclude>
        <exclude>commons-beanutils:commons-beanutils</exclude>
        <exclude>commons-beanutils:commons-beanutils-core</exclude>
        <exclude>commons-digester:commons-digester</exclude>
        <exclude>commons-logging:commons-logging</exclude>
        <exclude>commons-logging:commons-logging-api</exclude>
        <exclude>dom4j:dom4j</exclude>
        <exclude>isorelax:isorelax</exclude>
        <exclude>jaxen:jaxen</exclude>
        <exclude>log4j:log4j</exclude>
        <exclude>msv:msv</exclude>
        <exclude>xalan:xalan</exclude>
        <exclude>xml-apis:xml-apis</exclude>
        <exclude>saxpath:saxpath</exclude>
        <exclude>servletapi:servletapi</exclude>
        <exclude>relaxngDatatype:relaxngDatatype</exclude>
        <exclude>xerces:xercesImpl</exclude>
        <exclude>javax.servlet:servlet-api</exclude>
        <exclude>org.eclipse.core:org.eclipse.core.runtime.compatibility.registry</exclude>
      </excludes>
      <scope>runtime</scope>
    </dependencySet>
    <dependencySet>
      <outputDirectory>qpidmc/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.0</outputDirectory>
      <outputFileNameMapping>${artifactId}_${version}/</outputFileNameMapping>
      <unpack>true</unpack>
      <includes>
        <include>org.eclipse.core:org.eclipse.core.runtime.compatibility.registry</include>
      </includes>
      <scope>runtime</scope>
    </dependencySet>
  </dependencySets>

</assembly>

Reply via email to