WebORB for Java

Ant script for generating production-jars

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: Beta 3
  • Fix Version/s: 4.0
  • Component/s: Configuration
  • Labels:
    None

Description

Current version of product contains all inbound:
- core
- examples

It should be special production release in which not included examples. Or, script, via which it will be possible to cut redundant data (classes, configs?)

Activity

Hide
Alex Krivyakin added a comment - 10/Jun/10 4:29 AM
I've added the short ant-build point named "release-full". This point is active by default. If you need fast build(without examples), you can to call the "release" point.

For example:
$ant -buildfile weborbinstallerbuild1_5.xml
- all sources be compiled

$ant -buildfile weborbinstallerbuild1_5.xml release
- examples be excluded.

$ant -buildfile weborbinstallerbuild1_5 release-without-checkout
- only local sources be compiled.
Show
Alex Krivyakin added a comment - 10/Jun/10 4:29 AM I've added the short ant-build point named "release-full". This point is active by default. If you need fast build(without examples), you can to call the "release" point. For example: $ant -buildfile weborbinstallerbuild1_5.xml - all sources be compiled $ant -buildfile weborbinstallerbuild1_5.xml release - examples be excluded. $ant -buildfile weborbinstallerbuild1_5 release-without-checkout - only local sources be compiled.
Hide
Alex Krivyakin added a comment - 10/Jun/10 4:59 AM
fixed
Show
Alex Krivyakin added a comment - 10/Jun/10 4:59 AM fixed

People

Vote (0)
Watch (0)

Dates

  • Created:
    22/May/08 6:28 AM
    Updated:
    10/Jun/10 4:59 AM
    Resolved:
    10/Jun/10 4:59 AM