extractor for language: ant fails to detect Ant mojos
-----------------------------------------------------

                 Key: MNG-4694
                 URL: http://jira.codehaus.org/browse/MNG-4694
             Project: Maven 2 & 3
          Issue Type: Bug
    Affects Versions: 3.0-beta-1
         Environment: Any
            Reporter: Kaizer Sogiawala


Using simple project to develop Ant plugins described at-

http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html

I noticed the maven-plugin-plugin/Extractor is not able to detect any Ant 
mojos. This same example works fine in mvn-2.2.1

--- SNIP ---
[INFO] --- maven-plugin-plugin:2.3:descriptor (default-descriptor) @ 
maven-javac-plugin ---
[WARNING] Goal prefix is: javac; Maven currently expects it to be javac
[INFO] Using 3 extractors.
[INFO] Applying extractor for language: java
[INFO] Extractor for language: java found 0 mojo descriptors.
[INFO] Applying extractor for language: ant
[INFO] Extractor for language: ant found 0 mojo descriptors.
[INFO] Applying extractor for language: bsh
[INFO] Extractor for language: bsh found 0 mojo descriptors.
--- SNIP ---

$ mvn -v
Apache Maven 3.0-beta-1 (r935667; 2010-04-19 10:00:39-0700)
Java version: 1.6.0_20
Java home: /opt/jdk1.6.0_20/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-21-generic-pae" arch: "i386" Family: "unix"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to