Hey guys,
I know my question may not be in the right forum. But I don't know where else to post it. If you do, please let me know.
I got the source code from the CVS and tried to compile org.eclipse.birt.report.viewer with my changes. However, the ANT script always fails at a place that doesn't make sense to me. It reports NullPointerException for ExportManifestUtils. (the last line of the following message).
Any idea or comment will be much appreciated. I am
@$#@$#@$$W%#@.
[mkdir] Created dir: C:myexpsourceorg.eclipse.birt.report.viewerbirt_webWEB-INFplatformlib
[copy] Copying 1 file to C:myexpsourceorg.eclipse.birt.report.viewerbirt_webWEB-INFplatformlib
[copy] Copying 7 files to C:myexpsourceorg.eclipse.birt.report.viewerbirt_webWEB-INFplatformlib
[copy] Copying 1 file to C:myexpsourceorg.eclipse.birt.report.viewerbirt_webWEB-INFplatformlib
[copy] Copying 4 files to C:myexpsourceorg.eclipse.birt.report.viewerbirt_webWEB-INFplatformlib
[java] java.lang.NullPointerException
[java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:194)
[java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:747)
.....
[java] Caused by: java.lang.NullPointerException
[java] at org.eclipse.birt.report.engine.util.ExportManifestUtils.main(ExportManifestUtils.java:43)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)