Are you trying to build mina or are you configuring a project that uses mina ?
For building mina, see http://mina.apache.org/developer-guide.html $1 svn co https://svn.apache.org/repos/asf/mina/branches/1.0/ mina $2 cd mina $3 mvn install # Build packages (JARs) for the core API and other extensions and install them to the local Maven repository. $4 mvn site # Generate reports (JavaDoc and JXR) $5 mvn assembly:assembly # Generate a tarball $6 mvn eclipse:eclipse # Generate Eclipse project files if you want You can skip lines 3, 4 and 5. I haven't tried it myself since I am an Intellij IDEA lover (so I use mvn idea:idea instead). Let us know if it does not work. Maarten On 9/11/07, bershath <[EMAIL PROTECTED]> wrote: > > > Guys, > > i'm using eclipse Version: 3.2.1 on FC7. i have downloaded and configured > Mina-1-1 on eclipse, but it's screaming for a dependency : > > > >>The project was not built since its build path is incomplete. Cannot > find > the class file for com.jcraft.jzlib.ZStream. Fix the build path then try > building this project mina-1-1 > >>The type com.jcraft.jzlib.ZStream cannot be resolved. It is indirectly > referenced from required .class files > mina-1-1/filter-compression/src/main/java/org/apache/mina/filter/support > Zlib.java line 0 > > where can i get the missing Jars ? > am i on the right track ? > what's the best approach to load it on eclipse ? > > btw, i did perform, mvn clean followed by install and added the generated > libraries to the build path along with the sping library. great if someone > could help me out. > > thanks > Tyronne Wickramarathne > > -- > View this message in context: > http://www.nabble.com/Configuring-Mina-1-1-on-Eclipse%2C-Dependecy-Issue-tf4420600s16868.html#a12608947 > Sent from the Apache MINA Support Forum mailing list archive at Nabble.com > . > >
