[jboss-jira] [JBoss JIRA] Created: (JBAOP-732) Error on examples build

Fábio Santos (JIRA) jira-events at lists.jboss.org
Fri May 29 07:39:56 EDT 2009


Error on examples build
-----------------------

                 Key: JBAOP-732
                 URL: https://jira.jboss.org/jira/browse/JBAOP-732
             Project: JBoss AOP
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Documentation
    Affects Versions: 2.1.1.GA, 2.1.0.GA
            Reporter: Fábio Santos
            Priority: Minor


The JBoss 5 build of the examples in /jboss-aop-2.1.1.GA/docs/aspect-framework/examples/injboss fail because the Ant file build-jboss5.xml builds wrong classpath references. The current classpath contains the references below:

      <path id="jboss.classpath">
         <pathelement path="${jboss.dir}/server/default/lib/${servlet-api}"/>
         <pathelement path="${jboss.dir}/server/default/lib/jboss-j2ee.jar"/>
      </path>

The correct references are:

      <path id="jboss.classpath">
         <pathelement path="${jboss.dir}/common/lib/servlet-api.jar"/>
         <pathelement path="${jboss.dir}/common/lib/jboss-javaee.jar"/>
      </path>


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

       




More information about the jboss-jira mailing list