You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with Ant , done the required configuration.
When i try to import another file placed in \web\webroot\WEB-INF:
classpath:WEB-INF/wro_common.xml
or
classpath:wro_common.xml
And it throws below exception
[exec] processing group: germany_styles.css
[exec] Error while creating the modelNo valid model was found!
[exec]
[exec]
[exec] ro.isdc.wro.WroRuntimeException: Cannot build model from XML
[exec]
[exec] =======================================
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.createDocument(XmlModelFactory.java:154)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.create(XmlModelFactory.java:130)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.processImports(XmlModelFactory.java:215)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.create(XmlModelFactory.java:134)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.create(XmlModelFactory.java:50)
[exec] USAGE at ro.isdc.wro.extensions.model.factory.SmartWroModelFactory.create(SmartWroModelFactory.java:180)
[exec]
[exec] at ro.isdc.wro.extensions.model.factory.SmartWroModelFactory.create(SmartWroModelFactory.java:36)
[exec] =======================================
[exec] at ro.isdc.wro.model.factory.WroModelFactoryDecorator.create(WroModelFactoryDecorator.java:30)
[exec] at ro.isdc.wro.model.factory.ModelTransformerFactory.create(ModelTransformerFactory.java:47)
[exec] at ro.isdc.wro.model.factory.ModelTransformerFactory.create(ModelTransformerFactory.java:25)
[exec] --contextFolder PATH : Folder used as a root of the context relative resou
[exec] rces. By default this is the user current folder.
[exec] --destinationFolder PATH : Where to store the processed result. By default use
[exec] s the folder named [wro].
[exec] --parallel : Turns on the parallel preProcessing of resources. T
[exec] his value is false by default.
[exec] --postProcessors POST_PROCESSOR : Comma separated list of post-processors
[exec] --targetGroups GROUPS : Comma separated value of the group names from wro.x
[exec] ml to process. If none is provided, all groups will
The text was updated successfully, but these errors were encountered:
Hi,
I am working with Ant , done the required configuration.
When i try to import another file placed in \web\webroot\WEB-INF:
classpath:WEB-INF/wro_common.xml
or
classpath:wro_common.xml
And it throws below exception
[exec] processing group: germany_styles.css
[exec] Error while creating the modelNo valid model was found!
[exec]
[exec]
[exec] ro.isdc.wro.WroRuntimeException: Cannot build model from XML
[exec]
[exec] =======================================
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.createDocument(XmlModelFactory.java:154)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.create(XmlModelFactory.java:130)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.processImports(XmlModelFactory.java:215)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.create(XmlModelFactory.java:134)
[exec] at ro.isdc.wro.model.factory.XmlModelFactory.create(XmlModelFactory.java:50)
[exec] USAGE at ro.isdc.wro.extensions.model.factory.SmartWroModelFactory.create(SmartWroModelFactory.java:180)
[exec]
[exec] at ro.isdc.wro.extensions.model.factory.SmartWroModelFactory.create(SmartWroModelFactory.java:36)
[exec] =======================================
[exec] at ro.isdc.wro.model.factory.WroModelFactoryDecorator.create(WroModelFactoryDecorator.java:30)
[exec] at ro.isdc.wro.model.factory.ModelTransformerFactory.create(ModelTransformerFactory.java:47)
[exec] at ro.isdc.wro.model.factory.ModelTransformerFactory.create(ModelTransformerFactory.java:25)
[exec] --contextFolder PATH : Folder used as a root of the context relative resou
[exec] rces. By default this is the user current folder.
[exec] --destinationFolder PATH : Where to store the processed result. By default use
[exec] s the folder named [wro].
[exec] --parallel : Turns on the parallel preProcessing of resources. T
[exec] his value is false by default.
[exec] --postProcessors POST_PROCESSOR : Comma separated list of post-processors
[exec] --targetGroups GROUPS : Comma separated value of the group names from wro.x
[exec] ml to process. If none is provided, all groups will
The text was updated successfully, but these errors were encountered: