RE: Maven 2 - Ant - Regular Expressions

2006-02-11 Thread Martin, John M. \(Number Six Software\)
Right. It is in my classpath environment variable so that when I run ant, it picks up ant-jakarta-regexp. But when maven does the antrun, I get the error. I had attempted to make ant-jakarta-regexp a dependency for the antrun plugin (as you can see in the pom, below (I put it into our local

Maven 2 - Ant - Regular Expressions

2006-02-10 Thread Martin, John M. \(Number Six Software\)
I have an ant task (ant 1.6.5) that uses the regexpmapper. When I run the task with just ant, it works. When I add that task using antrun in maven, I get this error: Embedded error: The following error occurred while executing this line: /var/home/jmartin/build.xml:80: Could not create type

RE: [m2] how to disable download from repo1.maven.org/maven2

2006-01-23 Thread Martin, John M. \(Number Six Software\)
Fredy, How did you tell Maven to search your internal repository first? --John -Original Message- From: Fredy [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 10:45 AM To: users@maven.apache.org Subject: [m2] how to disable download from repo1.maven.org/maven2 Hi all, i'm