[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Hi, It also fails for me... I closely followed the steps as described on the wiki page (http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal). Had some problems at first with creating tehMySQL database. But when I ran build\build.bat main, it fails spitting out the same error messages as in

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
I have also tried building on a linux release to see if the problem is related to the OS, but I had teh same results :( Marcel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857517#3857517 Reply to the post :

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
I have downloaded xerces-2.4.0.jar and placed it in jre/ext directory of my jdk. This removed a lot of error's, the only thing that remained was related to the org.jboss.util.Valve class, which does not exist. Searching through the jars in the jboss-4.0.0 distribution gave no results. But I did

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
I am using the nukes-2.0-DR-src bundle on jBoss AS 4.0.0. OS is win2000, jdk version is 1.4.2_05 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857552#3857552 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857552

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Well its a bit of a shame then that the latest version of JBoss Portal cannot work wih the latest version of JBoss AS, specially since they claim that it compiles on JBoss-4.0.1RC1. I've checked the code, the class org.jboss.nukes.common.concurrent.Valve extends the class org.jboss.util.Valve

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Just now checked out the latest version of the sources, I did not compile them yet, but I did find that the dependency is indeed removed, great! I'll try to build the package tomorrow at the office. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857607#3857607

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Well that is really terific news! I am currently in the process of evaluating open source portal solutions to replace our current WPS based solution. One requirement is that it runs on JBoss AS 4. So I hope to see it working fine in the near future. Thanx for your reply. Marcel View the

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-07 Thread legolas
Sorry, you lost me. I had a problem compiling the sources released as developers release, both on linux and on windows, on JBoss 4.0.0. And as I stated, this is caused by a dependency of the org.jboss.nukes.common.concurrent.Valve class on the org.jboss.util.Valve, which does not exist in JBoss

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-16 Thread legolas
I have successfully compiled the source, and deployed nukes. First I tried building against JBoss-4.0.1RC2, but that failed because it does not contain the jboss-hibernate.jar. When I changed back to JBoss-4.0.0, the sources compiled well. I could also create the setup.ddl and create the

[JBoss-dev] [JBoss Portal Development] - Release schedule

2004-12-13 Thread legolas
Hi, What is the time schedule for releasing JBossPortal? Marcel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858338#3858338 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858338

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-23 Thread legolas
If you've read the previous posts in this thread, you should have read that the DR relies on the Valve class that is not part of JBoss 4+, but is part of JBoss 3.2.x. This dependency is removed in the Nukes sources in CVS, so if you check out directly from CVS, you should be able to build them.