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 t

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 stran

Re: How to report public repository problems

2006-06-14 Thread Lyndon Washington
will be >> ignored. >> >> On 6/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote: >> > Issues like these are filed in the Maven JIRA at Codehaus under >> > component MEV (Maven Evangelism). >> > >> > Wayne >> > >> > On 6/13/06, Lyndo

Re: How to report public repository problems

2006-06-14 Thread Lyndon Washington
e see: http://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: >> >>

Re: How to report public repository problems

2006-06-13 Thread Lyndon Washington
TECTED]> wrote: > Issues 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 &

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. Ch

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.

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 . . . http://logging.apache.org/log4j/docs/api/"/> http://java.sun.com/j2se/1.5.0/docs/api/"/> http://www.dom4j.org/apidocs/"/> I saw from the javadoc-mojo page, http://maven.apach

Re: Referencing Files from a Unit Test

2006-06-07 Thread Lyndon Washington
e "basedir" property 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 lo

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 o

Re: Referencing Files from a Unit Test

2006-06-06 Thread Lyndon Washington
looking for: this.getClass().getClassLoader().getResourceAsStream(... http://marc.theaimsgroup.com/?l=turbine-maven-user&m=114917325827653&w=2 - Original Message - From: "Lyndon Washington" <[EMAIL PROTECTED]> To: Sent: Monday, June 05, 2006 8:24 PM Subject:

Referencing Files from a Unit Test

2006-06-05 Thread Lyndon Washington
de. Cheers, -Lyndon- -- --------- Lyndon Washington -