dev@glassfish.java.net

Re: CVS update: /glassfish/entity-persistence/

From: Dinesh Patil <dinesh.patil_at_Sun.COM>
Date: Wed, 19 Oct 2005 10:33:18 -0700

Tom,

We have Tinderbox running for continuous builds, which caught your
earlier checkins which started earlier at 2005/10/18 11:24:38 and then
from 12:30 in middle of your other checkin.. Later there was other
checkin in samples which coincided yours so 2-3 build cycles build was
broken. Main point of my email is to put Reviewer, Checkin Information,
Build Tests Ran as per commit procedure, if that's present we can at
least see if this will be taken care and I didn't know if you got
bootstrap-all build working so wasn't sure.. See the checkin
timings/build started details as below.

2005/10/18 11:24:38
File [changed]: Version.java
https://glassfish.dev.java.net/source/browse/glassfish/entity-persistence/src/java/oracle/toplink/essentials/Version.java?r1=1.1.1.1&r2=1.2

Then at 2005/10/18 12:30:58

File [changed]: DeferredChangeDetectionPolicy.java
https://glassfish.dev.java.net/source/browse/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/changetracking/DeferredChangeDetectionPolicy.java?r1=1.1.1.1&r2=1.2

Lots of other changes in between..

At 2005/10/18 12:42:29
File [changed]: build.xml
https://glassfish.dev.java.net/source/browse/glassfish/entity-persistence/build.xml?r1=1.3&r2=1.4

