Re: [uportal-dev] maven plugin won't build with ResourcesAggregatorImplTest

2009-11-16 Thread Nicholas Blair
This was related to my prior discussion about YUI Compressor and UP-2505. In short, the only YUI Compressor available via maven is version 2.3.6 - which is broken. I have installed 2.4.2 locally, and modified the pom to use it, and verified it works. Per my last comment on

Re: [uportal-dev] maven plugin won't build with ResourcesAggregatorImplTest

2009-11-16 Thread Nicholas Blair
, Nov 16, 2009 at 2:38 PM, Nicholas Blair nicholas.bl...@gmail.com wrote: This was related to my prior discussion about YUI Compressor and UP-2505. In short, the only YUI Compressor available via maven is version 2.3.6 - which is broken. I have installed 2.4.2 locally, and modified the pom

Re: [uportal-dev] maven plugin won't build with ResourcesAggregatorImplTest

2009-11-16 Thread Nicholas Blair
)     at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) Nicholas Blair wrote: There is a method annotated with @After (runs after each test) to clean up temporary files created by the test. The tests use the System property java.io.tmpdir to use as a root

Re: [uportal-dev] maven plugin won't build with ResourcesAggregatorImplTest

2009-11-16 Thread Nicholas Blair
setup and teardown for this test can be improved. On Mon, Nov 16, 2009 at 3:48 PM, Susan Bramhall susan.bramh...@yale.edu wrote: YAY.  Build successful now on Unix.  Windows still complaining.  I can research that a bit more.  Whadda pain. Susan Nicholas Blair wrote: Just committed a fix

Re: [uportal-dev] maven plugin won't build with ResourcesAggregatorImplTest

2009-11-16 Thread Nicholas Blair
I've just checked in a change to the cleanup method in that test class. Can you try the build on Windows again to see if the changes have helped? Thanks! Nick On Mon, Nov 16, 2009 at 4:02 PM, Nicholas Blair nicholas.bl...@gmail.com wrote: Yes, unfortunately YUICompressor's methods

[uportal-dev] more struggles with YUI Compressor

2009-11-17 Thread Nicholas Blair
I've run into some trouble using YUI Compressor to process the javascript within the universality theme. Even the new version of YUI Compressor that we installed in the 3rd party repository (version 2.4.2) throws a StringIndexOutOfBoundsException in the constructor for the JavaScriptCompressor.

[uportal-dev] resources aggregation now in trunk

2009-11-19 Thread Nicholas Blair
I've just committed the resources aggregation process described in UP-2505 on to trunk. There is one caveat: it's currently not enabled. layout/theme/universality/page.xsl contains a comment that shows what needs to be done to switch. I've commented it out because it works for everything but the

Re: [uportal-dev] maven plugin tests again

2009-11-20 Thread Nicholas Blair
Good catch - fix is checked into trunk. On Thu, Nov 19, 2009 at 10:40 PM, Susan Bramhall susan.bramh...@yale.edu wrote: I am attempting to add additional info messages to the deploy ear mojo to track down problems we are having with maven plugin and discovered that the tests in M2 and trunk

[uportal-dev] UP-2505 resolved, looking for new task

2009-11-25 Thread Nicholas Blair
All, I believe UP-2505 is just about wrapped up, barring any unexpected problems or enhancement requests. Is there a review process, or should I mark the item resolved? I'm also looking for a new task to help out on - does anyone have a task that they would like my participation on? Thanks! Nick

Re: [uportal-dev] [uportal-user] build error with uPortal trunk

2009-11-25 Thread Nicholas Blair
And it's fixed, thanks to: http://commons.apache.org/io/api-release/org/apache/commons/io/FilenameUtils.html#separatorsToUnix(java.lang.String) On Wed, Nov 25, 2009 at 3:55 PM, Nicholas Blair nicholas.bl...@gmail.com wrote: Ah, it appears Windows path separator (\) is an issue - I'll see what

Re: [uportal-dev] trunk 3.1 patches build failures

