[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Some maven updates

kabir.khan@jboss.com do-not-reply at jboss.com
Mon Sep 29 11:05:33 EDT 2008


That gets me bit further, but in my as poms I am including the following dependencies:

  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>jboss-asintegration-core</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  |       
  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>jboss-asintegration-jmx</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  |       
  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>jboss-asintegration-mc</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  |       
  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>jboss-aop</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  |       
  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>jboss-aop-aspects</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  |       
  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>jrockit-pluggable-instrumentor</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  |       
  |       <dependency>
  |         <groupId>org.jboss.aop</groupId>
  |         <artifactId>pluggable-instrumentor</artifactId>
  |         <version>${version.org.jboss.aop}</version>
  |       </dependency>
  | 

But the thirdparty/jboss/aop folder only gets the following jars

  | [kabir@~/sourcecontrol/jboss-head/build]
  | $ls -al ../thirdparty/jboss/aop/lib/
  | total 4880
  | drwxr-xr-x  10 kabir  staff      340 29 Sep 16:02 .
  | drwxr-xr-x   4 kabir  staff      136 29 Sep 16:02 ..
  | -rw-r--r--   1 kabir  staff   125660 29 Sep 16:02 jboss-aop-aspects-sources.jar
  | -rw-r--r--   1 kabir  staff   104051 29 Sep 16:02 jboss-aop-aspects.jar
  | -rw-r--r--   1 kabir  staff   934044 29 Sep 16:02 jboss-aop-sources.jar
  | -rw-r--r--   1 kabir  staff  1304506 29 Sep 16:02 jboss-aop.jar
  | -rw-r--r--   1 kabir  staff     1780 29 Sep 16:02 jrockit-pluggable-instrumentor-sources.jar
  | -rw-r--r--   1 kabir  staff     4140 29 Sep 16:02 jrockit-pluggable-instrumentor.jar
  | -rw-r--r--   1 kabir  staff     1713 29 Sep 16:02 pluggable-instrumentor-sources.jar
  | -rw-r--r--   1 kabir  staff     2936 29 Sep 16:02 pluggable-instrumentor.jar
  | 

I am getting some errors that are not making much sense to me. What do they mean?

  |    [java] [INFO] ------------------------------------------------------------------------
  |      [java] [INFO] Building JBoss Application Server Thirdparty Build
  |      [java] [INFO]    task-segment: [package]
  |      [java] [INFO] ------------------------------------------------------------------------
  |      [java] [WARNING] POM for 'org.jboss.jbossas:jboss-as-system:pom:5.0.0-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project org.jboss.jbossas:jboss-as-system at Artifact [org.jboss.jbossas:jboss-as-system:pom:5.0.0-SNAPSHOT:compile]
  |      [java] [INFO] [enforcer:enforce {execution: enforce-versions}]
  |      [java] [WARNING] POM for 'org.jboss.jbossas:jboss-as-system:pom:5.0.0-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project org.jboss.jbossas:jboss-as-system at Artifact [org.jboss.jbossas:jboss-as-system:pom:5.0.0-SNAPSHOT:compile]
  |      [java] [INFO] [dependency:sources {execution: download-sources}]
  |      [java] [WARNING] POM for 'org.jboss.jbossas:jboss-as-system:pom:5.0.0-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project org.jboss.jbossas:jboss-as-system at Artifact [org.jboss.jbossas:jboss-as-system:pom:5.0.0-SNAPSHOT:compile]
  |      [java] [INFO] [jboss-license:download-licenses {execution: default}]
  |      [java] [INFO] Downloading licenses
  |      [java] [WARNING] Attempting to build MavenProject instance for Artifact (org.jboss.aop:jboss-asintegration-jmx:2.0.0-20080929.135907-2) of type: jar; constructing POM artifact instead.
  |      [java] [WARNING] Attempting to build MavenProject instance for Artifact (org.jboss.aop:jrockit-pluggable-instrumentor:2.0.0-20080929.135907-2) of type: jar; constructing POM artifact instead.
  |      [java] [WARNING] Attempting to build MavenProject instance for Artifact (org.jboss.aop:jboss-aop-aspects:2.0.0-20080929.135907-10) of type: jar; constructing POM artifact instead.
  | 



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

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



More information about the jboss-dev-forums mailing list