[jboss-dev-forums] [Design of EJB 3.0] - Re: BeanContainer.getAnnotation returning the old value

ALRubinger do-not-reply at jboss.com
Thu Jun 11 13:45:58 EDT 2009


Zac: Feel free to open a new topic to address your issues in building, etc.

In general you'll probably want to pull down AS trunk:

http://anonsvn.jboss.org/repos/jbossas/trunk/

..then metadata:

http://anonsvn.jboss.org/repos/jbossas/projects/metadata/trunk/ metadata

Make your changes/tests in metadata, then:

mvn clean install

To integrate your new metadata SNAPSHOT with the AS build, you update in AS component-matrix/pom.xml:

<version.org.jboss.metadata>1.0.0.CR16</version.org.jboss.metadata>
  | 

...to the correct version.  Then build AS:

as_trunk$> cd build; ./build.sh

Again, any issues, just open a new Thread and we'll walk you through anything not covered in the Wiki.

Also see http://www.jboss.org/community/wiki/MavenSettings for the M2 settings you'll need to access our public repos.

S,
ALR




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

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



More information about the jboss-dev-forums mailing list