Re: What does dev mean in jar name?

2003-07-27 Thread dion
Whatever the dom4j developers want it to mean. It usually means 'development' -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Dave Ford" <[EMAIL PROTECTED]> wrote on 28/07/2003 08:23:00 AM: > For example: dom4j-1.4-dev-7.jar. What does the dev mean? > >

Re: More problems with clover

2003-07-27 Thread dion
Bugs in the ant tags. Fixed in b10. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Jon Strayer" <[EMAIL PROTECTED]> wrote on 28/07/2003 06:08:13 AM: > What causes this problem? > > 2003-07-27 15:01:11,909 ERROR > org.apache.commons.jelly.tags.ant.AntTag

Thomas Tatzel/OuB/Zentrale/DeuBa is out of the office.

2003-07-27 Thread Thomas Tatzel
I will be out of the office starting 26.07.2003 and will not return until 11.08.2003. I will be out of the office from 28 July to 8 August and will not be checking my e-mail. In urgent cases please contact Dan Castillo ([EMAIL PROTECTED]; +49(69)910-62988) or +49(69)910-68094) Kind Regards, T

Re: What does dev mean in jar name?

2003-07-27 Thread Jason van Zyl
On Sun, 2003-07-27 at 18:23, Dave Ford wrote: > For example: dom4j-1.4-dev-7.jar. What does the dev mean? Doesn't mean anything to Maven. Turbine used to use this as a notion of meaning what SNAPSHOT does in Maven but dev means nothing per se in maveneze. > Dave Ford > Smart Soft - The Developer

What does dev mean in jar name?

2003-07-27 Thread Dave Ford
For example: dom4j-1.4-dev-7.jar. What does the dev mean? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Problem with beta-10 and java:jar-resources again

2003-07-27 Thread Incze Lajos
> >... > > > ... > > > > > (the element is missing). > > That was the problem. Allways consult the project definition xsd file at $MAVEN_HOME. It is (more) update (OK, mostly) than th docs. incze -

More problems with clover

2003-07-27 Thread Jon Strayer
What causes this problem? 2003-07-27 15:01:11,909 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nested "available" element. I'm running Maven B-9 on HPUX and JDK 1.4.1 -- What this country needs is a good five cent microc

Re: Weird problem with Maven

2003-07-27 Thread did
Ok. That was that. I've experienced some DSL shutdown fomr my ISP during a maven process. This is may be the reason. Regards, Did Jason van Zyl wrote: On Sat, 2003-07-26 at 19:07, did wrote: Hi all, I try to migrate a project in Maven. Everything worked fine this afternoon, but since few se

Re: Problem with beta-10 and java:jar-resources again

2003-07-27 Thread Moritz Petersen
Hi Michael, Am Sonntag, 27.07.03, um 13:10 Uhr (Europe/Berlin) schrieb Michal Maczka: 1. Don't keep your resources in src/java Why not? It's what Eclipse expects and automatically puts into the classpath... 2. Do something like: Ah! That's the problem. The documentation is not correct. The t

RE: Problem with beta-10 and java:jar-resources again

2003-07-27 Thread Michal Maczka
> -Original Message- > From: Moritz Petersen [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 27, 2003 12:52 PM > To: [EMAIL PROTECTED] > Subject: Problem with beta-10 and java:jar-resources again > > > This was discussed before, but the solution did not fit my problem. > > The resources

Problem with beta-10 and java:jar-resources again

2003-07-27 Thread Moritz Petersen
This was discussed before, but the solution did not fit my problem. The resources are not copied to the target/classes directory. When I run maven -X java:jar-resources, I notice, that ---%<- [DEBUG] Adding reference: maven.jar.resources.set -> patternSet{ includes: [] excl