It didn't build last night because there was a minor problem with compiling ReflectingPersistenceCapable.java with JDK 1.4 libraries (Long.valueOf(long), etc. are JDK 1.5-only methods). I've gone ahead and committed a fix and re-deployed a new snapshot at:

http://people.apache.org/repo/m2-snapshot-repository/org/apache/ openjpa/openjpa/1.0.0-SNAPSHOT/

Is there a simple maven command to do so?

Here's how I do it on my machine:

export MAVEN_OPTS=-Xmx512m
svn co https://svn.apache.org/repos/asf/openjpa/trunk
cd trunk/
mvn --batch-mode package -Djava14.jar=/System/Library/Frameworks/ JavaVM.framework/Versions/1.4.2/Classes/classes.jar
mvn --batch-mode install -Pexamples-profile,tck-profile
mvn --batch-mode deploy -Ptest-derby,javadoc-profile,docbook- profile,sign-release -Dtest=false



On Jul 27, 2007, at 1:30 PM, Patrick Linskey wrote:

Hi,

Does anyone know how to update the nightly build? It looks like it
didn't run last night. Is there a simple maven command to do so?

-Patrick

--
Patrick Linskey
202 669 5907

Reply via email to