Changes in XML format?

View: New views
6 Messages — Rating Filter:   Alert me  

Changes in XML format?

by Etienne Giraudy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I was playing with CVS Head this morning and it seems that there is some
change in the XML format for output: the fancy.xsl is broken (it doesnot
generates anymore unique ids for html tags the are DOM-manipulated)

Everything was fine in 0.9.5-rc1.

I'll try to fix the stylesheet before the final release, but as i'm runnnig
out of time, if someone could give me details of the changes in XML format,
that would be helpful.


BTW, would it be possible to receive CVS commit messages on the list?


Regards,

Etienne

_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Re: Changes in XML format?

by Bill Pugh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, sorry about that. We've been in the middle of making a number of  
changes to the xml format.

Checking all the style sheets to see that we haven't broken anything  
is on our todo list.
We also have a xml schema we are about ready to release.

Can you briefly summarize what doesn't work with fancy.xsl?

        Bill

On Jan 25, 2006, at 2:18 AM, Etienne Giraudy wrote:

> Hi,
>
> I was playing with CVS Head this morning and it seems that there is  
> some
> change in the XML format for output: the fancy.xsl is broken (it  
> doesnot
> generates anymore unique ids for html tags the are DOM-manipulated)
>
> Everything was fine in 0.9.5-rc1.
>
> I'll try to fix the stylesheet before the final release, but as i'm  
> runnnig
> out of time, if someone could give me details of the changes in XML  
> format,
> that would be helpful.
>
>
> BTW, would it be possible to receive CVS commit messages on the list?
>
>
> Regards,
>
> Etienne
>
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@...
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Re: Changes in XML format?

by Bill Pugh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I restored uid, which fancy.xsl depends upon. See if that fixes your  
problem.

        Bill

On Jan 25, 2006, at 2:18 AM, Etienne Giraudy wrote:

> Hi,
>
> I was playing with CVS Head this morning and it seems that there is  
> some
> change in the XML format for output: the fancy.xsl is broken (it  
> doesnot
> generates anymore unique ids for html tags the are DOM-manipulated)
>
> Everything was fine in 0.9.5-rc1.
>
> I'll try to fix the stylesheet before the final release, but as i'm  
> runnnig
> out of time, if someone could give me details of the changes in XML  
> format,
> that would be helpful.
>
>
> BTW, would it be possible to receive CVS commit messages on the list?
>
>
> Regards,
>
> Etienne
>
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@...
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Re: Changes in XML format?

by Etienne Giraudy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've just retested, the issue is fixed.

Thanks,

Etienne  

> -----Original Message-----
> From: findbugs-discuss-bounces@...
> [mailto:findbugs-discuss-bounces@...]On Behalf Of Bill Pugh
> Sent: mercredi 25 janvier 2006 17:58
> To: Etienne Giraudy; Brian Cole
> Cc: Find Bugs Discussion
> Subject: Re: [FB-Discuss] Changes in XML format?
>
>
> I restored uid, which fancy.xsl depends upon. See if that fixes your  
> problem.
>
> Bill
>
> On Jan 25, 2006, at 2:18 AM, Etienne Giraudy wrote:
>
> > Hi,
> >
> > I was playing with CVS Head this morning and it seems that there is  
> > some
> > change in the XML format for output: the fancy.xsl is broken (it  
> > doesnot
> > generates anymore unique ids for html tags the are DOM-manipulated)
> >
> > Everything was fine in 0.9.5-rc1.
> >
> > I'll try to fix the stylesheet before the final release, but as i'm  
> > runnnig
> > out of time, if someone could give me details of the changes in XML  
> > format,
> > that would be helpful.
> >
> >
> > BTW, would it be possible to receive CVS commit messages on the list?
> >
> >
> > Regards,
> >
> > Etienne
> >
> > _______________________________________________
> > Findbugs-discuss mailing list
> > Findbugs-discuss@...
> > http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
>
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@...
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
>
_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Parent Message unknown Re: Changes in XML format?

by Michael Gerz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> BTW, would it be possible to receive CVS commit messages on the list?

That would definitely be a good idea! And it should be doable, because
many other projects have such a feature as well.

But it would be even better to have a cvs-specific mailing list.

Michael

_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Re: Changes in XML format?

by Etienne Giraudy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I did a couple of more testing (fresh CVS checkout) and it seems there is
still some issues with uid generation:
it seems the uid is generated when findbug is run with an xml output but not
when it runs with an html output.

I did the following:
1- run findbugs with html output (using fancy.xsl)
2- run findbugs with xml:withMessages output and then apply 'manually'
fancy.xsl on the generated xml

in case 1, the html is wrong (probably because of missing uid in
intermediate xml data)
in case 2, the html is correct


thanks,

Etienne

> -----Original Message-----
> From: findbugs-discuss-bounces@...
> [mailto:findbugs-discuss-bounces@...]On Behalf Of Etienne Giraudy
> Sent: jeudi 26 janvier 2006 15:11
> To: Find Bugs Discussion
> Subject: Re: [FB-Discuss] Changes in XML format?
>
>
> I've just retested, the issue is fixed.
>
> Thanks,
>
> Etienne
>
> > -----Original Message-----
> > From: findbugs-discuss-bounces@...
> > [mailto:findbugs-discuss-bounces@...]On Behalf Of Bill Pugh
> > Sent: mercredi 25 janvier 2006 17:58
> > To: Etienne Giraudy; Brian Cole
> > Cc: Find Bugs Discussion
> > Subject: Re: [FB-Discuss] Changes in XML format?
> >
> >
> > I restored uid, which fancy.xsl depends upon. See if that fixes your
> > problem.
> >
> > Bill
> >
> > On Jan 25, 2006, at 2:18 AM, Etienne Giraudy wrote:
> >
> > > Hi,
> > >
> > > I was playing with CVS Head this morning and it seems that there is
> > > some
> > > change in the XML format for output: the fancy.xsl is broken (it
> > > doesnot
> > > generates anymore unique ids for html tags the are DOM-manipulated)
> > >
> > > Everything was fine in 0.9.5-rc1.
> > >
> > > I'll try to fix the stylesheet before the final release, but as i'm
> > > runnnig
> > > out of time, if someone could give me details of the changes in XML
> > > format,
> > > that would be helpful.
> > >
> > >
> > > BTW, would it be possible to receive CVS commit messages on the list?
> > >
> > >
> > > Regards,
> > >
> > > Etienne
> > >
> > > _______________________________________________
> > > Findbugs-discuss mailing list
> > > Findbugs-discuss@...
> > > http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
> >
> > _______________________________________________
> > Findbugs-discuss mailing list
> > Findbugs-discuss@...
> > http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
> >
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@...
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
>

_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss