Re: [m1] Removing dependencies from classpath

2005-08-31 Thread Andy Glick
Wendy Smoak wrote: Where does 'maven.dependency.classpath' get created? I only see it referenced from the Maven Java Plugin, yet if I try ${maven.dependency.classpath} in a preGoal to java:compile, it's blank. To see the value of an ant path, fileset, dirset or filelist you can use the ant

Re: Test plugins and xerces 2.7.1

2005-08-31 Thread Brett Porter
It would require a fix in the test plugin, which is passing along xerces to the tests. - Brett On 8/31/05, Eric Hartmann <[EMAIL PROTECTED]> wrote: > > Hi, > > I experienced the following trouble: > > I'm using XInclude in my application with latest Xerces (2.7.1) via > dom4j on jdk1.4.2_08.

Re: overwrite template.* property

2005-08-31 Thread Lukas Theussl
Please read the "Getting started" section of the i18n documentation: http://maven.apache.org/reference/plugins/xdoc/i18n.html Briefly, you have to define your own default locale with your own resource bundle where you can override these properties. -

Re: Jetty Plugin: java.lang.NoClassDefFoundError:sun/tools/javac/Main

2005-08-31 Thread Arnaud HERITIER
I added ant to the jetty classpath can you try it : maven plugin:download -DgroupId=maven -DartifactId=maven-jetty-plugin -Dversion=1.2-SNAPSHOT -Dmaven.repo.remote=http://cvs.apache.org/repository/ Arnaud On 8/31/05, Greg Hall <[EMAIL PROTECTED]> wrote: > > Hi Vincent, > > I've tried the ne

RE: Jetty Plugin: java.lang.NoClassDefFoundError:sun/tools/javac/Main

2005-08-31 Thread Greg Hall
Hi Vincent, I've tried the new version of the plugin but unfortunately it doesn't work. I'm still getting the "java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException" exception when I go to the first JSP. I did notice that Maven downloaded the latest ant.jar file (1.6.5) when I fir

RE: [ANN] Maven EJB Plugin 1.7 released

2005-08-31 Thread Ballard, Ken
No problem. Thanks, Vincent. -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 11:07 AM To: 'Maven Users List' Subject: RE: [ANN] Maven EJB Plugin 1.7 released Hi Ken, > -Original Message- > From: Ballard, Ken [mailto:[EMAIL PROT

RE: Jetty Plugin: java.lang.NoClassDefFoundError:sun/tools/javac/Main

2005-08-31 Thread Vincent Massol
Hi Greg, > -Original Message- > From: Greg Hall [mailto:[EMAIL PROTECTED] > Sent: mercredi 31 août 2005 10:15 > To: Maven Users List > Subject: RE: Jetty Plugin: > java.lang.NoClassDefFoundError:sun/tools/javac/Main > > Hi Vincent, > > I tried the new version of the plugin, and it seems

RE: [ANN] Maven EJB Plugin 1.7 released

2005-08-31 Thread Vincent Massol
Hi Ken, > -Original Message- > From: Ballard, Ken [mailto:[EMAIL PROTECTED] > Sent: mercredi 31 août 2005 16:08 > To: 'Maven Users List' > Cc: '[EMAIL PROTECTED]' > Subject: RE: [ANN] Maven EJB Plugin 1.7 released > > The old way of specifying a dependency on an ejb-client jar doesn't se

RE: [ANN] Maven EJB Plugin 1.7 released

2005-08-31 Thread Ballard, Ken
I see the ejb-clients folder in my repository, but ejb-install seems to put the client jar in the ejbs folder. Thanks, Ken -Original Message- From: Ballard, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 10:08 AM To: 'Maven Users List' Cc: '[EMAIL PROTECTED]' Subject: RE

RE: [ANN] Maven EJB Plugin 1.7 released

2005-08-31 Thread Ballard, Ken
The old way of specifying a dependency on an ejb-client jar doesn't seem to work anymore. Is there a new way to do it? Here's how I did it before for a war project: myStuff myStuff-blah-ejb 1.0 true true Any suggestions? -Original Me

Re: [m2] Re: Using tomcat plugin with maven 2.0-alpha-3?

2005-08-31 Thread Mark Hobson
Hi there, On 31 Aug 2005, at 13:14, Ralph Pöllath wrote: > Is it currently possible to use the tomcat plugin [1] with maven > 2.0-alpha-3? I understand it's work in progress, but I'd like to > start playing with it if possible. It should be - I don't believe it relies on any m2 beta features, but

[m2] Re: Using tomcat plugin with maven 2.0-alpha-3?

2005-08-31 Thread Ashley Williams
If we're talking about the same plugin, I've had some success modifying it. I built it with the following POM where I just changed the betas to alphas http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.ap

Test plugins and xerces 2.7.1

2005-08-31 Thread Eric Hartmann
Hi, I experienced the following trouble: I'm using XInclude in my application with latest Xerces (2.7.1) via dom4j on jdk1.4.2_08. While the junit tests (in fork mode) I have the following exception : org.xml.sax.SAXNotRecognizedException: Feature 'http://apache.org/xml/features/xinclude' is not

Using tomcat plugin with maven 2.0-alpha-3?

2005-08-31 Thread Ralph Pöllath
Hi, Is it currently possible to use the tomcat plugin [1] with maven 2.0- alpha-3? I understand it's work in progress, but I'd like to start playing with it if possible. I grabbed the source from svn, changed the version numbers of its parent and dependencies to those available on repo1, b

Re: overwrite template.* property

2005-08-31 Thread Vov@ Sadovyy
There are no mentions about such properties. I've asked because I didn't find mentions about such properties on maven site. Those are properties from xdoc plugin, but they didn't mentioned on xdoc plugin page, seems it is internal properties... I tried to overwrite "template.maven_reports.sect

RE: Jetty Plugin: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2005-08-31 Thread Greg Hall
Hi Vincent, I tried the new version of the plugin, and it seems to have fixed the tools.jar problem. However, I now get another error which I think is due to ant.jar not on the classpath (stack trace below). I do have ANT_HOME set correctly i.e. &ANT_HOME=/opt/tools/ant Thanks for your help on th