Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Alert data?
Alert data? [message #1010867] Mon, 18 February 2013 11:17 Go to next message
Mimmo Rossi is currently offline Mimmo RossiFriend
Messages: 146
Registered: February 2013
Senior Member
Hi,
there is a possibility to alert data to debug script old style?
Thanks
Re: Alert data? [message #1010922 is a reply to message #1010867] Mon, 18 February 2013 13:42 Go to previous messageGo to next message
Eclipse GuestFriend
Messages: 93
Registered: February 2013
Location: Vienna
Member
Due to the lack of enough posts in this forum, I'm not yet allowed to post links. But google for "birt world quick and dirty logging" and the first entry should explain it (blogspot blog entry).

In short, just put this in your code:
Packages.java.lang.System.out.println("message");

or
importPackage(Packages.java.lang);
System.out.println("message with import package");
icon14.gif  Re: Alert data? [message #1010931 is a reply to message #1010922] Mon, 18 February 2013 13:52 Go to previous message
Mimmo Rossi is currently offline Mimmo RossiFriend
Messages: 146
Registered: February 2013
Senior Member
Thanks
Previous Topic:generating report from given SQL query
Next Topic:Is it possible to do Data Cube Scripting?
Goto Forum:
  


Current Time: Tue Apr 23 08:42:48 GMT 2024

Powered by FUDForum. Page generated in 1.42731 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top