You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Andrew McIntyre <mc...@gmail.com> on 2006/02/18 00:21:34 UTC

Failure in derby-split-1

Just noticed this has been failing for a while.

The failure is here:

 compile_reference:
   [javac] Compiling 10 source files to
/x1/gump/public/workspace/db-derby/classes
   [javac]  /x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/reference/SQLState.java:29:
 package org.apache.derby.shared.common.reference does not exist
   [javac]     org.apache.derby.shared.common.reference.SQLState
   [javac]                                             ^
   [javac] 1 error

BUILD FAILED

This looks like svn did not properly update some files. The file that
is missing exists in the source tree here:

http://svn.apache.org/repos/asf/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/

Maybe those new files didn't update properly? Perhaps the pointers to
the various source directories in tools/ant/properties/dirs.properties
didn't update? Maybe there's something in the metadata I need to
change to find the new files?

Not sure what's going on, but I'll be glad to help if someone could
take a look and make sure that the new files in java/shared are there.

Thanks!

andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Failure in derby-split-1

Posted by Andrew McIntyre <mc...@gmail.com>.
On 2/17/06, Bill Barker <wb...@wilshire.com> wrote:
>
> I can't check the files myself, but it's hard to believe that 'svn up' has
> been failing for this long.
>
> What I'd check is if 'ant gump_split_1' works.  It's likely that the missing
> file simply needs to be added to what that target builds.

You're right. I just noticed this and should have looked a little
closer before sending mail. A new target that I thought was already
included in gump_split_1 as a dependant needed to be added explicitly
to gump_split_1. Fixed for the next gump build.'

andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


RE: Failure in derby-split-1

Posted by Bill Barker <wb...@wilshire.com>.
 

> -----Original Message-----
> From: Andrew McIntyre [mailto:mcintyre.a@gmail.com] 
> Sent: Friday, February 17, 2006 3:22 PM
> To: Gump code and data
> Subject: Failure in derby-split-1
> 
> Just noticed this has been failing for a while.
> 
> The failure is here:
> 
>  compile_reference:
>    [javac] Compiling 10 source files to
> /x1/gump/public/workspace/db-derby/classes
>    [javac]  
> /x1/gump/public/workspace/db-derby/java/engine/org/apache/derb
y/iapi/reference/SQLState.java:29:
>  package org.apache.derby.shared.common.reference does not exist
>    [javac]     org.apache.derby.shared.common.reference.SQLState
>    [javac]                                             ^
>    [javac] 1 error
> 
> BUILD FAILED
> 
> This looks like svn did not properly update some files. The file that
> is missing exists in the source tree here:
> 
> http://svn.apache.org/repos/asf/db/derby/code/trunk/java/share
> d/org/apache/derby/shared/common/reference/
> 
> Maybe those new files didn't update properly? Perhaps the pointers to
> the various source directories in tools/ant/properties/dirs.properties
> didn't update? Maybe there's something in the metadata I need to
> change to find the new files?
> 
> Not sure what's going on, but I'll be glad to help if someone could
> take a look and make sure that the new files in java/shared are there.
> 

I can't check the files myself, but it's hard to believe that 'svn up' has
been failing for this long.

What I'd check is if 'ant gump_split_1' works.  It's likely that the missing
file simply needs to be added to what that target builds.

> Thanks!
> 
> andrew
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
> 
> 



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org