• 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
  • "./build.sh clean main" doesn't update thirdparty

    Running: ./build.sh clean main doesn't update thirdparty anymore, because there is now a checkthirdparty before which makes createthirdparty do nothing. I think clean needs a different dependency set. Do we really ...
    Profile Photo
    last modified by wolfc
  • Circular dependencies in release

    I have an SVN structure like this: ri/trunk/api ri/trunk/impl ri/trunk/dist ri/trunk/spi examples/trunk/... tck/trunk/api tck/trunk/impl and also off in jbossas/projects webbeans-ri-int/trunk/jbossas webbeans-r...
    Profile Photo
    last modified by pmuir
  • update on App server mavenization

    I have now migrated approximately half of the app server modules in trunk (AS 6) to maven, and I will be finishing the rest in the next couple of weeks. The build now works by calling the maven modules from the ant b...
    Profile Photo
    created by pgier
  • Revising parent project but not sub-modules

    RE: https://jira.jboss.org/jira/browse/JBAS-6282 A release of jboss-javaee.jar is needed to remove the duplicate servlet APIs. The parent version will change but the sub-module APIs that exist within the aggregate sh...
    Profile Photo
    last modified by shelly.mcgowan
  • Microcontainer download distribution

      "paulg" wrote: Ok, so taking the main MC project as an example, there is already a source and dist assembly in the "build" directory (maybe this should be changed to "dist"?). What was the purpose of this bui...
    Profile Photo
    last modified by alesj
  • Missing integration source jars

    When I run the current jbossas build or do a mvn package from the thirdparty directory, I'm not seeing the source jars for the jboss/integration or jboss/profileservice-spi being added: [713][valkyrie: thirdparty]$...
    Profile Photo
    last modified by starksm64
  • Compile JBoss 4.3.0 CP02 with JBossMQ

    Hi, I have a serious problem and don't know how to solve it. We want to migrate to JBoss 4.3.0 CP02 and are currently using JBoss 4.2.0 CP02. But we want to compile the JBoss 4.3.0 with JBossMQ as mentioned in the RE...
    Profile Photo
    created by nekronomekron