jasper server 8.0 installation

 

 

 

InstalaciĆ³n Manual De Servidor Jasper

 

 

 

 

 

 

 

 

[echo] Handy Buildomatic Source Build Targets:
[echo]
[echo]
[echo] Building Everything:
[echo] --------------------
[echo]
[echo] build-all (Builds ce and pro source base, builds the pro js database
[echo] runs the integration tests and creates the production data)
[echo]
[echo] build-all-deploy (Does the above steps, then deploys the pro war file)
[echo]
[echo]
[echo] build-all-svn-update (First updates ce, pro, and repo source code from svn,
[echo] then does all of the build-all steps)
[echo]
[echo] build-all-ce (Builds ce source base, builds the ce js database, runs the
[echo] ce integration tests and creates the ce production data)
[echo]
[echo]
[echo] Run Integration Tests:
[echo] ----------------------
[echo]
[echo] re-init-js-db-pro (drop js db, create js db, initialize js db with schema)
[echo]
[echo] run-integration-tests-pro (run integration tests [will not leave resources in the js db.
[echo] you can run this target repeatedly])
[echo]
[echo] Run Your Own Integration Test:
[echo] ------------------------------
[echo]
[echo] run-integration-tests-pro -DuseXmlFile=testng-example-tests-pro.xml (use example xml file)
[echo]
[echo]
[echo] Run Production Data:
[echo] --------------------
[echo]
[echo] re-init-js-db-pro (drop js db, create js db, initialize js db with schema)
[echo]
[echo] run-production-data-pro (run production data [this will load resources into the js db.
[echo] you need this 'core' data in order to startup jasperserver])
[echo]
[echo] Common Vulnerabilities and Exposures (CVE)
[echo] ------------------------------------------
[echo]
[echo] check-cve-ce (checks CVE in ce)
[echo]
[echo] check-cve-pro (checks CVE in pro)
[echo]
[echo] Update and Build Source:
[echo] ------------------------
[echo]
[echo] cd jrs-ce-src
[echo] svn update (update ce source)
[echo]
[echo] cd jrs-pro-src
[echo] svn update (update pro source)
[echo]
[echo] build-src-all (builds ce and pro source)
[echo]
[echo] build-ce (builds just the ce source)
[echo]
[echo] build-pro (builds just the pro source)
[echo]
[echo]
[echo] Deploy the WAR File:
[echo] --------------------
[echo]
[echo] deploy-webapp-pro (deploy the war to your specified App Server)
[echo]
[echo]
[echo] Build a Single Folder:
[echo] ----------------------
[echo]
[echo] build-dir-pro -DdirName=folder-name (example: build-dir-pro -DdirName=datarator)
[echo]
[echo] build-dir-ce -DdirName=folder-name (example: build-dir-ce -DdirName=jasperserver-api
[echo]
[echo]
[echo] Community Source Targets:
[echo] -------------------------
[echo]
[echo] Most of the targets ending with '-pro' have equivalent targets ending with '-ce'
[echo]
[echo]
[echo] default_master.properties File:
[echo] -------------------------------
[echo]
[echo] All of these targets assume that you have a buildomatic/default_master.properties in place.
[echo] For additional information see the comments in your default_master.properties file or the
[echo] properties template file found at buildomatic/sample_conf/source/postgresql_master.properties.
[echo] Also see Section 3.4 'Configuring the Buildomatic Properties' in the JasperReports Server
[echo] Source Build Guide.
[echo]
[echo]
[echo] Collect Pro Buildomatic Files:
[echo] ------------------------------
[echo]
[echo] If you are an internal Jaspersoft developer and you want to setup in order to work with a
[echo] commercial database, you can run the following command to copy Pro buildomatic files to your
[echo] standard buildomatic folder:
[echo]
[echo] assemble-pro-buildomatic-files
[echo]
[echo] (If you get an error about using an 'unsupported database', make a temporary change to your
[echo] default_master.properties. Change, for instance, dbType=oracle to dbType=postgresql. Then
[echo] change this property back after the command runs successfully.)
[echo]
[echo]
[echo] Help Targets:
[echo] -------------
[echo]
[echo] ant help (display this current help page)
[echo]
[echo] ant help-install (display help on how to install JasperReports Server)
[echo]
[echo] ant help-install-manual (display help on manual buildomatic install steps)
[echo]
[echo] ant help-sample-data (display help on setup of sample databases)
[echo]
[echo] ant help-java-options (display help on settings for JasperServer Java runtime options)
[echo]
[echo] ant help-with-license (display help on setup of the JasperServer license file - pro only)
[echo]
[echo] Also, for more information, refer to the JasperReports Server Install Guide and the
[echo] JasperReports Server Source Build Guide. Both are found in the js-src/docs folder.
[echo]

 

Leave a Reply

Your email address will not be published. Required fields are marked *