Hi Ate, thx very much for this quick answer, I ´ll try this and hope it ll work :-) Chris Lenz
Ate Douma <[EMAIL PROTECTED]> schrieb: Chris, First thing I noticed is your usage of the CVS repository. Jetspeed (and now almost every Apache project for that matter) is no longer using CVS but switched to Subversion some time ago. To checkout the latest source (called trunk now instead of HEAD) see this: http://portals.apache.org/jetspeed-2/source-code.html Note: you can checkout directly from within Eclipse if you install the subclipse plugin: http://subclipse.tigris.org/ Once you checkout you also will notice the project no longer is called jakarta-jetspeed-2 but plain jetspeed-2. Then, follow: http://portals.apache.org/jetspeed-2/getting-started.html and you should be able to have a jetspeed-2 portal up and running in minutes ;-) Regards, Ate Chris wrote: > Hi *, > > I tried to make my first build for jetspeed and became this exception, > > first my configuration > Eclipse 3.1 > Plugin for Maven installed > jetspeed2 checked out via CVS > jakarta-jetspeed-2 as Java Project inside Eclipse > Build and Classpathes set > Path to maven and maven rep under user.home is set > co compile errors, > > this exception appears when I tried to run Maven out of my Project > jakarta-jetspeed > > Maven --> Run Maven --> AllClean AllBuild as Parameters > > Here the exception > > java.lang.NullPointerException > at com.werken.forehead.Forehead.loadGlob(Forehead.java:374) > at com.werken.forehead.Forehead.load(Forehead.java:317) > at com.werken.forehead.Forehead.config(Forehead.java:245) > at com.werken.forehead.Forehead.config(Forehead.java:131) > at com.werken.forehead.Forehead.main(Forehead.java:579) > > Many thanks for any advice ! > Chris > > > > > --------------------------------- > Gesendet von Yahoo! Mail - Jetzt mit 1GB kostenlosem Speicher --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Gesendet von Yahoo! Mail - Jetzt mit 1GB kostenlosem Speicher
