[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-05 Thread [EMAIL PROTECTED]
Are you behind a proxy? I think there is a wiki somewhere that explains how to build from source when you are behind a network proxy. When you run build.sh, you can pipe the output to a file and see which file it is not able to download. Try doing a wget on that file manually and see if indeed

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-05 Thread iamnew2jboss
Yes, that's right Prabhat. There were some meesages that it couldn;t download some files from the repository. What could be the reason though? I'll re-run the command and see what are the files it is not able to download. i did not see any log files to see all the error messages. Any idea?

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-04 Thread [EMAIL PROTECTED]
Let me look into building from src part. I usually verify that binaries do not get corrupted while uploading for bundled and normal zip but not for source bundle. As par as JSR 286 is concerned, I don't think it's supported yet. View the original post :

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-04 Thread iamnew2jboss
Thanks Prabhat. However, I'm confused when you say, I don't think it is supported yet. I'm refering to: http://www.jboss.org/files/portletcontainer/docs/2.0.0.CR2/pdf/User_Guide_(en-US).pdf If you look at the section: 1. Downloading and installing, the first para says: Two bundled versions

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-04 Thread [EMAIL PROTECTED]
I just downloaded 2.6.5.SP1 source from Sourceforge and I was able to build it. What's the error that you are getting? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155825#4155825 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-04 Thread [EMAIL PROTECTED]
The portlet module that's shipped with 2.6.5.SP1 is version 1.0.3 which is JSR-168 implementation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155826#4155826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155826

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-04 Thread iamnew2jboss
Thanks Prabhat. Here is the error i'm getting while building the Portal from the source. I'm using JBoss AS 4.2.2 GA. Where can I find the log file? Thanks. | == | == Finished 'most' in module 'format'. | == | == |

[jboss-user] [JBoss Portal] - Re: Is Portal 2.6.5 available to download from source?

2008-06-04 Thread [EMAIL PROTECTED]
From the log seems like there must have been some error before what you have posted. Look if build was able to download all the necessary dependencies from the repositories. Another thing to try would be checkout code from http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_5_SP1 and