Skip to content

Uses only filename to resolve files in P4 #23

Description

@rahouskiids

Getting a lot of P4 errors using this plugin with SQ 7.9.1

MultiAccountProxyModule.java#have - file(s) not on client.
PersonnelInfoVO.groovy#have - file(s) not on client.
DealerPayableEditException.groovy#have - file(s) not on client.
HolidayWeekendFormService.groovy#have - file(s) not on client.
GetInvoiceFormatPOFloatingRateCall.groovy#have - file(s) not on client.
UpdateNoteFloatDefaultsCall.groovy#have - file(s) not on client.

It appears that the plugin uses only file name in the line below. For what it's worth changing to using inputFile.absolutePath() fixes the problem.

IFileSpec fileSpec = new FileSpec(PerforceExecutor.encodeWildcards(inputFile.filename()));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions