Skip to content

Conversation

@mbien
Copy link
Member

@mbien mbien commented Dec 20, 2022

  • remove travis badge
  • update to build notes and bug report link

 - remove travis badge
 - update to build notes and bug report link
@mbien mbien added doc Documentation related PRs ci:no-build [ci] disable CI pipeline labels Dec 20, 2022
@mbien mbien added this to the NB17 milestone Dec 20, 2022
```
Cleanup:
```
$ ant -q clean
Copy link
Contributor

Choose a reason for hiding this comment

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

I would also mention git clean -xdf which sometimes provides faster and "cleaner" result.

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 thought about this. But this is more of a git trick and has not much to do with the NetBeans project IMO.

If we wanted to support it we should call it from ant, like: ant reset-workspace which would be also self explanatory that it is a quite dangerous ant goal.

git clean is no joke. It cleans your sources and everything else too. ant clean is for the build (assuming it works).

Copy link
Contributor

Choose a reason for hiding this comment

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

is there a way to clean the external ? I often had the issue of remaining jar file in external that pollute build.

Copy link
Member Author

Choose a reason for hiding this comment

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

don't think there is a target for that. I added a external clean target for nb-javac (#3392) since this would horribly break the build if it uses wrong jars (lost at least a hour on that trying to find the issue).

But nothing else cleans the ext folder. Would be a good idea though.

@mbien mbien merged commit 2ec5045 into apache:master Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:no-build [ci] disable CI pipeline doc Documentation related PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants