5 Replies Latest reply on Jul 19, 2003 8:44 AM by julien1

    Missing Tools directory

    lynchie

      I've just taken a fresh copy from sourceforge but the tools directory doesn't seem to be there anymore. I know that pserver cvs access is 24hrs behind due to current loads.

        • 1. Re: Missing Tools directory

          you mean : org.jboss.nukes.util.Tools class ?

          • 2. Re: Missing Tools directory
            lynchie

            There was a tools directory located in the same directory as nukes,jmx, build etc... When I run ant im getting

            D:\nukes\nukes\build>ant
            Buildfile: build.xml
            D:\nukes\nukes\tools\etc\buildfragments\buildmagic.ent could not be found

            BUILD FAILED
            java.io.FileNotFoundException: D:\nukes\nukes\tools\etc\buildfragments\buildmagi
            c.ent (The system cannot find the path specified)

            • 3. Re: Missing Tools directory

              did you do :
              "cvs co nukes" when you checkouted nukes ?
              it should exists

              • 4. Re: Missing Tools directory
                lynchie

                Strange... Im after doing a checkout using cvs under linux and the tools directory is there, however, if I look at the repository using http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/nukes/ or using the cvs repository in Eclipse's IDE the tools directory doesnt show up. Any ideas as to why this is happening?

                • 5. Re: Missing Tools directory

                  sure, these are two different views of cvs.
                  with cvsview you see the actual cvs tree
                  with cvs co nukes you are getting the cvs nukes module, that is not the same view.

                  the nukes module is defined in CVSROOT/modules and is a mapped view of the cvs for some reasons. when you do a checkout of the nukes module it get /nukes + some others rep from the cvs (tools and thirdparty libraries)

                  julien