|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
trunk build brokenHi,
In the current trunk, there is a compile error caused by a missing method in ExpressionOperator. Has someone forgotten to check-in an update? [javac] /Users/akollegger/Developer/sandbox/osgi/eclipselink/trunk/ foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/ internal/databaseaccess/DatasourcePlatform.java:297: cannot find symbol [javac] symbol : method substringSingleArg() [javac] location: class org.eclipse.persistence.expressions.ExpressionOperator [javac] addOperator(ExpressionOperator.substringSingleArg()); [javac] ^ [javac] Note: /Users/akollegger/Developer/sandbox/osgi/eclipselink/ trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/ persistence/internal/helper/Helper.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error Best, Andreas _______________________________________________ eclipselink-users mailing list eclipselink-users@... https://dev.eclipse.org/mailman/listinfo/eclipselink-users |
|
|
Re: trunk build brokenAndreas,
Hi, thanks for verifying this, I get the same under the latest revision in trunk. As a temporary workaround until tomorrow morning, try the build 5 versions previous, from a couple hours before the last revision - this one compiled ok on a separate clean view and passed hourly continuous build verification. Rev# 4587 http://fisheye2.atlassian.com/changelog/eclipselink/?cs=4587 Trunk should be good by 09:00EDT tomorrow morning Thursday 2 July, after today's Canada Day holiday. We will get back to you Thursday morning. thank you /michael --------------build logs for the latest trunk rev#----------- [javac] symbol : method substringSingleArg() [javac] location: class org.eclipse.persistence.expressions.ExpressionOperator [javac] addOperator(ExpressionOperator.substringSingleArg()); [javac] ^ [javac] 1 error C:\view_w342f\build.xml:208: The following error occurred while executing this line: C:\view_w342f\foundation\org.eclipse.persistence.core\build.xml:143: Compile failed; see the compiler error output for details. Total time: 1 minute 25 seconds Andreas Kollegger wrote: > Hi, > > In the current trunk, there is a compile error caused by a missing > method in ExpressionOperator. Has someone forgotten to check-in an > update? > > [javac] > /Users/akollegger/Developer/sandbox/osgi/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/databaseaccess/DatasourcePlatform.java:297: > cannot find symbol > [javac] symbol : method substringSingleArg() > [javac] location: class > org.eclipse.persistence.expressions.ExpressionOperator > [javac] addOperator(ExpressionOperator.substringSingleArg()); > [javac] ^ > [javac] Note: > /Users/akollegger/Developer/sandbox/osgi/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/Helper.java > uses or overrides a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 1 error > > > Best, > Andreas > _______________________________________________ > eclipselink-users mailing list > eclipselink-users@... > https://dev.eclipse.org/mailman/listinfo/eclipselink-users _______________________________________________ eclipselink-users mailing list eclipselink-users@... https://dev.eclipse.org/mailman/listinfo/eclipselink-users |
|
|
Re: trunk build brokenThis issue should now be resolved.
Michael O'Brien wrote: > Andreas, > Hi, thanks for verifying this, I get the same under the latest > revision in trunk. > As a temporary workaround until tomorrow morning, try the build 5 > versions previous, from a couple hours before the last revision - this > one compiled ok on a separate clean view and passed hourly continuous > build verification. > > Rev# 4587 > http://fisheye2.atlassian.com/changelog/eclipselink/?cs=4587 > > Trunk should be good by 09:00EDT tomorrow morning Thursday 2 July, > after today's Canada Day holiday. > > We will get back to you Thursday morning. > thank you > /michael > > > --------------build logs for the latest trunk rev#----------- > [javac] symbol : method substringSingleArg() > [javac] location: class > org.eclipse.persistence.expressions.ExpressionOperator > [javac] addOperator(ExpressionOperator.substringSingleArg()); > [javac] ^ > [javac] 1 error > C:\view_w342f\build.xml:208: The following error occurred while > executing this line: > C:\view_w342f\foundation\org.eclipse.persistence.core\build.xml:143: > Compile failed; see the compiler error output for details. > > Total time: 1 minute 25 seconds > > Andreas Kollegger wrote: >> Hi, >> >> In the current trunk, there is a compile error caused by a missing >> method in ExpressionOperator. Has someone forgotten to check-in an >> update? >> >> [javac] >> /Users/akollegger/Developer/sandbox/osgi/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/databaseaccess/DatasourcePlatform.java:297: >> cannot find symbol >> [javac] symbol : method substringSingleArg() >> [javac] location: class >> org.eclipse.persistence.expressions.ExpressionOperator >> [javac] addOperator(ExpressionOperator.substringSingleArg()); >> [javac] ^ >> [javac] Note: >> /Users/akollegger/Developer/sandbox/osgi/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/Helper.java >> uses or overrides a deprecated API. >> [javac] Note: Recompile with -Xlint:deprecation for details. >> [javac] Note: Some input files use unchecked or unsafe operations. >> [javac] Note: Recompile with -Xlint:unchecked for details. >> [javac] 1 error >> >> >> Best, >> Andreas >> _______________________________________________ >> eclipselink-users mailing list >> eclipselink-users@... >> https://dev.eclipse.org/mailman/listinfo/eclipselink-users > > _______________________________________________ > eclipselink-users mailing list > eclipselink-users@... > https://dev.eclipse.org/mailman/listinfo/eclipselink-users eclipselink-users mailing list eclipselink-users@... https://dev.eclipse.org/mailman/listinfo/eclipselink-users |
|
|
Re: trunk build brokenJust tried latest trunk. No problems building.
Thanks for the help. Cheers, Andreas On Jul 1, 2009, at 3:52 PM, Tom Ware wrote: > This issue should now be resolved. > > Michael O'Brien wrote: >> Andreas, >> Hi, thanks for verifying this, I get the same under the latest >> revision in trunk. >> As a temporary workaround until tomorrow morning, try the build 5 >> versions previous, from a couple hours before the last revision - >> this one compiled ok on a separate clean view and passed hourly >> continuous build verification. >> Rev# 4587 >> http://fisheye2.atlassian.com/changelog/eclipselink/?cs=4587 >> Trunk should be good by 09:00EDT tomorrow morning Thursday 2 >> July, after today's Canada Day holiday. >> We will get back to you Thursday morning. >> thank you >> /michael >> --------------build logs for the latest trunk rev#----------- >> [javac] symbol : method substringSingleArg() >> [javac] location: class >> org.eclipse.persistence.expressions.ExpressionOperator >> [javac] >> addOperator(ExpressionOperator.substringSingleArg()); >> [javac] ^ >> [javac] 1 error >> C:\view_w342f\build.xml:208: The following error occurred while >> executing this line: >> C:\view_w342f\foundation\org.eclipse.persistence.core\build.xml: >> 143: Compile failed; see the compiler error output for details. >> Total time: 1 minute 25 seconds >> Andreas Kollegger wrote: >>> Hi, >>> >>> In the current trunk, there is a compile error caused by a missing >>> method in ExpressionOperator. Has someone forgotten to check-in an >>> update? >>> >>> [javac] /Users/akollegger/Developer/sandbox/osgi/eclipselink/ >>> trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/ >>> persistence/internal/databaseaccess/DatasourcePlatform.java:297: >>> cannot find symbol >>> [javac] symbol : method substringSingleArg() >>> [javac] location: class >>> org.eclipse.persistence.expressions.ExpressionOperator >>> [javac] >>> addOperator(ExpressionOperator.substringSingleArg()); >>> [javac] ^ >>> [javac] Note: /Users/akollegger/Developer/sandbox/osgi/ >>> eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/ >>> eclipse/persistence/internal/helper/Helper.java uses or overrides >>> a deprecated API. >>> [javac] Note: Recompile with -Xlint:deprecation for details. >>> [javac] Note: Some input files use unchecked or unsafe operations. >>> [javac] Note: Recompile with -Xlint:unchecked for details. >>> [javac] 1 error >>> >>> >>> Best, >>> Andreas >>> _______________________________________________ >>> eclipselink-users mailing list >>> eclipselink-users@... >>> https://dev.eclipse.org/mailman/listinfo/eclipselink-users >> _______________________________________________ >> eclipselink-users mailing list >> eclipselink-users@... >> https://dev.eclipse.org/mailman/listinfo/eclipselink-users > _______________________________________________ > eclipselink-users mailing list > eclipselink-users@... > https://dev.eclipse.org/mailman/listinfo/eclipselink-users _______________________________________________ eclipselink-users mailing list eclipselink-users@... https://dev.eclipse.org/mailman/listinfo/eclipselink-users |
| Free embeddable forum powered by Nabble | Forum Help |