Quick look: May be it would be safe to cleanup the /tmp/jalkanen/JSPWiki/compress/ directory before running the compress step. If something fails, then at least the uncompressed versions a
On Sun, Apr 12, 2009 at 9:45 AM, Janne Jalkanen <[email protected]> wrote: > > I don't really understand what's going on... Here's the relevant piece of > the script that I use to update JSPWiki. If you can spot any logical errors > as to why something would not be installed properly, let me know... > > SRC and DST are set to the jspwiki 2.8.x source directory and destination > webapps/JSPWiki directory respectively. > > cp $DST/templates/default/localheader.jsp /tmp/hdr.jsp > cp $DST/WEB-INF/jspwiki.policy /tmp/policy > > cp -v $SRC/build/JSPWiki.jar $DST/WEB-INF/lib/ > cp -v $SRC/lib/*.jar $DST/WEB-INF/lib/ > cp -vr ${SRC}/src/webdocs/* ${DST}/ > cp -v $SRC/etc/jspwiki.tld $DST/WEB-INF/ > > cp /tmp/hdr.jsp $DST/templates/default/localheader.jsp > cp /tmp/policy $DST/WEB-INF/jspwiki.policy > > cd ${SRC} && ant compressedjs > cp -r /tmp/jalkanen/JSPWiki/compress/webdocs/* ${DST}/ > > find $DST -name ".svn" -type d -print0 | xargs -0 rm -rf "{}" > > chown -R www-data.www-data $DST > > echo "Now restart tomcat or jspwiki context" > > > On 11 Apr 2009, at 22:13, Janne Jalkanen wrote: > >> >> Could it be that compressjs task has a problem? I'm running the same >> script since years. >> >> /Janne >> >> On 11 Apr 2009, at 21:42, Dirk Frederickx wrote: >> >>> Another deployment problem ? >>> >>> http://sandbox.jspwiki.org/scripts/jspwiki-prefs.js seems to be missing >>> ! >>> >>> >>> dirk >>> >>> >>> On Sat, Apr 11, 2009 at 5:27 PM, Harry Metske <[email protected]> >>> wrote: >>>> >>>> the only one that works for me is the layout (left/right), I tried all >>>> the >>>> others (language, Section Editing, TimeZone, skin), none of those work. >>>> >>>> >>>> >>>> 2009/4/11 Dirk Frederickx <[email protected]> >>>> >>>>> It does work at my side. (setting another skin works ok) >>>>> Is a specific pref failing ? >>>>> >>>>> dirk >>>>> >>>>> >>>>> On Sat, Apr 11, 2009 at 4:46 PM, Harry Metske <[email protected]> >>>>> wrote: >>>>>> >>>>>> nope, even after throwing away all cookies from jspwiki.org >>>>>> >>>>>> >>>>>> >>>>>> 2009/4/11 Florian Holeczek <[email protected]> >>>>>> >>>>>>> Hi folks, >>>>>>> >>>>>>> are you able to save your user settings on www.jspwiki.org ? >>>>>>> I've tried both FF3 and IE8 without success. >>>>>>> >>>>>>> Best regards >>>>>>> Florian >>>>>>> >>>>>> >>>>> >>>> > >
