You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Gordon Smith <go...@adobe.com> on 2013/04/10 05:37:36 UTC

Seeing what 'ant clean' isn't cleaning

If you do 'git status --ignored' after 'ant clean', it will reveal any (normally-ignored) build output that didn't get cleaned.

- Gordon


Re: Seeing what 'ant clean' isn't cleaning

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> If you do 'git status --ignored' after 'ant clean', it will reveal any (normally-ignored) build output that didn't get cleaned.

Any reason why these are ignored?

#       modules/compiler/src/java/flex2/compiler/mxml/ParseException.java
#       modules/compiler/src/java/flex2/compiler/mxml/Parser.java
#       modules/compiler/src/java/flex2/compiler/mxml/ParserConstants.java
#       modules/compiler/src/java/flex2/compiler/mxml/Token.java
#       modules/compiler/src/java/flex2/compiler/mxml/TokenManager.java
#       modules/compiler/src/java/flex2/compiler/mxml/TokenMgrError.java

Justin