FLUID-573: Build script not creating .war file on Windows

Metadata

Source
FLUID-573
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Jonathan Hung
Created
2008-05-12T11:17:22.000-0400
Updated
2011-02-22T16:27:47.053-0500
Versions
  1. 0.1
  2. 0.3
  3. 0.4beta1
  4. 0.4
Fixed Versions
  1. 1.0
Component
  1. Infrastructure

Description

The Ant script does not build a .war file on Windows. There are two problems:

1. The mvn apply task requires ".bat" in order for the task to run... which will break the script for non-Windows users.

2. Fixing #1 reveals another problem: when the mvn process runs, the necessary directories are not created. (like the Target directory)

Thought: perhaps consider have Maven 2 script call Ant instead of Ant calling Maven 2?

Comments

  • Antranig Basman commented 2009-04-07T16:34:34.000-0400

    Fixed version of build.xml which works on Windows and Mac (tested so far) committed at revision 7061

  • Michelle D'Souza commented 2011-02-22T16:27:47.051-0500

    Closing issues that were resolved for 1.0 and earlier releases.