Try doing two things:
1. Changing all your DAO references from DAO to Dao - we changed the
case a while back.
2. Add spring-mock to your list of dependencies.
Matt
On 4/19/07, nmall <[EMAIL PROTECTED]> wrote:
Here is what I pulled into my project and the errors I get when compiling are
below
Here is what I pulled into my project and the errors I get when compiling are
below that. Thanks for your help!
Under src/main/java/org/appfuse here are the directories:
service model dao
./service:
impl UserExistsException.java LookupManager.java
acl
If you pull in the sources and exclude appfuse-hibernate and
appfuse-service, you'll need to pull in the dependencies for those
projects from their pom.xml files. If you post the errors you're
seeing, we may be able to offer better help.
Matt
On 4/18/07, nmall <[EMAIL PROTECTED]> wrote:
Hi,
Hi,
So I pulled in all the modules from the appfuse source into
myproject/src/main/java/ as follows. I tried to run mvn -e
integration-test. However, I got a ton of compilation errors. Is there a
complete set someone can specify that I need to pull in or is there an svn
co command I can execute
If you install AppFuse locally, it'll use those JARs instead of the
ones from static.appfuse.org/repository as long as the versions match.
If you want to ensure that you never get newer versions from the
AppFuse repo, you should change the groupId on the artifacts, then
change it in your project's
Actually, I did mvn and it built all the modules. However, I am trying to
find a way to pull in all the classes needed for dao, dao/hibernate,
service, acls etc into my project directory.how do I do that.
mraible wrote:
>
> You can build all the source by running "mvn" from the top-level
> dir
You can build all the source by running "mvn" from the top-level
directory. This is the same as executing "mvn install" because
"install" is the default goal (specified in the section of
pom.xml).
Matt
On 4/18/07, nmall <[EMAIL PROTECTED]> wrote:
Hi,
I need to build the entire appfuse sour
Hi,
I need to build the entire appfuse source for trying security stuff and
adding acls etc. I have downloaded M2 source. What is the maven command line
that I can issue to build the entire source and what resulting libraries
should I put into any project that I want to use the ACL classes in.