Jump to content
We've recently updated our Privacy Statement, available here ×

haw i fix hsqldb runserver problem ?


ayman.yed123

Recommended Posts

i placed my commant prumpt in the hsqldb folder and then i run ant runServer and this msg appeared

Buildfile: C:UsersaymananisDesktoplinkerjasperreports-6.2.1-projectjasperreports-6.2.1demohsqldbbuild.xml

runServer:
BUILD FAILED
C:UsersaymananisDesktoplinkerjasperreports-6.2.1-projectjasperreports-6.2.
1demohsqldbbuild.xml:6: Problem: failed to create task or type antlib:org.apache.ivy.ant:configure
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet
 
This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
        -C:ANT_HOMElib
        -C:Usersaymananis.antlib
        -a directory added on the command line with the -lib argument
 
Total time: 0 seconds
 
please i need help in this 
and thanks 
 
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

6.2.1 uses Apache Ivy. Unfortunately, ivy jar file is not contained in JasperReports jar file and need to be manually download.

Download the file from the following page. Extract the zip file and copy the ivy-2.4.0.jar file to C:ANT_HOMElib or create folder .ant under your home folder and create lib within the .ant folder and copy the ivy-2.4.0.jar there.

http://ant.apache.org/ivy/download.cgi

Link to comment
Share on other sites

  • 10 months later...

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...