trunk build failre?

2008-05-01 Thread Joe Bohn
I'm getting the following failures attempting to build trunk starting 
from a clean repo.   Is it just me?



[INFO] [compiler:compile]
[INFO] Compiling 3 source files to 
/Users/bohn/geronimo/testsupport/testsupport-selenium/target/classes
[INFO] 


[ERROR] BUILD FAILURE
[INFO] 


[INFO] Compilation failure

/Users/bohn/geronimo/testsupport/testsupport-selenium/src/main/java/org/apache/geronimo/testsupport/SeleniumTestSupport.java:[24,33] 
package com.thoughtworks.selenium does not exist


/Users/bohn/geronimo/testsupport/testsupport-selenium/src/main/java/org/apache/geronimo/testsupport/SeleniumTestSupport.java:[26,34] 
package org.openqa.selenium.server does not exist


/Users/bohn/geronimo/testsupport/testsupport-selenium/src/main/java/org/apache/geronimo/testsupport/SeleniumTestSupport.java:[28,30] 
package org.testng.annotations does not exist


etc...



Re: trunk build failre?

2008-05-01 Thread Viet Nguyen
I cleaned my repo and rebuilt it just fine.

-Viet

On Thu, May 1, 2008 at 2:33 PM, Joe Bohn [EMAIL PROTECTED] wrote:
 I'm getting the following failures attempting to build trunk starting from a
 clean repo.   Is it just me?


  [INFO] [compiler:compile]
  [INFO] Compiling 3 source files to
 /Users/bohn/geronimo/testsupport/testsupport-selenium/target/classes
  [INFO]
 
  [ERROR] BUILD FAILURE
  [INFO]
 
  [INFO] Compilation failure


 /Users/bohn/geronimo/testsupport/testsupport-selenium/src/main/java/org/apache/geronimo/testsupport/SeleniumTestSupport.java:[24,33]
 package com.thoughtworks.selenium does not exist


 /Users/bohn/geronimo/testsupport/testsupport-selenium/src/main/java/org/apache/geronimo/testsupport/SeleniumTestSupport.java:[26,34]
 package org.openqa.selenium.server does not exist


 /Users/bohn/geronimo/testsupport/testsupport-selenium/src/main/java/org/apache/geronimo/testsupport/SeleniumTestSupport.java:[28,30]
 package org.testng.annotations does not exist

  etc...