Gump on adam.a.o trouble with Forrest build

2011-01-06 Thread David Crossley
 Author: crossley
 Date: Thu Jan  6 00:18:08 2011
 New Revision: 1055692
 
 URL: http://svn.apache.org/viewvc?rev=1055692view=rev
 Log:
 Try setting sysproperty java.awt.headless true.
 While forrest does run okay on vmgump and on zone,
 on the adam.a.o Mac OS X it issues java.lang.InternalError:
 Can't connect to window server - not enough permissions
 and then hangs for one hour until killed.

That did not fix it.

Actually i see now that this is already set at the top level
Host Configuration metadata/adam.xml

Can anyone help to resolve this please.

-David

 Modified:
 gump/metadata/project/forrest.xml
 
 Modified: gump/metadata/project/forrest.xml
 URL: 
 http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=1055692r1=1055691r2=1055692view=diff
 ==
 --- gump/metadata/project/forrest.xml (original)
 +++ gump/metadata/project/forrest.xml Thu Jan  6 00:18:08 2011
 @@ -84,7 +84,9 @@
  
project name=forrest-test-basic
  !-- Build the seed-basic site, which utilises no plugins. --
 -ant basedir=main target=test-basic/
 +ant basedir=main target=test-basic
 +  sysproperty name=java.awt.headless value=true/
 +/ant
  depend project=forrest-core inherit=runtime/
  depend project=commons-jxpath/
[ snip ]

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



buildconfig is not recognized

2011-01-06 Thread Ludmila Shikhvarg
 buildconfig is not recognized as an internal or external command, 
operable program or batch file on windows for:

apr-buildconf
expat-buildconf
commons-daemon-native-buildconf
cppunit-autogen

How to make it work on windows?

Thanks,
Ludmila

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: buildconfig is not recognized

2011-01-06 Thread Sander Temme
Hi Ludmila, 

On Jan 6, 2011, at 6:48 PM, Ludmila Shikhvarg wrote:

 buildconfig is not recognized as an internal or external command, operable 
 program or batch file on windows for:
 apr-buildconf
 expat-buildconf
 commons-daemon-native-buildconf
 cppunit-autogen

The GNU autotools are typically not used on Windows.  

I don't know about the last three, but I know that the APR (and httpd) projects 
should have a Visual Studio Project.  I think (but am not sure since I have 
never done this) that for releases, Makefiles are manually generated from the 
Projects.  I don't think there is an automated process for this, which makes it 
hard to fit something like this into Gump. 

 How to make it work on windows?

We might have to do platform-specific build steps, where Gump would call a 
shell script (like buildconf) on Unix systems and call a batch script (or do 
nothing, for some steps and some projects) on Windows.  You're blazing a trail 
here!

S.

-- 
Sander Temme
scte...@apache.org
PGP FP: FC5A 6FC6 2E25 2DFD 8007  EE23 9BB8 63B0 F51B B88A

View my availability: http://tungle.me/sctemme




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org