急maven 编译报错 “找不到符号”

急~在线等!maven 编译报错 “找不到符号”
pom.xml配置
XML code

<parent>
    <groupId>com.hxsmart.sicard</groupId>
    <artifactId>sicard</artifactId>
    <version>1.0-SNAPSHOT</version>
    <relativePath>../pom.xml</relativePath>
</parent>


报错如下:

E:\workspace\iccardcore\mis\src\main\java\com\hxsmart\sicard\core\webapp\action\
process\DayEndProcessBean.java:[298,65] 找不到符号
符号: 变量 autoTapeFile
位置: 类 com.hxsmart.framework.webapp.util.Constant

E:\workspace\iccardcore\mis\src\main\java\com\hxsmart\sicard\core\webapp\action\
process\DayEndProcessBean.java:[298,118] 找不到符号
符号: 变量 autoTapeFile
位置: 类 com.hxsmart.framework.webapp.util.Constant

E:\workspace\iccardcore\mis\src\main\java\com\hxsmart\sicard\core\schedule\DayEn
dJob.java:[94,66] 找不到符号
符号: 变量 autoTapeFile
位置: 类 com.hxsmart.framework.webapp.util.Constant

E:\workspace\iccardcore\mis\src\main\java\com\hxsmart\sicard\core\schedule\DayEn
dJob.java:[94,119] 找不到符号
符号: 变量 autoTapeFile
位置: 类 com.hxsmart.framework.webapp.util.Constant


在Constant中:
Java code

public static String autoTapeFile= "/home/sybase/";



尝试了很多方法都没有解决,对maven不熟,望高手解答,谢谢!


------解决方案--------------------
在确保Java代码和编译都没有问题的前提下,利用projec->clean->cleanAll清理,然后在尝试下