Hello,

i had created this job in configuration:

"dev" :
{
  "extend": ["source-hybrid"],
  "lint-check" :
  {
    "allowed-globals" : [ "qx", "${APPLICATION}" ]
  },
 "clean-files" :
 {
   "Cleaning up source" :
   [
     "${ROOT}/source/script/${APPLICATION}*.js"
    ]
  },
  "compile-options" :
  {
    "uris" :
    {
      "add-nocache-param" : false
    }
  }
}

When i run that, whole compile cache gets deleted. I want to clean just 
source/script directory. I had looked at python code and found this:

if (self._job.name == "clean" and not 
isLocalPath(self._job.get("cache/compile"))): # "clean" with non-local caches
  pass
else:
  self._cache.cleanCompileCache()

So that means, that job must be named "clean" to be able remove only particular 
files ? That seems kinda odd...

Thanks for explanation.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to