Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
: Only partial filtering of .bat with assembly i try to have some .bat files filtered by assembly plugin. However, for some reason, any batch line that starts with a @ is ignored by filterer :/ This is a big problem considering 90% of the script lines starts with a @. Is there some way to have

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Marc Rohlfs
Which version of the plugin do You use? I filed a bug report for this problem and it was solved with the plugin version 2.2.1. See: http://jira.codehaus.org/browse/MASSEMBLY-528 - To unsubscribe, e-mail:

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
users@maven.apache.org Envoyé: Jeudi 21 Avril 2011 11:07:20 Objet: Re: Only partial filtering of .bat with assembly Which version of the plugin do You use? I filed a bug report for this problem and it was solved with the plugin version 2.2.1. See: http://jira.codehaus.org/browse/MASSEMBLY-528

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Karl Heinz Marbaise
regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise http://www.soebes.de http://www.skmwiki.de http://supose.org/wiki/supose -- View this message in context: http://maven.40175.n5.nabble.com/Only-partial-filtering-of-bat-with-assembly-tp4329257p4330450.html Sent from the Maven

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
migrate to full java if possible, but one step at a time ;) - Mail original - De: Karl Heinz Marbaise k...@soebes.de À: users@maven.apache.org Envoyé: Jeudi 21 Avril 2011 11:26:17 Objet: Re: Only partial filtering of .bat with assembly Hi, it looks like you are trying to build a BAT file

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Asmann, Roland
@maven.apache.org Envoyé: Jeudi 21 Avril 2011 11:26:17 Objet: Re: Only partial filtering of .bat with assembly Hi, it looks like you are trying to build a BAT file which will call your java code...But for this purposes i would take a deeper look into the maven-appassembler-plugin which produces

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Asmann, Roland
...@soebes.de À: users@maven.apache.org Envoyé: Jeudi 21 Avril 2011 11:26:17 Objet: Re: Only partial filtering of .bat with assembly Hi, it looks like you are trying to build a BAT file which will call your java code...But for this purposes i would take a deeper look into the maven

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
well, if i mark them as ressource they will be put in the jar file, no? - Mail original - De: Roland Asmann roland.asm...@adesso.at À: users@maven.apache.org Envoyé: Jeudi 21 Avril 2011 12:38:44 Objet: Re: Only partial filtering of .bat with assembly How about you don't let the assembly

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Asmann, Roland
Marbaise k...@soebes.de À: users@maven.apache.org Envoyé: Jeudi 21 Avril 2011 11:26:17 Objet: Re: Only partial filtering of .bat with assembly Hi, it looks like you are trying to build a BAT file which will call your java code...But for this purposes i would take a deeper look

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Marc Rohlfs
I just checked it once more. With the plugin version 2.2, filtering didn't work when there was an '@' character somewhere in the document. My problem was solved with version 2.2.1, but in my case there wasn't an '@' character in the same line. BTW: Your workaround is not bad! Another idea

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
Could be a solution, i'll give it a try. - Mail original - De: Roland Asmann roland.asm...@adesso.at À: users@maven.apache.org Envoyé: Jeudi 21 Avril 2011 13:17:38 Objet: Re: Only partial filtering of .bat with assembly The way I would do it, is create a directory called 'src/main

Only partial filtering of .bat with assembly

2011-04-20 Thread David Delbecq
Hello, i try to have some .bat files filtered by assembly plugin. However, for some reason, any batch line that starts with a @ is ignored by filterer :/ This is a big problem considering 90% of the script lines starts with a @. Is there some way to have filter don't ignore those lines? my

Re: Only partial filtering of .bat with assembly

2011-04-20 Thread Wayne Fay
i try to have some .bat files filtered by assembly plugin. However, for some reason, any batch line that starts with a @ is ignored by filterer :/ This is a big problem considering 90% of the script lines starts with a @. Is there some way to have filter don't ignore those lines? Pretty sure