I am using maven. Doing "maven java:compile" results in the error message shown 
below.

maven.xml snippet

  |   <postGoal name="java:compile">
  |      <echo>Running AopC</echo>
  |      <attainGoal name="aopCompile"/>
  |   </postGoal>
  |   
  |   <goal name="aopCompile">
  |     <taskdef name="aopc" classname="org.jboss.aop.ant.AopC">
  |       <classpath id="aop.jboss.classpath">
  |         <pathelement path="${pom.getDependencyClasspath()}"/>
  |         <pathelement location="${maven.build.dir}/classes"/>
  |       </classpath>
  |     </taskdef>      
  | 
  |      <aopc verbose="true">
  |          <src path="${maven.build.dir}/classes"/>
  |          <include name="class_loc/**"/>
  |          <aoppath path="${maven.build.dir}/src/conf/jboss-aop.xml"/>
  |      </aopc>
  |   </goal> 
  | 
error message

  | java:compile:
  |     [echo] Compiling to C:\EclipseWorkspace\<project_dir>/target/classes
  |     [echo] Running AopC
  | Tag library requested that is not present: 'maven' in plugin: 'null'
  | 
  | BUILD FAILED
  | File...... C:\EclipseWorkspace\build\<project_dir>\maven.xml
  | Element... aopc
  | Line...... 70
  | Column.... 24
  | Error running aopc compiler:
  | Total time: 2 seconds
  | Finished at: Thu Mar 17 09:59:32 EST 2005
  | 

Any ideas, how I can get a more detailed error message ?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870572#3870572

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870572


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to