Re: compile error on jdk7/linux or stochastic error?

2012-04-27 Thread Mark Struberg
I've now created https://issues.apache.org/jira/browse/OPENJPA-2180 LieGrue, strub - Original Message - > From: Mark Struberg > To: "dev@openjpa.apache.org" > Cc: > Sent: Friday, April 27, 2012 1:19 PM > Subject: Re: compile error on jdk7/linux or

Re: compile error on jdk7/linux or stochastic error?

2012-04-27 Thread Mark Struberg
t;> To: openjpa-dev >> Cc: >> Sent: Friday, April 27, 2012 11:25 AM >> Subject: compile error on jdk7/linux or stochastic error? >> >> Hi! >> >> Not yet sure if this is a random build error or a problem under jdk7. But >

Re: compile error on jdk7/linux or stochastic error?

2012-04-27 Thread Mark Struberg
well, it reproducibly crashes... Will now switch back to jdk 1.6 and try to compile again. LieGrue, strub - Original Message - > From: Mark Struberg > To: openjpa-dev > Cc: > Sent: Friday, April 27, 2012 11:25 AM > Subject: compile error on jdk7/linux or stochastic

compile error on jdk7/linux or stochastic error?

2012-04-27 Thread Mark Struberg
Hi! Not yet sure if this is a random build error or a problem under jdk7. But openjpa-persistence-jdbc (clean from trunk) blew up with the following test error: Tests in error:   testDirtyRefreshWithoutDataCacheAlwaysHitsDatabase(org.apache.openjpa.persistence.datacache.TestDataCacheBehavesI

Re: compile error

2010-05-24 Thread Kevin Sutter
somewhere. Good luck, Kevin On Sat, May 22, 2010 at 10:33 AM, Oliver Krohne wrote: > hi, > > i would like to build openjpa2.0.0 but the jdbc part gives a compile error: > [ERROR] BUILD FAILURE > [INFO] >

compile error

2010-05-22 Thread Oliver Krohne
hi, i would like to build openjpa2.0.0 but the jdbc part gives a compile error: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure /Users/oliver/Documents/workspace/openjpa-trunk/openjpa/openjpa-jdbc/src/main/java/org

[jira] Updated: (OPENJPA-657) Compile error: "The method getTextContent() is undefined for the type Node"

2008-07-31 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-657: - Fix Version/s: 1.2.0 > Compile error: "The method getTextContent() is undefined for

[jira] Resolved: (OPENJPA-657) Compile error: "The method getTextContent() is undefined for the type Node"

2008-07-10 Thread Pinaki Poddar (JIRA)
issue) environment . > Compile error: "The method getTextContent() is undefined for the type Node" > --- > > Key: OPENJPA-657 > URL: https://issues.apac

[jira] Assigned: (OPENJPA-657) Compile error: "The method getTextContent() is undefined for the type Node"

2008-07-10 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pinaki Poddar reassigned OPENJPA-657: - Assignee: Pinaki Poddar > Compile error: "The method getTextContent() is undef

[jira] Created: (OPENJPA-657) Compile error: "The method getTextContent() is undefined for the type Node"

2008-07-10 Thread Dinkar Rao (JIRA)
Compile error: "The method getTextContent() is undefined for the type Node" --- Key: OPENJPA-657 URL: https://issues.apache.org/jira/browse/OPENJPA-657 Projec

Re: Maven build for Examples Integration Tests compile error

2007-11-01 Thread Albert Lee
Once I get all the build steps sorted out for the Win32 platform, I'll update the doc to reflect the required procedures. Albert Lee. On 11/1/07, Patrick Linskey <[EMAIL PROTECTED]> wrote: > > That sounds like a good approach to me. Can you update the process > docs accordingly? > > -Patrick > >

Re: Maven build for Examples Integration Tests compile error

2007-11-01 Thread Patrick Linskey
That sounds like a good approach to me. Can you update the process docs accordingly? -Patrick On Oct 31, 2007 11:04 AM, Michael Dick <[EMAIL PROTECTED]> wrote: > Hi all, > > I think this should be a manual step whether you're working on a release > candidate or not. I've been trying to get this t

Re: Maven build for Examples Integration Tests compile error

2007-10-31 Thread Michael Dick
Hi all, I think this should be a manual step whether you're working on a release candidate or not. I've been trying to get this to work automatically via the maven-antrun-plugin with limited success. The only reliable method that worked for me was to use the tag inside ant to run another instanc

Re: Maven build for Examples Integration Tests compile error

2007-10-30 Thread Albert Lee
We changed the inheritAll to "true" in openjpa-integration\examples\pom.xml, where it drilled down the test case tree's build.xml With this change, the compile target was successful but failed in the run target because

Re: Maven build for Examples Integration Tests compile error

2007-10-30 Thread Patrick Linskey
Yeah, I ran into this a while back. The automated build skips the examples build for this reason. -Patrick On Oct 30, 2007 4:12 PM, Albert Lee <[EMAIL PROTECTED]> wrote: > I ran into the following compile errors in "Examples Integration Tests" > module while doing the release build. > > I have th

Maven build for Examples Integration Tests compile error

2007-10-30 Thread Albert Lee
I ran into the following compile errors in "Examples Integration Tests" module while doing the release build. I have the JAVA_HOME set to C:\Progra~1\IBM\Java50 but when the pom.xml is run, the ${java.home} is changed to C:\Progra~1\IBM\Java50\jre. There are other modules compiling many Java file