• AS trunk, jbossall-client.jar MANIFEST.MF - Property values not being set

    The latest AS trunk build is generating the JBOSS_HOME/client/jbossall-client.jar MANIFEST.MF with unsubstituted property values:   ... Specification-Title: ${specification.title} Specification-Version: ${specif...
    Profile Photo
    last modified by jaikiran
  • JBEE-15 - Break all EE apis into separately versioned subprojects

    I've started working on JBEE-15 to implement versioning changes to the JAVA EE API set intending to equate the version of the artifact to the specification version.   Discussions on the proposal can be seen ...
    Profile Photo
    last modified by shelly.mcgowan
  • Remove ejb3/build.xml in AS trunk?

    In the current AS trunk, i see that we are moving away from the build.xml and instead using the pom.xml to manage packaging of modules. For example, the ejb3/pom.xml http://anonsvn.jboss.org/repos/jbossas/trunk/ejb3/p...
    Profile Photo
    created by jaikiran
  • Switch to Maven Integration for Eclipse?

    Currently .classpath duplicates the version information in the pom.xml, which can easily become outdated. I don't want to mandate that any change to the pom.xml must be followed by a 'mvn -Peclipse eclipse:eclipse', ...
    Profile Photo
    last modified by wolfc
  • NPE in maven-buildmagic-thirdparty-plugin

    On multiple occasions while build JBPAPP_5_0 branch, i have run into a NPE like this: [java] [INFO] ------------------------------------------------------------------------ [java] [ERROR] FATAL ERROR [java] [INFO]...
    Profile Photo
    last modified by jaikiran
  • Accessing maven dependency class from exec-maven-plugin clas

    Hi, In Infinispan, we do some post processing of classes to generate JMX documentation by scanning annotations. We do this via a javadoc Doclet that gives us com.sun.javadoc.RootDoc instance which we can loop to chec...
    Profile Photo
    last modified by galder.zamarreno
  • MavenThirdPartyJars

    How to upload third party artifacts (jars) to the jboss maven repository.   During the development process, you're project may depend on external projects: some that exist in the local jboss repository, and othe...
    Profile Photo
    last modified by pgier
  • Adding a new jar to common/lib in AS5.2

    This is simply a thirdparty jar that needs to be in <JBOSS_HOME>/common/lib. I've followed the instructions in http://www.jboss.org/community/wiki/jbossasbuild to get it into component-matrix and thirdparty/libr...
    Profile Photo
    last modified by ssilvert
  • Overriding the default pom.xml during AS build

    Currently in trunk, during the build process the thirdparty build step includes generating the dependency: <maven:dependencies filesetId="pom.dependencies" versionsId="pom.dependencies.versions" scopes="compil...
    Profile Photo
    last modified by jaikiran
  • Maven home being overridden in AS?

    Looks like the AS builds (Branch_5_x and trunk) use their own Maven home? While building i see this: maven-init: [echo] Maven Home set to /blah/blah/JBoss_Branch_5_x/tools/maven On my system, i have configured Ma...
    Profile Photo
    last modified by jaikiran
  • AS Trunk : Repeated download attempts for jna artifact

    While building the AS trunk, i keep seeing that during the build-number generation of each module, the following is logged: Downloading: http://repository.jboss.org/maven2/net/java/dev/jna/jna/3.0.5/jna-3.0.5.pom Do...
    Profile Photo
    last modified by jaikiran
  • JBossRetro cannot replace final reference to StringBuilder

    Hi, when replacing the StringBuilder with JBossStringBuilder there is a problem with final field referring to StringBuilder - it is not being renamed. I have the following code for example: button.addActionListener(...
    Profile Photo
    last modified by kfinkels
  • maven.opts for building thirdparty module

    For building AS against the latest release of EJB3, we used to pass the maven.opts[1] param to bring in the latest released version: ./build.sh -Dmaven.opts="-Dskip-download-sources -Dversion.org.jboss.ejb3=1.1.7 -D...
    Profile Photo
    last modified by jaikiran
  • Incremental changes and building AS trunk

    I was recently trying a few things on AS trunk which now has the Maven builds. Initially i triggered a mvn clean install and generated the AS jboss6Alpha. Then while working on a few changes, i updated the versions...
    Profile Photo
    last modified by jaikiran
  • invalid pom http://repository.jboss.org/maven2/apache-oro/ja

    Hi, I'm really not sure where to post this, so I hope someone on this forum can help. I noticed that the pom file is incorrectly named under http://repository.jboss.org/maven2/apache-oro/jakarta-oro/2.0.8/. Look car...
    Profile Photo
    last modified by crowne
  • JDK Crashing in AS Build

    Second time in as many days I've crashed the JDK doing "./build.sh clean most" on trunk/Branches_5_x. Have we seen this before or know of a workaround/fix? [java] [INFO] --------------------------------------------...
    Profile Photo
    last modified by alrubinger
  • Build system goals

    Build System Goals This is an attempt at setting a more well defined direction for the build system within JBoss. Up until now the goals of jboss builds have been vaguely defined as "reproducible builds" and "migrate...
    Profile Photo
    created by pgier
  • Changes to app server build

    Note: This is a duplicate of the message that was sent to the jboss-development list last Friday. All of the app server modules in trunk are now migrated to maven. Today I will be making a couple of updates to the bu...
    Profile Photo
    created by pgier
  • Ivy or Maven

    Using Maven for some time it has shown some quirks which make continuous integration basically impossible: 1. Snapshot artifacts must be static (http://jira.codehaus.org/browse/MDEPLOY-77) and should be reproducible; ...
    Profile Photo
    last modified by wolfc
  • ant version check in 4.2 branch

    Just running ant to build the https://svn.jboss.org/repos/jbossas/branches/Branch_4_2 its failing to recognize the ant 1.7.1 version as it does not appear to see the ant.version system property: BUILD FAILED /Users...
    Profile Photo
    last modified by starksm64