First Build error was seen on a build started at : Tue Oct 18 12:23:25 2005 which may have got your earlier
checkin of 12:30 but not checkin of 12:42, so that's why it was failing..

   [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/publicinterface/Session.java:973: cannot find symbol
    [java] [javac] symbol : method getQueryArguments()
    [java] [javac] location: class oracle.toplink.essentials.exceptions.QueryException
    [java] [javac] if (queryException.getQueryArguments() == null) {
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/publicinterface/Session.java:984: cannot find symbol
    [java] [javac] symbol : method getQueryArguments()
    [java] [javac] location: class oracle.toplink.essentials.exceptions.DatabaseException
    [java] [javac] if (databaseException.getQueryArguments() == null) {
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/publicinterface/Descriptor.java:190: setEventManager(oracle.toplink.essentials.publicinterface.DescriptorEventManager) in oracle.toplink.essentials.publicinterface.Descriptor cannot be applied to (oracle.toplink.essentials.descriptors.DescriptorEventManager)
    [java] [javac] setEventManager(new oracle.toplink.essentials.descriptors.DescriptorEventManager());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/publicinterface/Descriptor.java:191: setQueryManager(oracle.toplink.essentials.publicinterface.DescriptorQueryManager) in oracle.toplink.essentials.publicinterface.Descriptor cannot be applied to (oracle.toplink.essentials.descriptors.DescriptorQueryManager)
    [java] [javac] setQueryManager(new oracle.toplink.essentials.descriptors.DescriptorQueryManager());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/publicinterface/Descriptor.java:1208: setInheritancePolicy(oracle.toplink.essentials.publicinterface.InheritancePolicy) in oracle.toplink.essentials.publicinterface.Descriptor cannot be applied to (oracle.toplink.essentials.descriptors.InheritancePolicy)
    [java] [javac] setInheritancePolicy(new oracle.toplink.essentials.descriptors.InheritancePolicy(this));
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/ClassDescriptor.java:398: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.DescriptorEventManager
    [java] [javac] required: oracle.toplink.essentials.descriptors.DescriptorEventManager
    [java] [javac] return getEventManager();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/ClassDescriptor.java:417: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] required: oracle.toplink.essentials.descriptors.InheritancePolicy
    [java] [javac] return getInheritancePolicy();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/ClassDescriptor.java:492: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.DescriptorQueryManager
    [java] [javac] required: oracle.toplink.essentials.descriptors.DescriptorQueryManager
    [java] [javac] return getQueryManager();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/sessions/DatasourceLogin.java:256: cannot find symbol
    [java] [javac] symbol : method getSequencePreallocationSize()
    [java] [javac] location: interface oracle.toplink.essentials.internal.databaseaccess.Platform
    [java] [javac] return getDatasourcePlatform().getSequencePreallocationSize();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/sessions/DatasourceLogin.java:510: cannot find symbol
    [java] [javac] symbol : method setSelectSequenceNumberQuery(oracle.toplink.essentials.queryframework.ValueReadQuery)
    [java] [javac] location: interface oracle.toplink.essentials.internal.databaseaccess.Platform
    [java] [javac] getDatasourcePlatform().setSelectSequenceNumberQuery(selectSequenceNumberQuery);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/sessions/DatasourceLogin.java:526: cannot find symbol
    [java] [javac] symbol : method setSequencePreallocationSize(int)
    [java] [javac] location: interface oracle.toplink.essentials.internal.databaseaccess.Platform
    [java] [javac] getDatasourcePlatform().setSequencePreallocationSize(size);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/sessions/DatasourceLogin.java:556: cannot find symbol
    [java] [javac] symbol : method setUpdateSequenceQuery(oracle.toplink.essentials.queryframework.DataModifyQuery)
    [java] [javac] location: interface oracle.toplink.essentials.internal.databaseaccess.Platform
    [java] [javac] getDatasourcePlatform().setUpdateSequenceQuery(updateSequenceNumberQuery);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/queryframework/DeleteObjectQuery.java:124: cannot find symbol
    [java] [javac] symbol : method setRow(oracle.toplink.essentials.publicinterface.DatabaseRow)
    [java] [javac] location: class oracle.toplink.essentials.descriptors.DescriptorEvent
    [java] [javac] event.setRow(getModifyRow());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/queryframework/DatabaseQueryMechanism.java:446: cannot find symbol
    [java] [javac] symbol : method setRow(oracle.toplink.essentials.publicinterface.DatabaseRow)
    [java] [javac] location: class oracle.toplink.essentials.descriptors.DescriptorEvent
    [java] [javac] event.setRow(getModifyRow());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/queryframework/DatabaseQueryMechanism.java:533: cannot find symbol
    [java] [javac] symbol : method setRow(oracle.toplink.essentials.publicinterface.DatabaseRow)
    [java] [javac] location: class oracle.toplink.essentials.descriptors.DescriptorEvent
    [java] [javac] event.setRow(getModifyRow());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/queryframework/DatabaseQueryMechanism.java:1055: cannot find symbol
    [java] [javac] symbol : method setRow(oracle.toplink.essentials.publicinterface.DatabaseRow)
    [java] [javac] location: class oracle.toplink.essentials.descriptors.DescriptorEvent
    [java] [javac] event.setRow(getModifyRow());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/queryframework/DatabaseQueryMechanism.java:1146: cannot find symbol
    [java] [javac] symbol : method setRow(oracle.toplink.essentials.publicinterface.DatabaseRow)
    [java] [javac] location: class oracle.toplink.essentials.descriptors.DescriptorEvent
    [java] [javac] event.setRow(getModifyRow());
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/DescriptorEventManager.java:403: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.DescriptorEventManager
    [java] [javac] required: oracle.toplink.essentials.descriptors.DescriptorEventManager
    [java] [javac] DescriptorEventManager parentEventManager = getDescriptor().getInheritancePolicy().getParentDescriptor().getEventManager();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:171: getAllChildClassIndicators() has protected access in oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] parentDescriptor.getInheritancePolicy().getAllChildClassIndicators().addElement(indicator);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:173: addClassIndicatorTypeToParent(java.lang.Object) has protected access in oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] parentDescriptor.getInheritancePolicy().addClassIndicatorTypeToParent(indicator);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:183: isInvalid() has protected access in oracle.toplink.essentials.publicinterface.Descriptor
    [java] [javac] if (getParentDescriptor().isInvalid()) {
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:190: addFieldsToParent(java.util.Vector) has protected access in oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] parentDescriptor.getInheritancePolicy().addFieldsToParent(fields);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:392: getAllChildDescriptors(java.util.Vector) has private access in oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] childDescriptor.getInheritancePolicyOrNull().getAllChildDescriptors(allChildDescriptors);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:917: setAdditionalTablePrimaryKeyFields(java.util.Hashtable) has protected access in oracle.toplink.essentials.publicinterface.Descriptor
    [java] [javac] getDescriptor().setAdditionalTablePrimaryKeyFields(Helper.concatenateHashtables(getParentDescriptor().getAdditionalTablePrimaryKeyFields(), getDescriptor().getAdditionalTablePrimaryKeyFields()));
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:923: setInternalMultipleTableJoinExpression(oracle.toplink.essentials.expressions.Expression) has protected access in oracle.toplink.essentials.publicinterface.DescriptorQueryManager
    [java] [javac] getDescriptor().getQueryManager().setInternalMultipleTableJoinExpression(localExpression.and(parentExpression));
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:925: setInternalMultipleTableJoinExpression(oracle.toplink.essentials.expressions.Expression) has protected access in oracle.toplink.essentials.publicinterface.DescriptorQueryManager
    [java] [javac] getDescriptor().getQueryManager().setInternalMultipleTableJoinExpression(parentExpression);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:1018: selectAllRowUsingCustomMultipleTableSubclassRead(oracle.toplink.essentials.queryframework.ReadAllQuery) has protected access in oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] Vector concreteRows = concreteDescriptor.getInheritancePolicy().selectAllRowUsingCustomMultipleTableSubclassRead(query);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/InheritancePolicy.java:1105: selectOneRowUsingCustomMultipleTableSubclassRead(oracle.toplink.essentials.queryframework.ReadObjectQuery) has protected access in oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] DatabaseRow row = concreteDescriptor.getInheritancePolicy().selectOneRowUsingCustomMultipleTableSubclassRead(query);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/DescriptorQueryManager.java:538: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.InheritancePolicy
    [java] [javac] required: oracle.toplink.essentials.descriptors.InheritancePolicy
    [java] [javac] InheritancePolicy inheritancePolicy = descriptor.getInheritancePolicy();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/DescriptorQueryManager.java:782: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.DescriptorQueryManager
    [java] [javac] required: oracle.toplink.essentials.descriptors.DescriptorQueryManager
    [java] [javac] return getDescriptor().getInheritancePolicy().getParentDescriptor().getQueryManager();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/descriptors/DescriptorQueryManager.java:845: incompatible types
    [java] [javac] found : oracle.toplink.essentials.publicinterface.DescriptorQueryManager
    [java] [javac] required: oracle.toplink.essentials.descriptors.DescriptorQueryManager
    [java] [javac] DescriptorQueryManager parentQueryManager = getDescriptor().getInheritancePolicy().getParentDescriptor().getQueryManager();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/base/EJBQueryImpl.java:148: cannot find symbol
    [java] [javac] symbol : method setFlushOnExecute(boolean)
    [java] [javac] location: class oracle.toplink.essentials.queryframework.DatabaseQuery
    [java] [javac] databaseQuery.setFlushOnExecute(flushOnExecute);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/base/EJBQueryImpl.java:158: cannot find symbol
    [java] [javac] symbol : method setFlushOnExecute(boolean)
    [java] [javac] location: class oracle.toplink.essentials.queryframework.ReadAllQuery
    [java] [javac] query.setFlushOnExecute(flushOnExecute);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/base/EJBQueryImpl.java:169: cannot find symbol
    [java] [javac] symbol : method setFlushOnExecute(boolean)
    [java] [javac] location: class oracle.toplink.essentials.queryframework.ResultSetMappingQuery
    [java] [javac] query.setFlushOnExecute(flushOnExecute);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/EJBQueryImpl.java:130: cannot find symbol
    [java] [javac] symbol : method throwFlushModeNotSupportedException()
    [java] [javac] location: class oracle.toplink.essentials.internal.ejb.cmp3.EJBQueryImpl
    [java] [javac] throwFlushModeNotSupportedException();
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/base/RepeatableWriteUnitOfWork.java:129: cannot find symbol
    [java] [javac] symbol : method isFlushOnExecute()
    [java] [javac] location: class oracle.toplink.essentials.queryframework.DatabaseQuery
    [java] [javac] if (query.isFlushOnExecute() || this.isFlushOnQueryExecute()){
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/EntityManagerSetupImpl.java:125: addEntityListeners(oracle.toplink.essentials.publicinterface.Session,java.util.Collection<java.lang.Class>) in oracle.toplink.essentials.internal.annotations.EJBAnnotationsProcessor cannot be applied to (oracle.toplink.essentials.threetier.ServerSession,java.util.Collection,java.lang.ClassLoader)
    [java] [javac] processor.addEntityListeners(session, entities, realClassLoader);
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/xml/EntityMappingsXMLProcessor.java:2732: cannot find symbol
    [java] [javac] symbol : method buildDatabaseQuery(java.lang.Class,java.lang.String)
    [java] [javac] location: class oracle.toplink.essentials.internal.ejb.cmp3.EJBQueryImpl
    [java] [javac] namedNativeQueries.put(queryName, EJBQueryImpl.buildDatabaseQuery(resultClass, ejbql));
    [java] [javac] ^
    [java] [javac] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/src/java/oracle/toplink/essentials/internal/ejb/cmp3/xml/EntityMappingsXMLProcessor.java:2749: cannot find symbol
    [java] [javac] symbol : method buildDatabaseQuery(java.lang.String,java.lang.String)
    [java] [javac] location: class oracle.toplink.essentials.internal.ejb.cmp3.EJBQueryImpl
    [java] [javac] namedNativeQueries.put(queryName, EJBQueryImpl.buildDatabaseQuery(resultSetMapping, ejbql));
    [java] [javac] ^
    [java] [javac] Note: * uses or overrides a deprecated API.
    [java] [javac] Note: Recompile with -Xlint:deprecation for details.
    [java]
    [java] BUILD FAILED
    [java] [javac] Note: Some input files use unchecked or unsafe operations.
    [java] [javac] Note: Recompile with -Xlint:unchecked for details.
    [java] [javac] 39 errors
    [java] /export/tinderbox/smoke/SunOS_5.9_depend/workspace/glassfish/entity-persistence/build.xml:72: Compile failed; see the compiler error output for details.
    [java]
    [java] Total time: 21 seconds
    [java] [ERROR] Java Result: 1

BUILD FAILED
File...... /export/tinderbox/smoke/SunOS_5.9_depend/workspace/m_jws/appserv/maven.xml
Element... maven:reactor
Line...... 54
Column.... 40
Unable to obtain goal [build] -- /export/tinderbox/smoke/SunOS_5.9_depend/workspace/m_jws/appserv/../../glassfish/bootstrap/maven.xml:306:28: <fail> No message
Total time: 11 minutes 42 seconds
Finished at: Tue Oct 18 12:35:14 PDT 2005



Tom Ware wrote:

> Dinesh,
>
> The last file I checked in yesterday was
> https://glassfish.dev.java.net/source/browse/glassfish/entity-persistence/build.xml,
> the one listed below. If build procedure works correctly, how is it
> possible that the last file I check-in causes the build to break, and
> then suddenly 20 minutes later, with no changes, the build suddenly
> starts to work? Please fix the continuous build process so this will
> not happen again.
>
> In addition, the only part of the commit procedure I did not follow
> was in the amount of information I included in my commit message.
> Clearly this did not cause the build to break either.
>
> -Tom
>
> Dinesh Patil wrote:
>
>> Build issue is resolved now, it was again in-between the checkins
>> spread between 15-20 mins..
>> Please follow the commit procedures from your next checkin..
>> thanks
>> Dinesh
>>
>> Dinesh Patil wrote:
>>
>>> Tom,
>>>
>>> We don't see the Reviewer and Tests/Build ran for this and other
>>> checkins that you are having.. So please follow the commit
>>> procedures: https://glassfish.dev.java.net/public/
>>> GuidelinesandConventions.html#Commit_Procedures
>>>
>>> Currently build seems to be broken, please take a look at it..
>>>
>>> thanks
>>> Dinesh
>>>
>>> On Oct 18, 2005, at 12:42 PM, tware_at_dev.java.net wrote:
>>>
>>>> User: tware
>>>> Date: 2005/10/18 12:42:29
>>>>
>>>> Log:
>>>> Issue number:
>>>> Obtained from:
>>>> Submitted by:
>>>> Reviewed by:
>>>> CVS:
>>>> ----------------------------------------------------------------------
>>>> CVS: Issue number:
>>>> CVS: If this change addresses one or more issues,
>>>> CVS: then enter the issue number(s) here.
>>>> CVS: Obtained from:
>>>> CVS: If this change has been taken from another system,
>>>> CVS: then name the system in this line, otherwise delete it.
>>>> CVS: Submitted by:
>>>> CVS: If this code has been contributed to the project by
>>>> someone else; i.e.,
>>>> CVS: they sent us a patch or a set of diffs, then include their
>>>> name/email
>>>> CVS: address here. If this is your work then delete this line.
>>>> CVS: Reviewed by:
>>>> CVS: If we are doing pre-commit code reviews and someone else has
>>>> CVS: reviewed your changes, include their name(s) here.
>>>> CVS: If you have not had it reviewed then delete this line.
>>>>
>>>> File Changes:
>>>>
>>>> Directory: /glassfish/entity-persistence/
>>>> =========================================
>>>>
>>>> File [changed]: build.xml
>>>> Url: https://glassfish.dev.java.net/source/browse/glassfish/entity-
>>>> persistence/build.xml?r1=1.3&r2=1.4
>>>> Delta lines: +2 -2
>>>> -------------------
>>>> --- build.xml 12 Oct 2005 23:05:38 -0000 1.3
>>>> +++ build.xml 18 Oct 2005 19:42:26 -0000 1.4
>>>> @@ -33,8 +33,8 @@
>>>> <property file="./build.properties"/>
>>>>
>>>> <property file="${user.home}/build.properties"/>
>>>> - <property file="${glassfish.maven}/project.properties"/>
>>>> - <property file="${glassfish.maven}/glassfish.properties"/>
>>>> + <property file="${basedir}/../bootstrap/project.properties"/>
>>>> + <property file="${basedir}/../bootstrap/glassfish.properties"/>
>>>>
>>>> <property name="query.antlr.dir"
>>>> location="src/java/oracle/toplink/essentials/
>>>> internal/parsing/ejbql/antlr273"/>
>>>>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: cvs-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: cvs-help_at_glassfish.dev.java.net
>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: cvs-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: cvs-help_at_glassfish.dev.java.net
>>>
>>
>>
>