Thread JBEE-15 - Break all EE apis into separately versioned subprojects
JBEE-15 - Break all EE apis into separately versioned subprojectsI'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 ...
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...
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', ...
NPE in maven-buildmagic-thirdparty-pluginOn multiple occasions while build JBPAPP_5_0 branch, i have run into a NPE like this: [java] [INFO] ------------------------------------------------------------------------
[java] [ERROR] FATAL ERROR
[java] [INFO]...
Thread Accessing maven dependency class from exec-maven-plugin clas
Accessing maven dependency class from exec-maven-plugin clasHi, 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...
MavenThirdPartyJarsHow 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...
Adding a new jar to common/lib in AS5.2This 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...
Thread Overriding the default pom.xml during AS build
Overriding the default pom.xml during AS buildCurrently 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...
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...
Thread AS Trunk : Repeated download attempts for jna artifact
AS Trunk : Repeated download attempts for jna artifactWhile 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...
Thread JBossRetro cannot replace final reference to StringBuilder
JBossRetro cannot replace final reference to StringBuilderHi, 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(...
maven.opts for building thirdparty moduleFor 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...
Incremental changes and building AS trunkI 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...
invalid pom http://repository.jboss.org/maven2/apache-oro/jaHi, 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...
JDK Crashing in AS BuildSecond 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] --------------------------------------------...
Build system goalsBuild 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...
Changes to app server buildNote: 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...
Ivy or MavenUsing 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; ...
ant version check in 4.2 branchJust 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...