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,

 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 at the root or somewhere. Thanks a ton for all your
help!


src/main/java/org/appfuse:
service  model  dao

src/main/java/org/appfuse/service:
impl                     UserExistsException.java  LookupManager.java
acl                      UniversalManager.java     GenericManager.java
UserSecurityAdvice.java  RoleManager.java          BaseManagerTestCase.java
UserManager.java         MailEngine.java

src/main/java/org/appfuse/service/impl:
UserManagerImpl.java       LookupManagerImpl.java
UniversalManagerImpl.java  GenericManagerImpl.java
RoleManagerImpl.java       BaseManagerMockTestCase.java
PersonManagerImpl.java

src/main/java/org/appfuse/service/acl:
impl  BasicAclProviderManager.java

src/main/java/org/appfuse/service/acl/impl:
BasicAclProviderManagerImpl.java

src/main/java/org/appfuse/model:
User.java    LabelValue.java              BaseObjectACLAware.java
Role.java    BasicAclPermission.java      BaseObject.java
Person.java  BasicAclObjectIdentity.java  Address.java

src/main/java/org/appfuse/dao:
hibernate          LookupDao.java
BasicAclObjectIdentityDAO.java
UserDao.java       GenericDao.java             BaseDaoTestCase.java
UniversalDao.java  Constants.java
RoleDao.java       BasicAclPermissionDAO.java

src/main/java/org/appfuse/dao/hibernate:
UserDaoHibernate.java       LookupDaoHibernate.java
UniversalDaoHibernate.java  GenericDaoHibernate.java
RoleDaoHibernate.java       BasicAclObjectIdentityDAOHibernate.java



nmall wrote:
>
> 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.
>
>
> Thanks a lot!
>

--
View this message in context: 
http://www.nabble.com/building-entire-appfuse-M2-source-with-maven-tf3601242s2369.html#a10062120
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
http://raibledesigns.com

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

Reply via email to