build update for 14.4.1: with these edits CAVE will finally build, but only if you use previous version of eclipse with current PyDev update, which is stupid because Raytheon says to use current eclipse which breaks on build attempts. smh.
Former-commit-id: 971b16644f0a85387c661f26aa5a530e66c7998e [formerly5756a3cde9
] Former-commit-id:6f67b802f0
This commit is contained in:
parent
ae349de8e8
commit
c3e1cc66e6
5 changed files with 12 additions and 14 deletions
|
@ -14,7 +14,7 @@ skipFetch=true
|
|||
skipMaps=true
|
||||
baseos=linux
|
||||
basews=gtk
|
||||
basearch=x86
|
||||
basearch=x86_64
|
||||
|
||||
logExtension=.log
|
||||
javacDebugInfo=false
|
||||
|
|
|
@ -46,9 +46,9 @@ collectingFolder=${archivePrefix}
|
|||
# configs=win32,win32,x86 & linux,motif,x86
|
||||
# By default the value is *,*,*
|
||||
#configs = *, *, *
|
||||
configs=linux, gtk, x86_64
|
||||
# linux, gtk, x86_64 & \
|
||||
# win32, win32, x86
|
||||
configs=linux, gtk, x86 & \
|
||||
linux, gtk, x86_64 & \
|
||||
win32, win32, x86
|
||||
# win32, win32, x86 & \
|
||||
# linux, gtk, x86_64 & \
|
||||
# linux, motif, x86 & \
|
||||
|
|
|
@ -237,10 +237,8 @@
|
|||
<var name="cave.arch" value="arch.x86" />
|
||||
<extractCAVEini
|
||||
zip.file="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip" />
|
||||
<!-- add the Xss jvm parameter to the 32-bit CAVE -->
|
||||
<echo file="/tmp/cave/cave.ini" append="true" message="-Xss512k" />
|
||||
<antcall target="generateDynamicCAVE" />
|
||||
<!-- Update the 32-bit CAVE zip file -->
|
||||
<zip destfile="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip"
|
||||
basedir="/tmp"
|
||||
includes="cave/*.ini, cave/*.sh"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- TODO: Verify These Properties References An Actual Directory. -->
|
||||
<property name="eclipse.dir"
|
||||
value="/opt/uframe-eclipse" />
|
||||
value="/awips2/eclipse" />
|
||||
<property name="build.version"
|
||||
value="1.0.0" />
|
||||
<property name="build.os"
|
||||
|
@ -10,7 +10,7 @@
|
|||
<property name="build.ws"
|
||||
value="gtk" />
|
||||
<property name="build.arch"
|
||||
value="x86" />
|
||||
value="x86_64" />
|
||||
<property name="workspace.dir" value="${basedir}/../" />
|
||||
|
||||
<property name="pde.build.script"
|
||||
|
|
|
@ -267,13 +267,13 @@ if [ "${1}" = "-httpd" ]; then
|
|||
exit 0
|
||||
fi
|
||||
if [ "${1}" = "-postgres" ]; then
|
||||
buildRPM "awips2-postgres"
|
||||
buildRPM "awips2-database-server-configuration"
|
||||
buildRPM "awips2-database-standalone-configuration"
|
||||
buildRPM "awips2-database"
|
||||
#buildRPM "awips2-postgres"
|
||||
#buildRPM "awips2-database-server-configuration"
|
||||
#buildRPM "awips2-database-standalone-configuration"
|
||||
#buildRPM "awips2-database"
|
||||
buildRPM "awips2-maps-database"
|
||||
buildRPM "awips2-ncep-database"
|
||||
buildRPM "awips2-pgadmin3"
|
||||
#buildRPM "awips2-ncep-database"
|
||||
#buildRPM "awips2-pgadmin3"
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue