Hi Folks, Is there a property that controls executing the junit tests? I would like to turn them off. One of the junit tests takes over 200 sec. and another takes so long I lose patience and hit control C. The test that takes 200 sec. is calling org.apache.jetspeed.services.portletcache.TestTurbineCache I believe. The test that seems to "hang" is calling org.apache.jetspeed.services.search.TestSearch. The maven task calling all these junit tests is "test:test". I have made no changes to the release at all, I simply unzipped it, CD'ed into the base directory and typed "maven war". I had previously successfully installed maven.
I can see (via the blinking lights on my router) that it IS doing something. It just needs to do it faster or not at all. I am using the supported version of Maven (1.0-rc2). Also, I am trying to build the war from source under Win2K on a fairly fast PC, XP 2400+ with 512Mb. Thanks... --- Jeremy Ford <[EMAIL PROTECTED]> wrote: > Try these settings in your local builder.properties > or the > project.properties file. > > maven.proxy.host Yes Specifies a proxy server > to use when downloading > JARs. > maven.proxy.port Yes Specifies the port of the > proxy server to use when > downloading JARs. > maven.proxy.username Yes Specifies a proxy > username for proxy > authentication. > maven.proxy.password Yes Specifies a proxy > password for proxy > authentication. > > If you go to this URL, http://www.ibiblio.org/maven/ > , you can see all of > the jars that are available for download. Worst > case scenario: you can > download them via your browser 1 by 1. > > Jeremy Ford > [EMAIL PROTECTED] > > > >From: Anthony Smith <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Jetspeed Users List > <[EMAIL PROTECTED]> > >Subject: RE: Jetspeed 1.5 Final Release available > for download > >Date: Fri, 23 Apr 2004 14:16:15 -0500 > > > >I am behind a firewall. I downloaded J 1.5 and > Maven and now Maven is > >trying > >to get all these dependent jars but it cannot. Is > there an alternate way? I > >do not know anything about Maven. > > > >-----Original Message----- > >From: David Sean Taylor > [mailto:[EMAIL PROTECTED] > >Sent: Friday, April 23, 2004 1:58 PM > >To: 'Jetspeed Users List' > >Subject: Jetspeed 1.5 Final Release available for > download > > > > > >The Apache Portals Jetspeed development team has > released the final > >version 1.5 of the Jetspeed Portal Server. > > > >Jetspeed is now a part of the Apache Portals > project: > >http://portals.apache.org/ > >The Jetspeed 1.x project is now hosted here: > > > >http://portals.apache.org/jetspeed-1/ > > > > > >The binary release can be downloaded from an Apache > mirror here: > > > >http://jakarta.apache.org/site/binindex.cgi > > > >The source release can be downloaded from an Apache > mirror here: > > > >http://jakarta.apache.org/site/sourceindex.cgi > > > > > >*** New Features *** > > > > 1. Security refactored to allow assigning roles > within groups > > 2. Jetspeed 1.5 Tutorial moved off of > Bluesunrise and converted to > >Maven documentation format. > > 3. Jetspeed Maven Plugin for creating and > working with Jetspeed-based > >projects > > 4. Build converted to Maven. Ant build > deprecated. > > 5. Jetspeed site converted to use Maven, and > moved to > >http://portals.apache.org/jetspeed-1 > > 6. Jetspeed becomes a part of the Apache Portals > project > >http://portals.apache.org > > 7. Email Portlet > > 8. Redirect Portlet > > 9. Enhanced portlet filtering on the layout > customizer > >10. New skins and updated look and feel of the > default portal > >11. Portlets and decorators (controls) can now be > completely hidden if > >user doesn't have secure access to the portlet. > >12. GenericMVC portlet now can render in parallel > with other portlets > >on the page > >13. Added filtering on portlet registry browser > >14. Drag and drop controller for the layout > designer > >15. Upgrade to Torque 3.1 and Torque Plugin > > > > > >**** Bug Fixes *** > > > >- See FIXES.html (included in the distributions) > for a full list of > >fixes in this release > > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] > > > > _________________________________________________________________ > Watch LIVE baseball games on your computer with > MLB.TV, included with MSN > Premium! > http://join.msn.com/?page=features/mlb&pgmarket=en-us/go/onm00200439ave/direct/01/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25� http://photos.yahoo.com/ph/print_splash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
