Hi to all,
sorry for my premature vote but until next week I'll not have time to
do other on Pivot ...

Anyway this is what I've done:
- Unpack zip archives
- Checked their md5 sums

- reviewed unpacked source directory and BUILD, README, etc. contents
- run ant tasks: "build", "doc", "dist", "install"
- looked at the .txt RAT report

Test environment: Java 6 Update 12 on Windows XP
- loaded dom_demo.html in IE6 and Firefox 3.0.x and confirmed that the
test application loaded and worked properly
- loaded im_client.html and tested (but only first panel, without
trying to login somewhere with it) in IE6 and Firefox 3.0.x
- copied and adapted the Web Start jnlp sample of "Kitchen Sink" to
the deploy dir, and tried to run, ok. Note: used a syntax for
file:///C/ ... codebase , and if possible avoid directory and file
names with spaces inside, Web Start doesn't like them.
For example, instead of:
<jnlp spec="1.5+"
  codebase="http://cwiki.apache.org/confluence/download/attachments/108483";
  href="kitchen_sink.jnlp"
>
i modified into (adapted to my test dir):
<jnlp spec="1.5+"
  codebase="file:///C:/temp/apache-pivot-1.1-incubating-src/deploy"
  href="kitchen_sink.jnlp"
>


Next week I'll find time to do more tests ...



Ah, one question on Voting for a Release:
if for many reasons someone does not have time to do the tests and
maybe for more than 1 day, what is happening ? All is blocked until
all have voted, or there is a time limit ? Or other cases ? Maybe
someone has some link/docs for this ...

Thanks in advance for the clarification.



Bye,
Sandro

Reply via email to