RE: help needed with maven antrun plugin

2010-02-05 Thread Haroon Rafique
Works for me, YMMV. Hope that helps. -- Haroon Rafique - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-11-11 Thread Haroon Rafique
ant This way, whatever dependency is specified by maven-antrun-plugin will be kick in. Hope it helps someone. Cheers, -- Haroon Rafique - To unsubscribe, e-mail: users-unsubscr...@maven.apach

scpexe verbose output (how to suppress)

2009-05-15 Thread Haroon Rafique
them? Thanks, -- Haroon Rafique - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Haroon Rafique
[X] Our team uses HTTP to retrieve our artifacts -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [2.0.9 RC7] Release Candidate testing

2008-04-03 Thread Haroon Rafique
-3495: NPE at BEF> org.apache.maven.wagon.repository.Repository.hashCode). This has been BEF> fixed and RC7 posted. BEF> BEF> [..snip..] +1 No problems with my projects Thanks, -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-ma

surefire 2.4.2 fixes manifest issue (was Re: [ANN] Maven Surefire Plugin 2.4.1 for Maven 2 Released)

2008-02-21 Thread Haroon Rafique
ith surefire 2.4.2. Running under cruisecontrol with surefire 2.4.2 and the jdk 1.6, I no longer get the manifest related errors. Regards, -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

surefire-booter manifest issue (was Re: Surefire 2.4.1 classpath order)

2008-02-15 Thread Haroon Rafique
wrong here? ak> Could someone please help on this? ak> ak> Regards, ak> Amit ak> Cheers, -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven Surefire Plugin 2.4.1 for Maven 2 Released

2008-02-07 Thread Haroon Rafique
a minimal test case. So, with the information that I have provided to you so far, hopefully you can provide a minimal test case :-) (or at least, I can wish). Regards, -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven Surefire Plugin 2.4.1 for Maven 2 Released

2008-02-07 Thread Haroon Rafique
is? DD> DD> Thanks DD> DD> Donnchadh DD> Funny that you mention that. It happens for me too on jdk 1.6.0_04 but only when running under cruisecontrol. I'm on maven 2.0.8, surefire 2.4. Later, -- Haroon Rafique <[EMAIL PROTECTED]> -

Re: Using maven for JavaScript projects

2007-10-01 Thread Haroon Rafique
On Today at 9:56am, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote: HR> HR> Hi Nico, HR> HR> Could you add another js tool to the list? I haven't started using it, but HR> it also looks promising in the link/compress category. HR> HR> Its the

Re: Using maven for JavaScript projects

2007-10-01 Thread Haroon Rafique
://alchim.sourceforge.net/yuicompressor-maven-plugin/overview.html based on YUICompressor: http://www.julienlecomte.net/blog/2007/09/28/yui-compressor-version-221-now-available/ http://www.julienlecomte.net/yuicompressor/ ndl> Nico n

Re: TestCase and resources in src/main/webapp

2007-08-13 Thread Haroon Rafique
maven-surefire-plugin ${surefire.ver} src/main/webapp You can add more nodes based upon your needs. Hope that helps. Cheers, -

Re: [m2] add resources to surefire execution

2007-02-26 Thread Haroon Rafique
On Friday at 8:03am, DT=>Dan Tran <[EMAIL PROTECTED]> wrote: DT> perhaps make a request to to surefire plugin to allow addition of classpath DT> DT> -D DT> Bug report exists already: http://jira.codehaus.org/browse/SUREFIRE-118 Please vote for it. -- Haroon Rafi

Re: Ant-Contrib foreach in Maven 2

2006-12-05 Thread Haroon Rafique
On Today at 5:05pm, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote: HR> I have the following in the section of my pom HR> HR> HR> ant-contrib HR> ant-contrib HR> 0.6 HR> provided HR> HR>

Re: Ant-Contrib foreach in Maven 2

2006-12-05 Thread Haroon Rafique
I have the following: .. Hope this helps. -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Resource filtering using environment variables

2006-11-09 Thread Haroon Rafique
On Today at 11:20am, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote: HR> [..snip..] HR> Something like the following should work (not tested): import org.codehaus.plexus.util.cli.CommandLineUtils; HR> filterProperties = new Properties(); HR> HR>

Re: Resource filtering using environment variables

2006-11-09 Thread Haroon Rafique
with the maven codebase at all, but I might try my luck with figuring this out (when I get some spare time). Later, -- Haroon Rafique <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: profile activation based on environment variables

2006-11-07 Thread Haroon Rafique
th "env." will return the shell's environment variable. For example, ${env.PATH} contains the $path environment variable (%PATH% in Windows). I believe this has been in maven since 2.0.1+ (was implemented via MNG-1525). http://jira.codehaus.org/browse/MNG-1525

profile activation based on environment variables

2006-11-06 Thread Haroon Rafique
!env.BLAH /www/tomcat Is this a bug? Should I raise a jira issue? What I'm eventually trying to do is to do some per host profile activation, so I was thinking of using env.HOSTNAME as the activation. Any ideas to do something similar? Thanks, -- Haroon Rafiq