RE: [JBoss-dev] Sources in repository
by Ruel Loehr
100% for the ones we generate. As we move over builds to maven based ones, this functionality can be turned on by default (creation of source jars).
For external thirdparty items it's up to whoever puts the jar in the repo to include the sources.
Ruel Loehr
JBoss QA
-----Original Message-----
From: jboss-development-bounces(a)lists.jboss.org [mailto:jboss-development-bounces@lists.jboss.org] On Behalf Of Ovidiu Feodorov
Sent: Wednesday, August 02, 2006 12:27 PM
To: JBoss.org development list
Subject: [JBoss-dev] Sources in repository
How realistic is to expect that eventually each repository entry (or at
least the ones we generate) will have the corresponding source zip as
artifact?
This would make life much more easier for people who use debuggers.
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/405 - Release Date: 8/1/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/405 - Release Date: 8/1/2006
18 years, 5 months
Sources in repository
by Ovidiu Feodorov
How realistic is to expect that eventually each repository entry (or at
least the ones we generate) will have the corresponding source zip as
artifact?
This would make life much more easier for people who use debuggers.
18 years, 5 months
RE: jboss-head-jdk-matrix Build Failed
by Scott M Stark
It looks like the tomcat6 snapshot has updated to use an AtomicInteger
for the accessCount ivar and invalidated all direct use of this field:
/services/cruisecontrol/checkout/jboss-head/tomcat/src/main/org/jboss/we
b/tomcat/tc6/session/ClusteredSession.java:793: incompatible types
found : int
required: java.util.concurrent.atomic.AtomicInteger
accessCount = 0;
________________________________
From: qa(a)jboss.com [mailto:qa@jboss.com]
Sent: Wednesday, August 02, 2006 7:48 AM
To: Bill Decoste; jboss-development(a)lists.jboss.org; Kabir Khan;
QA; Scott M Stark; wolfc(a)jboss.com
Subject: jboss-head-jdk-matrix Build Failed
Importance: High
View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log
=log20060802101805
BUILD FAILED
Ant Error Message:
/services/cruisecontrol/work/scripts/build-jboss-common.xml:287: The
following error occurred while executing this line:
/services/cruisecontrol/work/scripts/build-jboss-common.xml:62: Exit
code: 1 See compile_jdk15.log in Build Artifacts for details.
Date of build: 08/02/2006 10:18:05
Time to build: 29 minutes 27 seconds
Last changed: 08/02/2006 10:01:10
Last log entry: Update the javac sourc/target to 5
Unit Tests: (0) Total Errors and Failures: (0)
Modifications since last build: (first 50 of 40)
55031 modified scott.stark(a)jboss.org
//trunk/system/build.xml Update the javac sourc/target to 5
55030 added wolfc
//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/unit/Pr
eDestroyCallsTestCase.java EJBTHREE-670: unit test
55030 added wolfc
//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyState
ful.java EJBTHREE-670: unit test
55030 added wolfc
//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/unit
EJBTHREE-670: unit test
55030 added wolfc
//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670
EJBTHREE-670: unit test
55030 added wolfc
//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyState
fulBean.java EJBTHREE-670: unit test
55029 modified wolfc //trunk/ejb3/build-test.xml
EJBTHREE-670: unit test
55026 modified kabir.khan(a)jboss.com
//trunk/aop/src/main/org/jboss/aop/classpool/AOPClassPool.java Add
toString() method to get some info about the classloader
55025 modified scott.stark(a)jboss.org
//trunk/build/build-distr.xml Remove the default target
55024 modified scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/Main.java Expose the booted
server instance and shutdown.
55023 added scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/system/server/profile Add the
profileservice based server impl
55023 added scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/system/server/profileservice Add the
profileservice based server impl
55022 deleted scott.stark(a)jboss.org
//trunk/system/src/tests/org/jboss/beans/container/support/AbstractBeanC
ontainerTestCase.java Remove the unused bean container tests
55022 deleted scott.stark(a)jboss.org
//trunk/system/src/tests/org/jboss/beans/container/support/ContainerTest
Suite.java Remove the unused bean container tests
55022 deleted scott.stark(a)jboss.org
//trunk/system/src/tests/org/jboss/beans/container/support/AbstractMutab
leBeanContainerTestCase.java Remove the unused bean container tests
55021 modified scott.stark(a)jboss.org //trunk/system/.project
Add a dependency on the test project
55020 modified scott.stark(a)jboss.org
//trunk/system/.classpath Add test output and mc jars
55019 modified scott.stark(a)jboss.org
//trunk/varia/.classpath Remove the codec jar from the classpath
55011 modified bdecoste
//trunk/ejb3/src/main/org/jboss/ejb3/security/Ejb3AuthenticationIntercep
tor.java empty string unauthenticatedPrincipal
55010 added bdecoste
//trunk/ejb3/src/resources/test/unauthenticatedprincipal/META-INF/ejb-ja
r.xml test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/resources/test/unauthenticatedprincipal/users.propertie
s test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/State
lessBean.java test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/unit
test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/resources/test/unauthenticatedprincipal/META-INF/jboss.
xml test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/resources/test/unauthenticatedprincipal/roles.propertie
s test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal
test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/resources/test/unauthenticatedprincipal test
for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/resources/test/unauthenticatedprincipal/META-INF
test for <unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/unit/
UnauthenticatedPrincipalTestCase.java test for
<unauthenticated-principal>
55010 added bdecoste
//trunk/ejb3/src/test/org/jboss/ejb3/test/unauthenticatedprincipal/State
lessRemote.java test for <unauthenticated-principal>
55004 added scott.stark(a)jboss.org //trunk/system/build-test.xml
Copy system2 tests to the trunk system project
55003 added scott.stark(a)jboss.org
//trunk/system/src/tests-support Copy system2 tests to the trunk
system project
55002 added scott.stark(a)jboss.org //trunk/system/src/tests
Copy system2 tests to the trunk system project
55001 modified scott.stark(a)jboss.org
//trunk/testsuite/src/main/org/jboss/test/xml/XOPUnitTestCase.java
Add the required ctor
55000 modified scott.stark(a)jboss.org
//trunk/testsuite/src/main/org/jboss/test/xml/XOPUnitTestCase.java
Comment out until jbossxb is updated
54998 modified scott.stark(a)jboss.org
//trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.
java Comment out until jbossxb is updated
54997 added scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/deployment/scanner/VFSDeploymentScanne
r.java Copy the vfs scanner to the trunk system module
54996 added scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/util Copy the util to the trunk
system module until it can be moved to common
54995 added scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/deployers Copy the vdf deployers
to the trunk system module
54994 added scott.stark(a)jboss.org
//trunk/system/src/main/org/jboss/profileservice Copy the
profileservice to the trunk system module
18 years, 5 months