2 Replies Latest reply on Jan 16, 2004 10:22 AM by gmccreath

    Where is my 'deploy' target in the build.

    gmccreath

      Hi all,

      Just getting nukes for the first time.

      I follow the instructions. Got my snapshot. I build (fine), then I try to deploy. What! 'no target "deploy" in this build file'!

      RC1 and snapshot.

      Have I missed something?

      Many thanks.

      Greg.

        • 1. Re: Where is my 'deploy' target in the build.
          jae77

          the deploy target is on each of the individual nukes componets.

          so once you've executed build.bat/sh in the build directory, then you need to leave that dir and head over to each module that you want to install, starting w/ the nukes dir.

          ie:

          cwd = nukes/build

          cd ..

          cd nukes

          cwd = nukes/nukes

          build.bat deploy

          and the ear will be deployed. i'd imagine that could could start w/ say the bb module and deploy that first, b/c it would just give you a message saying it depends upon nukes.ear - i prefer to just always deploy nukes.ear first to be safe.

          • 2. Re: Where is my 'deploy' target in the build.
            gmccreath

            Cheers.