Jump to content

What does this error mean?


kurt_cobain

Recommended Posts

I'm simply trying to add an ant task to compile my .jrxml files and I'm getting a strange error. My classpath seems to be correct:

 

compile_jasper:

[echo] Building .jasper files

[jrc] Compiling 8 report design files.

[jrc] May 6, 2008 10:16:51 AM org.apache.commons.digester.Digester endElement

[jrc] SEVERE: End event threw exception

[jrc] java.lang.reflect.InvocationTargetException

[jrc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[jrc] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

[jrc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

 

Anyone know what that is? Thanks

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

I tried compiling various .jxrml files individually; I still get the error. Very strange. Could it be an issue with my local parser? I searched this forum and found other people having the same issue with no resolution... I may just have to go with the .jasper files built by IReport, sigh. I hate to do that though, would rather create them as part of the build process. Thanks

Post edited by: kurt_cobain, at: 2008/05/06 16:02

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...