Re: [appfuse-user] Accessing another appfuse project

2007-09-26 Thread Peter Schneider-Manzell
Simply add a dependency to your maven descriptor (pom.xml). e.g. pom.xml of project1: . groupIdOfProject2 artifactIdOfProject2 versionOfProject2 . Make sure that you have installed project2 before compiling project1 Bye, Peter 2007/9/26, Ömer Başar <[EMAIL PROTE

[appfuse-user] Accessing another appfuse project

2007-09-26 Thread Ömer Başar
Hi, I have two separate appfuse-struts2-modular projects named project1, and project2. In Project1-web module I need to access the project2 data. What are the minimal steps that I should follow to achieve this? Thanks in advance. -- View this message in context: http://www.nabble.com/Accessin