RE: help needed with maven antrun plugin

2010-02-05 Thread Haroon Rafique
scopesystem/scope systemPath${java.home}/../lib/tools.jar/systemPath /dependency Works for me, YMMV. Hope that helps. -- Haroon Rafique haroon.rafi...@utoronto.ca - To unsubscribe, e-mail: users-unsubscr

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

2009-11-11 Thread Haroon Rafique
, -- Haroon Rafique haroon.rafi...@utoronto.ca - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

scpexe verbose output (how to suppress)

2009-05-15 Thread Haroon Rafique
them? Thanks, -- Haroon Rafique haroon.rafi...@utoronto.ca - 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
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-mail: [EMAIL PROTECTED] For additional commands, e-mail

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
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
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
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] - To unsubscribe, 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 :-) (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: Using maven for JavaScript projects

2007-10-01 Thread Haroon Rafique
/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 ndl 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 yuicompressor-maven-plugin HR http://alchim.sourceforge.net

Re: TestCase and resources in src/main/webapp

2007-08-13 Thread Haroon Rafique
/additionalClasspathElements /configuration /plugin You can add more additionalClasspathElement nodes based upon your needs. Hope that helps. Cheers, -- Haroon Rafique [EMAIL PROTECTED] - To unsubscribe

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 Rafique [EMAIL PROTECTED

Re: Ant-Contrib foreach in Maven 2

2006-12-05 Thread Haroon Rafique
/ .. /tasks /configuration Hope this helps. -- Haroon Rafique [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 dependencies section of my pom HR HR dependency HR groupIdant-contrib/groupId HR artifactIdant-contrib/artifactId HR version0.6/version HR

Re: Resource filtering using environment variables

2006-11-09 Thread Haroon Rafique
, -- 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 // System properties HR

Re: profile activation based on environment variables

2006-11-07 Thread Haroon Rafique
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 Any more insight would be helpful. Regards, -- Haroon Rafique [EMAIL

profile activation based on environment variables

2006-11-06 Thread Haroon Rafique
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 Rafique [EMAIL PROTECTED