Opened 16 years ago

Closed 16 years ago

#260 closed defect (invalid)

build_* batch files may have incorrect line endings

Reported by: jng Owned by: gregboone
Priority: major Milestone: 3.3.0
Component: Build System Version: 3.3.0
Severity: 3 Keywords:
Cc: External ID:

Description

Running build_thirdparty.bat -a=install -o=<my output directory> will fail with the following message.

The system cannot find the batch label supplied - study_params

Using FDO 3.3.0 RC2 source distribution.

Change History (4)

comment:1 by gregboone, 16 years ago

Status: newassigned

comment:2 by gregboone, 16 years ago

Resolution: worksforme
Status: assignedclosed

comment:3 by jng, 16 years ago

Resolution: worksforme
Status: closedreopened
Summary: build_thirdparty.bat fails when specifying install actionbuild_* batch files may have incorrect line endings

I get the same error from the 3.3.1 release source tarball. But looking at this problem again in more detail, the issue can be caused by incorrect line endings in the batch files.

I modified all the batch files in the source tarball to make sure they are using CRLF line endings and the batch files now work when specifiying parameters.

The batch files need to be checked for correct line endings.

comment:4 by jng, 16 years ago

Resolution: invalid
Status: reopenedclosed

The batch files in trunk work fine

Note: See TracTickets for help on using tickets.