QA Daily report 18 August 2008
by Aliaksey Nis
Hello Denis,
This is Daily QA report for 18 August 2008.
Tasks performed:
1. Free testing of latest JBoss Tools 3.0.0 alpha1 build.
2. Testcases updates.
pages.xml testcases.
Seam wizards testcases.
--
Best regards,
Aliaksey mailto:anis@exadel.com
16 years, 4 months
Re: Whats new in 3.alpha(Visual Page Editor)
by Maxim Areshkau
Max Rydahl Andersen wrote:
> Hi Team,
>
> It's now time again to collect the list of "What's new" for the release of alpha1.
> I got most of the highlights but would appreciate if you could point me to jiras or other documents
> that you made that contains screenshots and/or description of new and cool things.
>
> I've attached an updated template with instructions on style and screenshots if you want to prepare them, but since
> it would be good to have done by tomorrow/monday jira and existing screenshots references would be good to get ASAP.
>
> This template is also available at https://svn.jboss.org/repos/jbosstools/trunk/documentation/whatsnew/templ...
>
> and you can see samples of the old What's New at http://docs.jboss.org/tools/whatsnew/ for inspiration (note: not all the old templates follow the style for the snapshots so please look at the template for the precise info
>
> The faster I can get these, the better :)
>
> Thanks,
> /max
16 years, 4 months
Re: [jbosstools-dev] Embedded javascript in the VPE visual document?
by Marshall Culpepper
At runtime, our widgets are rendered using Javascript. It would help
tremendously if we could execute the same script in VPE so I don't have to
reinvent the wheel in Java.... (though calling into JS using Rhino is
another option, but I'm guessing nowhere near as effecient)
On Fri, Aug 15, 2008 at 6:33 PM, Max Andersen <manderse(a)redhat.com> wrote:
> We do what we can to prevent javascript to execute in the editor to avoid
> bad sidesffects -. Why do you need it ?
>
> /max (sent from my phone)
>
>
>
> On 15/08/2008, at 21.25, "Marshall Culpepper" <mculpepper(a)appcelerator.org>
> wrote:
>
> Hey guys..
>>
>> I was curious if it's possible to execute javascript by adding <script>
>> nodes into the head node the same way that <link> nodes are added for CSS
>> styles. I've created a method that does it for me locally, but the script in
>> question doesn't seem to be executing... is there something special needed
>> to make javascript work in this document? Here's my snippet:
>>
>> public static void addScriptNodeToHead (VpePageContext pageContext,
>> nsIDOMDocument visualDocument, String scriptSrc) {
>> nsIDOMNode headNode =
>> pageContext.getVisualBuilder().getHeadNode();
>>
>> nsIDOMElement scriptNode = visualDocument.createElement("script");
>> scriptNode.setAttribute("src", scriptSrc);
>> scriptNode.setAttribute("type", "text/javascript");
>>
>> headNode.appendChild(scriptNode);
>> }
>> _______________________________________________
>> jbosstools-dev mailing list
>> jbosstools-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>
>
16 years, 4 months
Status of 3.alpha
by Max Rydahl Andersen
Hi,
There are still open issues in 3.alpha (see jira for the details)
But in summary:
Hibernate seem to work now, but found a couple of annoying bugs that Dima
fixed. So it should be retagged for a new build.
Archives is still broken and thus need to wait for Rob to fix it.
--
-max
16 years, 4 months