2009-11-29 Thread Nicholas Blair
It appears that the last commit on that class (o.j.p.channels.sqlquery.XmlRowMapper) refers to java.sql.Types that do not exist in Java 5. Specifically: ROWID, NCLOB, and SQLXML. Reference: http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Types.html I've committed a change on trunk and

[uportal-dev] error deploying current trunk from initportal?

2010-01-21 Thread Nicholas Blair
I've just synchronized my workspace (Java 6, Tomcat 6.0.20) with the latest trunk, and it seems I am unable to run from a fresh 'ant initportal'. BookmarksPortlet, cas-proxy-test-portlet, FunctionalTestsPortlet, pluto-test-suite, uPortal, WeatherPortlet, and widget-portlets all seem to start

Re:[uportal-dev] error deploying current trunk from initportal?

2010-01-21 Thread Nicholas Blair
I was running Maven 2.0.10 when I encountered this problem - a switch to 2.2.1 fixed it. I've described the problem in http://www.ja-sig.org/issues/browse/UP-2597 Any objections to requiring Maven 2.2? On Thu, Jan 21, 2010 at 6:53 PM, Nicholas Blair nicholas.bl...@gmail.com wrote: I've just

[uportal-dev] latest trunk: stop tomcat, hsqldb shuts down?

2010-02-11 Thread Nicholas Blair
Not sure if this is expected behavior or not, so I figured I'd post here first. I've noticed that on the latest trunk, when I stop tomcat the local hsqldb is shutdown cleanly (started using the 'hsql' ant target from a terminal). Is this expected behavior? I recall previous snapshots of uPortal

Re: [uportal-dev] latest trunk: stop tomcat, hsqldb shuts down?

2010-02-12 Thread Nicholas Blair
AM, Drew Wills wrote: I am also experiencing this behavior.  I'd be happier if we could leave HSQL running, as it's an extra step to restart it each time I want to try a small tweak to something. drew Nicholas Blair wrote: Not sure if this is expected behavior or not, so I figured I'd

[uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
I have the uportal subversion config file from http://www.ja-sig.org/wiki/display/UPC/uPortal+3+Subversion+Configuration in my .subversion directory (Eclipse Galileo, latest subclipse plugin, ubuntu karmic workstation), but every time I try to commit a new file I get the following message copied

Re:[uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
, Feb 28, 2010 at 11:30 AM, Nicholas Blair nicholas.bl...@gmail.com wrote: I have the uportal subversion config file from http://www.ja-sig.org/wiki/display/UPC/uPortal+3+Subversion+Configuration in my .subversion directory (Eclipse Galileo, latest subclipse plugin, ubuntu karmic workstation

Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
...@unicon.net wrote: Did you do the subversion add from the command line or from eclipse? If from eclipse, does anyone know if subclipse will use/pick up those parts of the subversion config file? Cris J H Nicholas Blair wrote: I have the uportal subversion config file from http

Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
I'll give it a shot next time I have to add a new file. On Sun, Feb 28, 2010 at 12:09 PM, Cris J Holdorph holdo...@unicon.net wrote: So do you see the same behavior if you do the the subversion add from the command line? Cris J H Nicholas Blair wrote: Via eclipse. I'm using the have

[uportal-dev] Pluto 2 development

2010-03-05 Thread Nicholas Blair
If anyone is interested in helping out integrating Pluto 2 (http://www.ja-sig.org/issues/browse/UP-2488) I've created a branch specific to this task: uPortal/branches/working-pluto-2.0 It is currently not functional. The poms have been updated and a number of classes have been ported (where

Re: [uportal-dev] Pluto 2 development

2010-03-10 Thread Nicholas Blair
dependencies. I don't think we want to import anything from the pluto driver impl, that is the little stub-portal the pluto uses for testing. My commit does break compilation for now but I'm working on getting the service APIs fixed up. -Eric On 03/05/2010 02:54 PM, Nicholas Blair wrote

Re: [uportal-dev] Pluto 2 development

2010-03-10 Thread Nicholas Blair
-dev -Eric On 3/10/10 4:16 PM, Nicholas Blair wrote: Awesome! I noticed Spring 3 as the choice in the POM - I had been working locally against 2.5do we want to get Pluto 2 in first by itself? Or do both at the same time? On Wed, Mar 10, 2010 at 2:57 PM, Eric Dalquist eric.dalqu

Re: [uportal-dev] Pluto 2 development

2010-03-10 Thread Nicholas Blair
(due to springmodules going away)and since IChannel is going away do we care if tests for IChannel related items fail? On Wed, Mar 10, 2010 at 6:13 PM, Nicholas Blair nicholas.bl...@gmail.com wrote: I've left Spring 3 in place, and just committed some fixes to address compilation problems

Re: [uportal-dev] Pluto 2 development

2010-03-11 Thread Nicholas Blair
on some refactoring to remove the Pluto test portal specific code from that module. You can read the pluto-dev thread here: http://old.nabble.com/PortletInvokerServiceImpl-in-pluto-portal-driver--ts27857072.html -Eric On 03/10/2010 06:13 PM, Nicholas Blair wrote: I've left Spring 3 in place

Re: [uportal-dev] Portlet 2.0 Cookie Support

2011-01-18 Thread Nicholas Blair
I've been working from option 3. There are 2 key elements in the data model: IPortalCookie, which represents a single Cookie Eric is referring to (1 key to relate to all portlet cookies). IPortletCookie, which mimics javax.servlet.http.Cookie per the portlet spec, but also provides a reference to

Re: [uportal-dev] Portlet 2.0 Cookie Support

2011-01-18 Thread Nicholas Blair
the reference from the IPortletCookie to IPortletEntity would go away and all portlets would see all cookies for a particular browser. -Eric On 1/18/11 8:30 AM, Nicholas Blair wrote: I've been working from option 3. There are 2 key elements in the data model: IPortalCookie, which represents a single

Re: [uportal-dev] [VOTE] Move uPortal source to GitHub

2011-09-15 Thread Nicholas Blair
I was originally a 0 on this issue; I think the primary committers by and large won't have too much difficulty switching to git, but I shared some of the earlier concerns about deployers depending on svn. Now that this read-only mirror is possible, my vote is +1 as long as that becomes a required

Re: [uportal-dev] Move uPortal source to GitHub Schedule

2011-10-14 Thread Nicholas Blair
on the upper right named Pull Request. There are two screenshots attached with more detail. -Eric On 10/14/11 9:40 AM, Nicholas Blair wrote: I'm a bit stuck at the point where I push my changes back. I've got my development environment setup completely, cloned the project, created

Re: [uportal-dev] Using Git with Eclipse?

2011-10-23 Thread Nicholas Blair
and at the bottom Hard is one of the options you can select. -Eric On 10/22/11 10:37 AM, Nicholas Blair wrote: Can anyone point in the direction of some useful Git-Eclipse integration instructions, particularly those helpful for the uPortal project structure? I've tried following EGit's User Guide

Re: [uportal-dev] Microsoft EWS API

2011-11-10 Thread Nicholas Blair
The best thing to do is encourage the jcifs project to publish their artifacts with sonatype. Sonatype strongly discourages listing repositories in project poms, as a result calendarportlet may have difficulties being published with dependency on jasig repo. I recently ran into the same problem

Re: [uportal-dev] Microsoft EWS API

2011-11-10 Thread Nicholas Blair
Same applies for ewsjava. The soap web services api is truly awful, so if it is that much easier I'd be happy to depend on it too. On Nov 10, 2011 9:35 AM, Nicholas Blair nicholas.bl...@gmail.com wrote: The best thing to do is encourage the jcifs project to publish their artifacts

[uportal-dev] moving on

2013-01-17 Thread Nicholas Blair
Everyone, I have accepted a position at another company (TASC: https://tasconline.com) and my last day in the office at UW-Madison is Friday Jan 25. I am still personally interested in the Jasig/Apereo community, particularly Bedework, and I hope to contribute at some level on my own personal