• Clarion 10 error - "Error: The "CW" task failed unexpectedly. (MSB4018)

    From Steve Shurts@21:1/5 to All on Mon Sep 17 12:21:31 2018
    Has anyone encountered this little gem? This error occurred after I deleted the .CLW, *.OBJ, and *.MAP files for a project for which I wanted to force a full build. This what that the C:\Clarion10\bin\SoftVelocity.Build.Clarion.targets file has under
    that section:

    <!-- The Clarion for Windows compiler Task does not use the Inputs attributes because
    the project system available to Clarion has a more advanced comparison system. If Inputs and Outputs
    where specified, then MSBuild may not do a recompile when one was required. Better to leave it to
    the Clarion project system to decide if anything is needed to be done

    <Target Name="CoreCompile">
    <CW
    Version="$(clarion_version)"
    Model="$(Model)"
    Vid="$(vid)"
    Warnings="$(warnings)"
    CPU="$(cpu)"
    LineNumbers="$(line_numbers)"
    MapFile="$(GenerateMap)"
    CheckStack="$(check_stack)"
    CheckIndex="$(check_index)"
    StackSize="$(stack_size)"
    Defines="$(DefineConstants)"
    Includes="@(Include)"
    References="@(Reference);@(ProjectReference)"
    Sections="$(Configuration)"
    Sources="@(Compile)"
    Libraries="@(Library)"
    FileDrivers="@(FileDriver)"
    Icon="$(ApplicationIcon)"
    TargetName="$(OutputName)"
    TargetDir="$(OutputPath)"
    TargetType="$(OutputType)"
    RedirectionFile="$(RedFile)"
    CopyCoreFiles="$(CopyCore)"
    CopyableFiles="@(None)"
    ConfigDir="$(ConfigDir)"
    ProjectName="$(MSBuildProjectFile)"
    NoDependency="$(NoDependency)"
    Signal="$(Signal)"
    >
    <Output TaskParameter="RequiredDlls"
    ItemName="RequiredDlls" />
    <Output TaskParameter="LibFile"
    PropertyName="LibFile" />
    <Output TaskParameter="OutputFile"
    PropertyName="OutputFile" />
    </CW>
    </Target>

    I'm not sure what it is trying to tell me...

    Thanks, in advance.

    Steve

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)