action.updateException(ex,msg);
}
}
}
protected int importAssets(ImportSource source, final AsyncAction action) throws Exception {
VFS vfs=createImportVFS(source);
VFSFile rootDir=vfs.getRoot();
AssetBrowser a=new AssetBrowser(rootDir, getNodeFactory()) {
// Import all the nodes to the DB, regardless of the constraints (endpoints, jslibs...)
protected boolean includeNode(Properties properties){
return true;