Re: Error With dependency plugin

2006-11-15 Thread Lyndon Washington
Oops! I discovered that there was an explicit entry for a 'maven-dependency-plugin' that was used by the mule project, that is not released yet. Sorry for the post. Cheers, -Lyndon- On 11/14/06, Lyndon Washington [EMAIL PROTECTED] wrote: Greetings, I am attempting to use maven

Error With dependency plugin

2006-11-14 Thread Lyndon Washington
Greetings, I am attempting to use maven on a project and it appears to be having problems retrieving a plugin before it even tries to handle the project's pom.xml. From the console output below, the problem seems to be with a version of maven-dependency-plugin that is not available. The

Re: How to report public repository problems

2006-06-14 Thread Lyndon Washington
://maven.apache.org/guides/mini/guide-maven-evangelism.html Lyndon Washington wrote: So, provide an example of the missing pom.xml? Okey dokey, once I get a moment I will log an issue. Thx! On 6/13/06, Carlos Sanchez [EMAIL PROTECTED] wrote: But don't bother to complain without providing a solution

Re: How to report public repository problems

2006-06-14 Thread Lyndon Washington
. and what do you know, someone had already raised the isse, http://jira.codehaus.org/browse/MEV-395, so I just added the patch. Cheers, -L- On 6/14/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Please see: http://maven.apache.org/guides/mini/guide-maven-evangelism.html Lyndon Washington

How to report public repository problems

2006-06-13 Thread Lyndon Washington
What is the procedure for reporting problems with missing pom.xml files from the Ibiblio.org public repository? I tried to use the 1.3.03 version of the xml-apis component, http://www.ibiblio.org/maven2/xml-apis/xml-apis/1.3.03/, only to discover that no pom.xml was present in that directory.

Re: How to report public repository problems

2006-06-13 Thread Lyndon Washington
like these are filed in the Maven JIRA at Codehaus under component MEV (Maven Evangelism). Wayne On 6/13/06, Lyndon Washington [EMAIL PROTECTED] wrote: What is the procedure for reporting problems with missing pom.xmlfiles from the Ibiblio.org public repository? I tried to use the 1.3.03

Re: How to Specify 'Links' In the Javadoc Plugin

2006-06-11 Thread Lyndon Washington
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Lyndon Washington [EMAIL PROTECTED] wrote: I saw from the javadoc-mojo page, http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html, that there is a links tag which takes an ArrayList. It also says

How to Specify 'Links' In the Javadoc Plugin

2006-06-10 Thread Lyndon Washington
Hi, I am migrating an Ant build to Maven. One portion is generating javadocs. In the Ant one there are 3 link tags . . . link href=http://logging.apache.org/log4j/docs/api// link href=http://java.sun.com/j2se/1.5.0/docs/api// link href=http://www.dom4j.org/apidocs// I saw from the javadoc-mojo

Re: Referencing Files from a Unit Test

2006-06-07 Thread Lyndon Washington
resolve to the subprojects location or the parent projects location? Thanks, -Lyndon- On 6/5/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/5/06, Lyndon Washington [EMAIL PROTECTED] wrote: I have a unit test that was setup in the old ANT build to load resources using a relative path. I have put

Re: Referencing Files from a Unit Test

2006-06-06 Thread Lyndon Washington
for: this.getClass().getClassLoader().getResourceAsStream(... http://marc.theaimsgroup.com/?l=turbine-maven-userm=114917325827653w=2 - Original Message - From: Lyndon Washington [EMAIL PROTECTED] To: users@maven.apache.org Sent: Monday, June 05, 2006 8:24 PM Subject: Referencing Files from

Re: Referencing Files from a Unit Test

2006-06-06 Thread Lyndon Washington
Hi Wendy, Thanks for the information. I will try this out since it appears to be what I was looking for. Cheers, -Lyndon- On 6/5/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/5/06, Lyndon Washington [EMAIL PROTECTED] wrote: I have a unit test that was setup in the old ANT build to load

Referencing Files from a Unit Test

2006-06-05 Thread Lyndon Washington
- -- - Lyndon Washington -