Re: [m1.1] ant-optional classes not found

2005-08-13 Thread Lukas Theussl

dan tran wrote:

in 1.1 you need to load the optional jars yourself

http://maven.apache.org/reference/backwards-compatibility.html

-D



I was aware of that but that's the point: I am not using any optional 
tasks. It already happens if I just run the genapp plugin inside an 
empty directory. I also know that it's just a warning, everything seems 
to work fine, I wouldn't have noticed anything without the -X option. 
It's just discomforting to have this bunch of debug warnings - 
especially if you are trying to filter out a real problem.


Lukas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m1.1] ant-optional classes not found

2005-08-13 Thread Arnaud HERITIER
It's only an ant warning (new in 1.6.X).
Don't care about it if you don't have a problem.

Anraud

 

> -Message d'origine-
> De : Lukas Theussl [mailto:[EMAIL PROTECTED] 
> Envoyé : vendredi 12 août 2005 23:07
> À : Maven Users List
> Objet : [m1.1] ant-optional classes not found
> 
> 
> I just noticed that in 1.1-beta-1 running 'maven -X' with any 
> goal produces a bunch of debug warnings:
> 
> [DEBUG] Adding reference: maven.dependency.classpath Caching 
> Taglib Uri --> deploy running script null [DEBUG] Could not load class
> (org.apache.tools.ant.taskdefs.optional.PropertyFile) for 
> type propertyfile [DEBUG] Could not load class
> (org.apache.tools.ant.taskdefs.optional.clearcase.CCMkdir) 
> for type ccmkdir ...
> 
> 
> and a few 100 more of that kind. The goals all execute fine, 
> so there is no problem, I just noticed it using the -X 
> option. The missing classes used to be in the 
> ant-optional-1.5.3.jar, but this does not exist anymore in 
> the ant version 1.6.5 used by m1.1b1.
> 
> Does somebody know what that means and what to do about it?
> 
> Thanks,
> Lukas
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m1.1] ant-optional classes not found

2005-08-12 Thread dan tran
in 1.1 you need to load the optional jars yourself

http://maven.apache.org/reference/backwards-compatibility.html

-D

On 8/12/05, Lukas Theussl <[EMAIL PROTECTED]> wrote:
> 
> I just noticed that in 1.1-beta-1 running 'maven -X' with any goal
> produces a bunch of debug warnings:
> 
> [DEBUG] Adding reference: maven.dependency.classpath
> Caching Taglib Uri --> deploy
> running script null
> [DEBUG] Could not load class
> (org.apache.tools.ant.taskdefs.optional.PropertyFile) for type propertyfile
> [DEBUG] Could not load class
> (org.apache.tools.ant.taskdefs.optional.clearcase.CCMkdir) for type ccmkdir
> ...
> 
> 
> and a few 100 more of that kind. The goals all execute fine, so there is
> no problem, I just noticed it using the -X option. The missing classes
> used to be in the ant-optional-1.5.3.jar, but this does not exist
> anymore in the ant version 1.6.5 used by m1.1b1.
> 
> Does somebody know what that means and what to do about it?
> 
> Thanks,
> Lukas
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]