This post was updated on .
Hi,
I want to build a 3.6.0 Version of Orbeon Forms. I went back to it in the git repo, but the libs provided seem to have been corrupted. Would be really grateful if you can help me out here. Also - is there a build script which doesn't explode the classes? Cheers, Yev |
Administrator
|
Yev,
Yes, that was a failure of the CVS -> git import which we only discovered after the fact. You can still find the old CVS repository here though: -Erik
On Mon, Feb 28, 2011 at 8:24 PM, ydesilva <[hidden email]> wrote: Hi, -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by ydesilva
git checkout 9fe5766 is what I used. The compiler complains that some of the jars are invalid. I also couldn't unjar them.
|
In reply to this post by Erik Bruchez
Thanks Eric.
Also - anyway to get a ant script to put the classes in the jars? |
Administrator
|
There is a build.xml at the top-level, if that 's what you are asking.
-Erik
On Tue, Mar 1, 2011 at 12:02 AM, ydesilva <[hidden email]> wrote: Thanks Eric. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
This post was updated on .
But doesn't that explode the classes. Your builds normally have the classes in the relevant jars right?
I did checkout the tag TAG_OPS_3_6_0_200712061930 from the CVS using $ cvs -d:pserver:anonymous@cvs.forge.objectweb.org:/cvsroot/ops co -r TAG_OPS_3_6_0_200712061930 orbeon When I make the project I get the errors shown in the attached file. I really appreciate all your help... Thanks :) Seems that the following seems to be missing: 1. ymsg.network 2. com.intersys.objects 3. eXtc orbeon-make-errors.txt |
Administrator
|
No you can build a full distribution with the ant tasks provided. Try:
ant orbeon-dist-packages
-Erik On Wed, Mar 2, 2011 at 12:20 AM, ydesilva <[hidden email]> wrote: But doesn't that explode the classes. Your builds normally have the classes -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks for that Erik. Any idea on how to fix the compiler errors? Yev
|
Administrator
|
There shouldn't be any ;) But 3.6 is so old that I am not sure what's the deal there.
The log you show seems to indicate that some optional classes (which have since been removed) are being compiled. Try removing those that cause errors:
org\orbeon\oxf\resources\CacheImport.java org\orbeon\oxf\resources\CacheResourceManagerImpl.java org\orbeon\oxf\processor\IMProcessor.java org\orbeon\oxf\resources\XMLDBImport.java
-Erik On Wed, Mar 2, 2011 at 11:15 PM, ydesilva <[hidden email]> wrote: <html><body bgcolor="#FFFFFF"> -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |