google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Wildcard matching is broken in wro.xml #680

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Given the following xml configuration 

<groups xmlns="http://www.isdc.ro/wro">
    <group name="index">
        <css>classpath:gss/**</css>
    </group>
</groups>

Then I expect a css file index.css to be output in /wro 

When Running using the maven plugin with the following configuration 

 <plugin>
                <groupId>ro.isdc.wro4j</groupId>
                <artifactId>wro4j-maven-plugin</artifactId>
                <version>1.6.2</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>run</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <wroManagerFactory>ro.isdc.wro.extensions.manager.standalone.GoogleStandaloneManagerFactory</wroManagerFactory>
                </configuration>
            </plugin>

And the gss directory contains gss files. 

Currently the plugin does not pick up the gss files. 

related stack question : 

http://stackoverflow.com/questions/14999717/wro4j-wildcards-dont-work-for-classp
ath

Original issue reported on code.google.com by mpatel.g...@gmail.com on 21 Feb 2013 at 11:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 10 Mar 2013 at 10:13

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 22 May 2013 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 17 Sep 2013 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 Nov 2013 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jan 2014 at 3:13

GoogleCodeExporter commented 9 years ago
This is still an issue in 1.7.4 for me - does it need to be relabeled?

Original comment by blue.tho...@gmail.com on 7 Apr 2014 at 8:48

GoogleCodeExporter commented 9 years ago
No need to relable it. 

Original comment by alex.obj...@gmail.com on 7 Apr 2014 at 9:09

GoogleCodeExporter commented 9 years ago
Gotcha. Is there an expected release?

Original comment by blue.tho...@gmail.com on 7 Apr 2014 at 9:11

GoogleCodeExporter commented 9 years ago
There is an expected release, but there was no progrees on this issue yet. Any 
contribution would speed things up...

Original comment by alex.obj...@gmail.com on 7 Apr 2014 at 9:15

GoogleCodeExporter commented 9 years ago
Please, see the last comment of issue627 (which this is duplicate of). 

Original comment by alex.obj...@gmail.com on 8 Apr 2014 at 8:05