My procedure (with Q4E plugin): 1. Use Eclipse svn plugin to download CAS server source code to a project.
2. Delete the project but don't delete the content from your workspace. 3. In Eclipse, click File->Import->Maven 2->Maven 2 Project->Browse and select CAS directory->Click Finish, you'll have 15 projects in your Eclipse. 4. Now you can concentrate on the part you want to customize and build jars. 5. If you want to build a your own CAS war file, you can modify the dependencies of the pom.xml in cas-server-webapp and run package. Good luck, Shi Yusen/Beijing Langhua Ltd. 在 2009-04-08三的 23:51 -0500,jerry写道: > Hi, I am a newbie to Jasig CAS. I want to customize some authentication > feature of CAS, so I need to import this whole project to my IDE. Currently I > am using MyEclipse (actually just an Eclipse). I have installed SVN plug-in > to myEclipse and successfully connected to CAS repository. Then I don't know > how to import this project to my IDE. All projects I've done before are just > one single web application package. I am kind of confused about these 10+ > packages under this CAS project. How do I check out them to my IDE? I tried > checked out all those packages, like cas-server-core, cas-server-support-jdbc > packages one by one. But seems I couldn't integrate them together as one > project. Could you please give me some advice? Thanks in advance. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
