Hi, I was able to compile ok until commit 7981ae252066379e4b03b3f9805b9c3aa7ef15e5. (Carlos last commit)
Hiedra -----Mensaje original----- De: Maria Jose Esteve <[email protected]> Enviado el: lunes, 30 de noviembre de 2020 1:29 Para: [email protected] Asunto: Error compile SDK 30.11.2020 Hi, I cannot compile the SDK. I paste the last lines before the error:... [INFO] Checked 45 files for H:\DESARROLLO\WPNetSuitePlus\Proyectos\Royale-git\royale-asjs\frameworks\projects\Jewel\src\main\sass [INFO] Checked 0 filtered (**/*.css) files for H:\DESARROLLO\WPNetSuitePlus\Proyectos\Royale-git\royale-asjs\frameworks\projects\Jewel\target\Jewel-0.9.8-SNAPSHOT\css [INFO] Compiling Sass templates [INFO] Queueing Sass template for compile: H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/sass => H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/resources [DEBUG] Execute Sass Ruby script: require 'rubygems' env = { 'GEM_PATH' => [ 'H:\DESARROLLO\WPNetSuitePlus\Proyectos\Royale-git\royale-asjs\frameworks\projects\Jewel\target/rubygems' ].uniq.join(File::PATH_SEPARATOR) } Gem.paths = env require 'sass/plugin' require 'java' Sass::Plugin.options.merge!( :cache_location => 'H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/target/sass_cache', :css_location => 'H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/resources', :template_location => 'H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/sass', :unix_newlines => false ) Sass::Plugin.on_compilation_error {|error, template, css| $compiler_callback.compilationError(error.message, template, css) } Sass::Plugin.on_updated_stylesheet {|template, css| $compiler_callback.updatedStylesheeet(template, css) } Sass::Plugin.on_template_modified {|template| $compiler_callback.templateModified(template) } Sass::Plugin.on_template_created {|template| $compiler_callback.templateCreated(template) } Sass::Plugin.on_template_deleted {|template| $compiler_callback.templateDeleted(template) } require 'pp' pp Sass::Plugin.options Sass::Plugin.update_stylesheets {:css_location=> "H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/resources", :always_update=>false, :always_check=>true, :full_exception=>true, :cache_location=> "H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/target/sass_cache", :template_location=> "H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/sass", :unix_newlines=>false} [ERROR] Compilation of template H:/DESARROLLO/WPNetSuitePlus/Proyectos/Royale-git/royale-asjs/frameworks/projects/Jewel/src/main/sass/defaults.sass failed: Inconsistent indentation: 2 spaces were used for indentation, but the rest of the document was indented using 4 spaces. [INFO] ------------------------------------------------------------------------ I have tried on 2 machines, with the same result, does it happen to someone else? Thx. Hiedra.
