Ok, thanks. It works now. Not sure what was wrong before, I think since I had the wrong Eclipse maven plugin and it unregistered the source folders. Also, I had tomcat 6.0.14, and ran into this bug:
https://issues.apache.org/bugzilla/show_bug.cgi?id=43338 I upgraded tomcat and it worked. You probably know this, but this part is a bit different in trunk mysql: FROM: <value> SELECT CONCAT(FIRST_NAME,' ',LAST_NAME) AS FIRST_LAST, FIRST_NAME, LAST_NAME, EMAIL, USER_NAME FROM UP_PERSON_DIR WHERE USER_NAME=? </value> TO: <value> SELECT CONCAT(FIRST_NAME,' ',LAST_NAME) AS FIRST_LAST, FIRST_NAME, LAST_NAME, EMAIL, USER_NAME FROM UP_PERSON_DIR WHERE {0} </value> The pom.xml has an error in eclipse, maybe again due to bad eclipse maven plugin: Description Resource Path Location Type Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. pom.xml /uPortal_trunk line 1 IAM Markers Im not sure what to change to change the tomcat port. I edited these files and it seems to work: Web.xml (3 places) Security.properties (4 places) Portal.properties (1 place) Anyways, nothing major. I will get the grouper plugin working next and work on some enhancements there... Thanks, Chris From: [email protected] [mailto:[email protected]] On Behalf Of Jennifer Bourey Sent: Tuesday, August 24, 2010 5:23 PM To: [email protected] Subject: Re: [uportal-dev] development environment documentation Hi Chris, The current documentation for building and deploying uPortal lives in the uPortal 3.2 manual at https://wiki.jasig.org/display/UPM32/Home. You might particularly want to check out the contents of the "Installing uPortal" section. I think those instructions are all still applicable to the uPortal trunk. I don't know if we have current documentation on using Eclipse with uPortal, but I believe all the .project and .classpath files are checked into source and kept up to date. I'd recommend using the M2Eclipse plugin, but beyond that, checking uPortal out into Eclipse should result in it showing up pretty reasonably. Once you make changes to Java files, you'll probably generally want to run "ant deploy-war" to update the deployed code. We're in the midst of an initiative to improve our manual, so if you notice sections that are unclear or seem incorrect, please let us know! - Jen On Aug 23, 2010, at 8:44 AM, Chris Hyzer wrote: I see Tamer's post, and I can get the quickstart and builds working, but I was wondering there is more detailed documentation about checking out from SVN and importing into Eclipse, editing Java files, building and seeing them work locally... I see this doc: https://wiki.jasig.org/display/UPC/Building+and+Deploying+uPortal+3 If there is no other doc, I can list exactly what I am doing and we can go from there. Thanks, Chris -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Jen Bourey Software Developer Unicon, Inc. -- 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/uportal-dev -- 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/uportal-dev
