> There should be no network dependence - I have successfully > run these tests sitting on an airplane. What OS are you > running on? I have experienced some problems running on > Windows - perhaps there is an open file-handle on a file or > directory affected by the 'deploy-struts' > target.
I'm using Windows XP SP2 with the built-in firewall off. I rebooted and ran "ant clean drt" immediately but the same problem occurred. > > Also, are you synced up to HEAD? I believe there 'drt' > target in $BEEHIVE_HOME/controls has been changed to 'checkin.tests' > Right before I updated to HEAD and got the same failure. controls/build.xml's drt target is redirected to test/build.xml's checkin.tests. Thanks, Ias > #!/zach > > -----Original Message----- > From: Ias [mailto:[EMAIL PROTECTED] > Sent: Friday, October 08, 2004 5:44 PM > To: 'Beehive Developers' > Subject: deploy-struts target halts in controls > > When I ran "ant clean drt" on controls, I got > > .. > > build: > [echo] ----------------------------------------------------- > [echo] | Beehive Controls controlsWeb build starting | > [echo] ----------------------------------------------------- > [copy] Copying 360 files to > C:\java\project\beehive\controls\test\webapps\stage\controlsWeb > [copy] Copied 123 empty directories to 1 empty directory > under C:\java\project\beehive\controls\test\webapps\stage\controlsWe > b > > -inject.netui: > [echo] Injecting Netui in controlsWeb > > deploy.netui: > > deploy.netui: > [echo] Deploy NetUI to webapp rooted at: > C:\java\project\beehive\controls\test\webapps\stage\controlsWeb > > deploy.netui.runtime: > > deploy.netui.runtime: > [mkdir] Created dir: > C:\java\project\beehive\controls\test\webapps\stage\controlsWe > b\resource > s\be > ehive\version1 > > deploy-struts: > [echo] Deploy Struts to webapp rooted at: > C:\java\project\beehive\controls\test\webapps\stage\controlsWeb > [echo] Deploy the NetUI runtime to webapp rooted at: > C:\java\project\beehive\controls\test\webapps\stage\controlsWeb > > and the command window was frozen with Tomcat open. > > I use a proxy for access to the Internet. Does it affect this process? > > Thanks, > > Ias > >
