where is the console? [message #259378] |
Wed, 24 October 2007 19:27  |
Eclipse User |
|
|
|
I am using the birt-report-designer-all-in-one-2_2_0.
I create a java class, jar'd it, placed the jar file in this directory
C:\birt-report-designer-all-in-one-2_2_0\eclipse\plugins\org .eclipse.birt.report.viewer_2.2.0.v20070620\birt\WEB-INF\lib
then I added this script to the 'initialize' handler on the report
importPackage(Packages.nell);
MyLogger.log("Hello world.");
I dont get any error messages when I preview the report, but I also dont
know where to find the output.
I thought it might be in the lastest log where some of my earlier javascript
errors where showing up....
( tail -f -n1
" C:\birt-workspace\.metadata\.plugins\org.eclipse.birt.report .viewer\logs\ReportEngine_2007_10_24_17_58_44.log "
)
but not there either.
any help?
thanks
Steve
for reference... this is my java class
package nell;
public class MyLogger
{
public static void log(String comment)
{ System.out.println(comment);
}
}
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03004 seconds