Skip to content

Commit

Permalink
Adjust message about skip-replace-inject.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jan 19, 2024
1 parent 9d23f27 commit 4968de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specials/ladybug/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<echo message="ladybug: Check skip-replace-inject.txt present"/>
<condition property="skip.replace.inject.not.present" unless:true="${skip.replace.check}"><not><resourceexists><file file="../../../${ladybug.dir}/skip-replace-inject.txt"/></resourceexists></not></condition><!-- frontend ci/cd will set skip.replace.check=true -->
<fail message="File ${ladybug.dir}/skip-replace-inject.txt not found, create it to prevent replacements in your local java files (git restore replacements which have already been done (possibly because your IDE has already executed maven))" if:set="skip.replace.inject.not.present"/>
<fail message="File ${ladybug.dir}/skip-replace-inject.txt not found, create this (empty) file to prevent replacements in your local java files (git restore replacements which have already been done (possibly because your IDE has already executed maven))" if:set="skip.replace.inject.not.present"/>

<echo message="ladybug: Check ladybug version in pom.xml"/>
<xmlproperty file="../../../${ladybug.dir}/pom.xml" prefix="ladybug.pom.xml"/>
Expand Down

0 comments on commit 4968de4

Please sign in to comment.