You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Vijayendra Bhamidipati <vi...@citrix.com> on 2013/08/08 03:36:55 UTC

compile error on 4.2

Looks like  this line has gone missing in AuthenticatorTest.java:

import com.cloud.user.dao.UserAccountDao;

So 4.2 is running into a compilation error.. can someone please add it to the file?? Thanks!

Cheers!
Regards,
Vijay


Re: compile error on 4.2

Posted by Thomas O'Dowd <tp...@cloudian.com>.
Thanks. compiling again for me.

Tom.

On Thu, 2013-08-08 at 02:53 +0000, Alex Huang wrote:
> My bad or my eclipse bad.  It was still rebuilding our project when I saved the file so it assumed UserAccountDao was not around and pulled the import.  I didn't even know it happened.
> 
> Sorry for the trouble.  Fixed now.
> 
> --Alex
> 
> > -----Original Message-----
> > From: Vijayendra Bhamidipati [mailto:vijayendra.bhamidipati@citrix.com]
> > Sent: Wednesday, August 7, 2013 6:37 PM
> > To: dev@cloudstack.apache.org
> > Subject: compile error on 4.2
> > 
> > Looks like  this line has gone missing in AuthenticatorTest.java:
> > 
> > import com.cloud.user.dao.UserAccountDao;
> > 
> > So 4.2 is running into a compilation error.. can someone please add it to the
> > file?? Thanks!
> > 
> > Cheers!
> > Regards,
> > Vijay
> 

-- 
Cloudian KK - http://www.cloudian.com/get-started.html
Fancy 100TB of full featured S3 Storage?
Checkout the Cloudian® Community Edition!


RE: compile error on 4.2

Posted by Alex Huang <Al...@citrix.com>.
My bad or my eclipse bad.  It was still rebuilding our project when I saved the file so it assumed UserAccountDao was not around and pulled the import.  I didn't even know it happened.

Sorry for the trouble.  Fixed now.

--Alex

> -----Original Message-----
> From: Vijayendra Bhamidipati [mailto:vijayendra.bhamidipati@citrix.com]
> Sent: Wednesday, August 7, 2013 6:37 PM
> To: dev@cloudstack.apache.org
> Subject: compile error on 4.2
> 
> Looks like  this line has gone missing in AuthenticatorTest.java:
> 
> import com.cloud.user.dao.UserAccountDao;
> 
> So 4.2 is running into a compilation error.. can someone please add it to the
> file?? Thanks!
> 
> Cheers!
> Regards,
> Vijay