With a check-out of the current trunk code from svn, in order to avoid errors after a build, it is necessary to tell Version.js that it should expand the '$Rev$' keyword. In order to do this, after the checkout, change directory into trunk/qooxdoo/frontend/framework/source/class/qx/core/ and issue:
svn propset svn:keywords "LastChangedRevision" Version.js Then remove Version.js and do "svn update". There is likely a way to tell svn to set this property by default. If there is, it should be documented on the checking_out_from_svn page. (Maybe adding * = svn:keywords=LastChangedRevision or something like that in ~/.subversion/config would work, but I haven't tested it. If not, then the propset statement should be documented on that page. Without doing this, $Rev$ is not expanded in Version.js, the Version class definition errors out and fails to be properly defined, and Init then fails because this.getComponent()._onload() is undefined. Hopefully, this will save someone some grief. Cheers, Derrell ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
