Hi, congrats to make it work! :)
About "option-with-sass-compile": that maven profile is used to generate CSS files from SASS. In Jewel and JewelTheme the final CSS file is generated from several SASS files to keep it organized and structured (like use AS3 instead of JS). But to avoid always launch the CSS generation we separated the task in its own profile. So that profile is just needed when something in CSS changed and we need to generate all themes. So in your case, it's not needed. El vie, 20 nov 2020 a las 20:20, choirul anam (<[email protected]>) escribió: > Finally, success building jewel module with maven. > <http://apache-royale-users.20374.n8.nabble.com/file/t62/Untitled.png> > > Build with java version 1.8 > > C:\Users\Rhea ASUS>mvn -version > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: C:\apache-maven-3.6.3\bin\.. > Java version: 1.8.0_271, vendor: Oracle Corporation, runtime: C:\Program > Files ( > x86)\Java\jre1.8.0_271 > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 8.1", version: "6.3", arch: "x86", family: "windows" > > But there is warning : > > [WARNING] The requested profile "option-with-sass-compile" could not be > activated because it does not exist. > > is this normal ? > > > Thankyou Carlos > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Carlos Rovira Apache Member & Apache Royale PMC *Apache Software Foundation* http://about.me/carlosrovira
