[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-08 Thread [EMAIL PROTECTED]
The 126MB rang a bell, that didn't sound right to me. The thirdparty got on a diet, now you 'only' need to pull 42MB from the repository. Sorry for the toubles. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013223#4013223 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-07 Thread dleerob
bvogt wrote : Try setting: setproxy proxyhost=your.proxy proxyport=your.port/ | | at the top of .../build/buildthirdparty.xml | and a 'build deploy' afterwards | | Burkhard Thanks this sorted out my problem where my build couldnt connect. Now it can connect to the remote

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-07 Thread [EMAIL PROTECTED]
It needs to get the 126MB of libraries so it mostly depends on your Internet connection View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012349#4012349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012349

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread sasdav
OK, I was able to get past that problem by adding the option to the build.xml but now I've got another problem. I'm getting about 100 errors like this: [execmodules] D:\jboss-portal-2.4.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:69: cannot resolve

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread [EMAIL PROTECTED]
drop thirdparty directory, do a ant clean, and try again. maybe... I have no clue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=437#437 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=437

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread PeterJ
The NoSuchAttachmentException class is located in ./common/src/main/org/jboss/portal/common/command, which should be part of the source you downloaded. Could you check that it is there? How are you doing the build? You should cd to the build directory and run the build script (build.bat or

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread sasdav
Peter, I'm doing exactly as you said, I change to the build directory and type build deploy. D:\jboss-portal-2.6.0-DR1-src\common\src\main\org\jboss\portal\common does not contain a command directory, so it looks like the download was incomplete. View the original post :

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread PeterJ
Wait a second, earlier you indicated 2.4.1, now you identify 2.6. Which is it? Looking at WinZip, it tells me that the 2.4.1 source tar.gz file contains 3796 files, 55,466KB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000141#4000141 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread bvogt
Try setting: setproxy proxyhost=your.proxy proxyport=your.port/ | at the top of .../build/buildthirdparty.xml and a 'build deploy' afterwards Burkhard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000156#4000156 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread sasdav
Yes, I tried 2.4.1 and 2.6 and had the exact same problem from the source download. I tried the cvs download since then and it compiled and deployed properly. But I'm getting NullPointerExceptions on the Theme. Still working on it. View the original post :