View Issue Details

IDProjectCategoryView StatusLast Update
0003201JEDI VCL02 Installationpublic2005-09-20 08:31
ReporterprofotosAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003201: build.exe not found
DescriptionI'm using BCB 5 Professional pathc 1, Windows 2K

Installed JCL ok.

When I run the jvcl install.bat I get this message:

'build.exe' is not recognized as an internal or external command,
operable program or batch file.

Looking in install.bat there's nothing in there that would trigger build.exe to be built and it wasn't in the installation package that I downloaded.
Additional InformationContents of install.bat:

@echo off

SET DELPHIVERSION=%1
if "%1" == "" SET DELPHIVERSION=newest

cd packages\bin
SET INSTALLOPTIONS="%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"
build.exe %DELPHIVERSION% "--make=installer"
cd ..\..
SET INSTALLOPTIONS=
TagsNo tags attached.

Activities

AHUser

2005-09-16 15:00

developer   ~0007937

Which package have you downloaded. build.exe is precompiled tool that we use to setup a valid environment for compiling the installer and other tools.

profotos

2005-09-20 08:16

reporter   ~0007947

OK -I resolved it. I had downloaded JVCL300CompleteJCL195-Build1848.zip and unzipped it. For some reason the unzip had failed to extract build.exe...

obones

2005-09-20 08:31

administrator   ~0007948

Glad to hear that.

Issue History

Date Modified Username Field Change
2005-09-16 08:41 profotos New Issue
2005-09-16 15:00 AHUser Note Added: 0007937
2005-09-16 15:01 AHUser Status new => feedback
2005-09-20 08:16 profotos Note Added: 0007947
2005-09-20 08:31 obones Status feedback => resolved
2005-09-20 08:31 obones Resolution open => fixed
2005-09-20 08:31 obones Assigned To => obones
2005-09-20 08:31 obones Note Added: 0007948