Bug 1761443 - Deleted files are not remove from Java component
Summary: Deleted files are not remove from Java component
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: odo
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Girish Ramnani
QA Contact: Amit
Yana Hontyk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-14 12:15 UTC by Yana Hontyk
Modified: 2019-12-02 08:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-02 08:59:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift odo issues 2248 0 'None' 'open' 'Deleted files are not remove from Java component' 2019-12-02 08:27:16 UTC

Description Yana Hontyk 2019-10-14 12:15:55 UTC
Description of problem:
Java assemble script copies the source files somewhere where outside the destination directory /tmp/src, where it does the build.

Version-Release number of selected component (if applicable):


How reproducible: always

Steps to Reproduce:
odo create java
odo push
# delete a file that is important and that should break the build
rm something-important
odo push

Actual results:
everything is ok

Expected results:
build shouldn't work

Additional info:


Note You need to log in before you can comment on or make changes to this bug.