Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
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?)
- 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?)
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.