4 Replies Latest reply on Jul 14, 2004 4:39 PM by bisla

    cvs build questions on jboss-head and jms

      Sorry for bugging on this again

      I checked out everything using HEAD tag
      I have been able to compile some modules
      Changes i made

      Since libraries.ent in tools assumes third party jars are in particular folder(thirdparty/xdoclet-xdoclet/) but actualt thirdparty module has structure(thirdparty/xdoclet/xdoclet)

      This is the case for most of the folders(sun, gnu etc)

      i have made the changes in local.properties and build.xml file of the repsective modules

      Am i missing something or this is the right path??

        • 1. Re: cvs build questions on jboss-head and jms
          starksm64

          You don't have a valid jboss-head checkout if your jboss-head/thirdparty does not look like:

          [starksm@banshee9100 jboss-head]$ ls thirdparty/
          CVS/ gjt-jpl-util/ sun-jaf/
          README.txt gnu-getopt/ sun-javacc/
          apache-avalon/ gnu-regexp/ sun-javamail/
          apache-axis/ hsqldb-hsqldb/ sun-jaxp/
          apache-bcel/ ibm-uddi4j/ sun-jaxr/
          apache-commons/ informix-informix/ sun-jaxrpc/
          apache-jaxme/ jacorb-jacorb/ sun-jca/
          apache-log4j/ javagroups-javagroups/ sun-jce/
          apache-slide/ javassist/ sun-jmf/
          apache-tomcat41/ jdom-beta-7/ sun-jms/
          apache-tomcat50/ jfreechart/ sun-jmx/
          apache-wss4j/ juddi-juddi/ sun-jsse/
          apache-xalan/ junit-junit/ sun-saaj/
          apache-xerces/ junitejb/ sun-servlet/
          apache-xmlsec/ mysql-mysql/ trove/
          beanshell-beanshell/ opennms/ ws4ee/
          bouncycastle/ oswego-concurrent/ wutka-dtdparser/
          dom4j-dom4j/ qdox/ xdoclet-xdoclet/
          eclipse-jdt/ sun-ejb/ xml-sax/
          exolab-castor/ sun-jaas/
          exolab-tyrex/ sun-jacc/
          


          You did a cvs co jboss-head?


          • 2. Re: cvs build questions on jboss-head and jms

            i am doing a

            cvs checkout -P jboss-head

            still getting the thirdparty module with the following structure

            E:\rajdeep on hydhtc26844\jboss\NewCO\jboss-head\thirdparty>dir /b
            .cvsignore
            apache
            beanshell
            bouncycastle
            CVS
            dom4j
            dreambean
            eclipse
            enhydra
            exolab
            gjt
            gnu
            hsql
            hsqldb
            ibm
            informa
            informix
            jacorb
            javagroups
            javassist
            jboss
            jdom
            jflex
            jfreechart
            jregex
            juddi
            junit
            junitejb
            jython
            mortbay
            mysql
            oasis
            opennms
            oswego
            planet57
            qdox
            README
            sourceforge
            sun
            trove
            ws4ee
            wutka
            xdoclet
            xml


            • 3. Re: cvs build questions on jboss-head and jms

              Please ignore previous post

              Scott u r right,i was using the HEAD tag also.

              cvs co jboss-head

              is the right command
              So when is HEAD tag to be used for checking out?

              • 4. Re: cvs build questions on jboss-head and jms
                bisla

                Scott,
                I don't get xdoclet-xdoclet under the thirdpart directory...
                Even when you browse the sources through the web you wouldn't find a xdoclet-xdoclet dir instead what u see is xdoclet/xdoclet .
                Is there something I'm missing.
                thanks