here's the patch
On Sat, Mar 7, 2009 at 8:26 PM, scott comer <[email protected]> wrote:
> how can we change the jar extraction?
>
> scott out
>
>
> rick bolkey wrote:
>
>> No problem. The plug in uses 1.0.2 in the pom, but should compile
>> without changes with 1.0.1. also, remembered that the jar extraction
>> extracts .txt files instead of .etchinc files.
>>
>> On 3/7/09, Rene Barraza <[email protected]> wrote:
>>
>>
>>> The sooner the better, I think.
>>>
>>> -René
>>>
>>>
>>> On Mar 7, 2009, at 7:49 PM, scott comer <[email protected]> wrote:
>>>
>>>
>>>
>>>> anyone have any problem with me rolling this into the 1.1 release?
>>>>
>>>> thanks,
>>>> scott out
>>>>
>>>>
>>>>
>>>
>>
>>
>
>
Index: src/main/java/org/apache/etch/mojo/etch/EtchScanMojo.java
===================================================================
--- src/main/java/org/apache/etch/mojo/etch/EtchScanMojo.java (revision 8)
+++ src/main/java/org/apache/etch/mojo/etch/EtchScanMojo.java Sat Mar 07 21:15:26 CST 2009
@@ -178,7 +178,7 @@
if ( extractFiles( getLog(), artifactFile, getSandboxDirectory(), ".*\\.etch" ) )
{
// extract any txt includes if we find an etch file.
- extractFiles( getLog(), artifactFile, getSandboxDirectory(), ".*\\.txt" );
+ extractFiles( getLog(), artifactFile, getSandboxDirectory(), ".*\\.etchinc" );
}
}
catch (IOException e)