On 11/5/2010 7:13 PM, Dag H. Wanvik wrote:
________________________________
From: Jayaram Subramanian<[email protected]>
To: [email protected]
Sent: Thu, November 4, 2010 8:35:54 PM
Subject: Re: [jira] Commented: (DERBY-4785) Remove JCC tests and references
to JCC in test code
Thanks all,
I made the suggested changes to derbynetclientmats etc.. and then
tried building using ant all... But i am getting the following error
compile\SQLParser.java:3632: cannot find symbol
[javac] symbol : class ParseException
[javac] location: class org.apache.derby.impl.sql.compile.SQLParser
[javac] final public DataTypeDescriptor numericType() throws
ParseExceptio
n, StandardException {
Hi Jararam,
It is likely because you did a svn update before ant clobber, there are
still some private files around that need to be cleaned up manually. so
run svn status and remove any private files that you did not
intentionally create.. You may also want to refer to this comment when
I hit the problem myself:
https://issues.apache.org/jira/browse/DERBY-3986?focusedCommentId=12914102&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12914102