Skip to content

[ide-1.5.x-gui-refactor] Typo in arduino-core ant build file #2339

New issue

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

By clicking “No 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? No Sign in to your account

Closed
wayoda opened this issue Oct 1, 2014 · 1 comment
Closed

[ide-1.5.x-gui-refactor] Typo in arduino-core ant build file #2339

wayoda opened this issue Oct 1, 2014 · 1 comment

Comments

@wayoda
Copy link

wayoda commented Oct 1, 2014

Refers to Commit b2b5763

In file arduino-core/build.xml

    <target name="clean" description="Clean out the build directories">
        <delete dir="bin" />
        <delete file="arudino-core.jar" />
    </target>

there is a typo in target clean
arudino-core.jar should be arduino-core.jar instead

@ffissore
Copy link
Contributor

ffissore commented Oct 1, 2014

Fixed. Thanks for the heads up

@ffissore ffissore closed this as completed Oct 1, 2014
No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants