Hi,
I've generated an app using AppFuse 1.94 - Struts, Spring and Hibernate.
I've created a project
under Eclipse (the apps name is 'wgb') using the directions given (or I
THINK I have :) . When I run the build.xml file I get an error on this line
(line 239):

    <target name="compile-dao" depends="hibernatedoclet"
description="Compile dao module">
        <compile module="dao"/>
    </target>

Error:
 [javac] C:\tools\wgb\test\dao\org\wgb\dao\UserDaoTest.java:100: cannot find
symbol
    [javac] symbol  : variable Constants
    [javac] location: class org.wgb.dao.UserDaoTest
    [javac] Role role = rdao.getRoleByName(Constants.USER_ROLE);
 
47 errors

ALL  of the files in this directory generate 'cannot find symbol' errors.
Oddly enough, there are other
Test files in the  C:\tools\wgb\test\service\org\wgb\service directory that
do not throw the same errors.

There is obviously a linking error someplace. I've tried to understand the
directory structure with the 
generated app and have reinstalled/generated the app several times, to no
avail. 

Otherwise, the app is a miracle and a great find! I appreciate all of he
hard work that has gone into it and 
I'm sure I'll learn a lot from using it.

Thanks,
Bill
 

-- 
View this message in context: 
http://www.nabble.com/newbie-build.xml-error-under-Eclipse-tf3343981s2369.html#a9300501
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to