Actions
Bug #3823
closed"make" dependency causes build to fail on windows
Start date:
02/17/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3823
Description
Per duane costa:
There's a platform dependency on 'make' which is a blocker for building the source distribution on Windows. Is there some way to turn off this make dependency without resorting to editing the build.xml file directly?
C:\metacat-src-1.9.0\metacat>ant clean install
Buildfile: build.xml
BUILD FAILED
C:\metacat-src-1.9.0\metacat\build.xml:853: Execute failed: java.io.IOException: CreateProcess: make error=2
Total time: 1 second
Updated by Michael Daigle almost 16 years ago
Added a property to build.properties called make.perl.code. Setting this to false will block the cgi make from running in build.xml.
Updated by Matt Jones almost 16 years ago
Does this also prevent installation of the various CGI files that might depend on that make successfully completing?
Actions