Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use param in antrun to support build in windows #390

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

z7658329
Copy link
Member

@z7658329 z7658329 commented Dec 5, 2022

No description provided.

@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #390 (b6b6fba) into master (4c9dd74) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #390   +/-   ##
=========================================
  Coverage     62.55%   62.55%           
  Complexity     1866     1866           
=========================================
  Files           260      260           
  Lines          9405     9405           
  Branches        872      872           
=========================================
  Hits           5883     5883           
  Misses         3140     3140           
  Partials        382      382           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment on lines -655 to +654
rm -f ${project.basedir}/dist.sh
echo -n "hugegraph-loader tar.gz available at: "
echo "${project.basedir}/${final.name}.tar.gz"
</echo>
<exec executable="${shell-executable}"
dir="${project.basedir}" failonerror="true">
<arg line="./dist.sh"/>
</exec>
</tasks>
<target>
<tar destfile="${project.basedir}/${final.name}.tar.gz"
basedir="${project.basedir}"
includes="${final.name}/**"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

old name is hugegraph-loader tar.gz

and the new pkg name is? final.name?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have fix all tools binary rename in pr #387

@imbajin imbajin changed the title support build in windows chore: use param in antrun to support build in windows Dec 5, 2022
@imbajin imbajin merged commit 942e52c into apache:master Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants