Commit graph

16 commits

Author SHA1 Message Date
Shay Carter
4e5e42f063 Merge branch 'unidata_20.3.2' into unidata_20.3.2-osx
Bring over the most recent changes from the unidata_20.3.2 branch to the osx branch
2023-07-05 13:18:05 -07:00
ucar-tmeyer
99f78dafd1 Included the setup.sh script that is the build script that starts off the building of the RPM's.
The script sources buildEnvironment.sh, and writes those values out to the about.mappings file before mounting all of the files to the docker to build

*Also updated the " to '' in the plugin.properties
2023-06-30 13:27:35 +00:00
ucar-tmeyer
61fe76f606 Updated About CAVE information for linux, will still need to look into this in Windows and Mac. 2023-06-30 13:12:11 +00:00
ucar-tmeyer
1e6913964e Updates to include the probSevere plugin in the RPM build 2023-06-02 20:32:25 +00:00
srcarter3
0c443f464d Small changes to the developer.product for Mac
- remove the java path definition because this is no longer needed for v20
- add two more plugins to eliminate validation errors when running CAVE
2023-04-17 12:20:04 -06:00
Shay Carter
bcf3c195d6 Merge branch 'unidata_20.3.2' into unidata_20.3.2-osx
Bringing over latest changes from the main unidata_20.3.2 branch into the osx branch
2023-04-01 15:20:06 -06:00
ucar-tmeyer
2af77fcbb8 Updated link to be correct 2023-03-16 17:21:49 +00:00
ucar-tmeyer
c9ef6799b7 Updated the "About" text for CAVE 2023-03-16 17:12:56 +00:00
Tiffany Meyer
9caffa01be Updates to be able to export project from Windows 2023-03-06 13:33:26 -06:00
srcarter3
710327cafb Small changes for osx build
com.raytheon.uf.viz.cots.feature/feature.xml
- "clear" (set to 0.0.0) version dependency of com.sun.jna

com.raytheon.viz.feature.awips.developer/feature.xml
- remove the boundaryTool as an included feature (we don't use this currently)

com.raytheon.viz.product.awips/developer.product
- added reference to cave icon for building on macOS
- removed linux and windows java specification

com.raytheon.viz.product.awips/icons/cave-icon.icns
- added cave icon for macOS build

com.raytheon.viz.product.awips/plugin.xml
- removed plugin customization property
2023-02-13 15:21:34 -07:00
srcarter3
aeb0d245db Small osx updates to developer.product
- run in headless mode (this is needed otherwise cave hangs on start up)
- specify the java library path to be able to find jep (this may change depending on if we change how we distribute the python environment with cave)
2023-02-02 14:59:18 -07:00
srcarter3
c79dc02cb5 Merge branch 'unidata_20.3.2-dev' of github.com:tiffanycmeyer13/awips2-20.3.2 into unidata_20.3.2-osx
Bring over the recent changes from unidata_20.3.2-dev into the macOS branch
2023-01-25 12:32:28 -07:00
srcarter3
b45838f0e6 First set of updates to get CAVE working on macOS
Implement jogl changes, changes to the developer.product and feature.xml
Change the rendering method of E/W GOES combos so they render on macOS

com.raytheon.uf.viz.gl.image.stipple/META-INF/MANIFEST.MF
- add com.jogamp.jogl as a required bundle

""/src/com/raytheon/uf/viz/gl/image/stipple/GLStippledColormappedImageExtension.java
- import jogamp and remove opengl import
- use GL2 objects and constants instead of GL

com.ratheon.uf.viz.gl.triangulated/META-INF/MANIFEST.MF
- add com.jogamp.jogl as required bundled

""/src/com/raytheon/uf/viz/gl/triangulated/GLTriangulatedImage.java
- use jogamp import instead of opengl
- use GL2 objects and constants instead of GL

com.raytheon.uf.viz.radar.gl/META-INF/MANIFEST.MF
- add com.jogamp.jogl as required bundle

""/src/com/raytheon/uf/viz/radar/gl/RadarRadialMesh.java
- use GL2 import, variables, and constants instead of GL

com.raytheon.uf.viz.truecolor.gl/META-INF/MANIFEST.MF
- remove javax.media.opengl as required bundle
- add com.jogamp.jogl as required bundle

""/src/com/raytheon/uf/viz/truecolor/gl/extension/GLTrueColorImagingExtension.java
- use GL2 import, variables and constants instead of GL

com.raytheon.viz.feature.awips.developer/feature.xml
- replaced with existing v18 feature.xml for macOS

com.raytheon.viz.product.awips/META-INF/MANIFEST.MF
- changed the java execution environment form 1.7 to 1.8 (which is what we have in v18, it should at least be 1.8, possibly 1.11)

""/developer.product
- modified the program arguments with the proper locationfor caveData (in ~/Library/) and remove the -alertviz flag
- add a flag for start on first thread (this is how our current v18-osx one is)
- changed the logback to alertview
- removed the python jep library path
- renamed the DvizVersion to DcaveVersion
- added an argument for build system
- removed windows image argument
- add a line defining the JRE for macos
- added a preferencesInfo and ccs lines to be the same as our v18-osx version

""/plugin.xml
- remove windows image property

com.raytheon.viz.satellite/src/com/raytheon/viz/satellite/rsc/SatBlendedResource.java
- change the way we draw E/W GOES combos so they can render on macOS
2023-01-25 10:20:04 -07:00
ucar-tmeyer
a9db8e6eb5 Removed LDAD surface obs and added GOES-R Viz plugin to awips.product for RPM building 2023-01-24 14:58:33 +00:00
ucar-tmeyer
a590b8859e Also removed the building of the AlertViz rpm
*rpms/awips2.core/deploy.builder/build.sh
*rpms/build/x86_64/build.sh
*rpms/build/common/lookupRPM.sh
	Commented out building of AlertViz rpm
*dist/comps.xml
	Removed mandatory awips2-alertviz rpm
	Removed awips2-gfesuite rpm
	Added qpis2-qpid-proton rpm (which typically got installed from dependecies, but wouldn't get removed)
2022-12-30 16:02:04 +00:00
ucar-tmeyer
9b876b5319 Initial commit 2022-05-05 12:34:50 -05:00