Jump to content
JasperReports Library 7.0 is now available ×

How to run the samples?


2005 IR Help

Recommended Posts

By: baointoo - baointoo

How to run the samples?

2004-03-01 04:08

HI,

 

I'm new using jasperreports.When I compile build.xml with ant,javac does not compile any files.

 

e.g.:

C:jasperreportsdemosamplesquery>ant

Buildfile: build.xml

 

javac:

 

BUILD SUCCESSFUL

Total time: 2 seconds

 

How can I solve the problem?

 

Thanks a lot!

 

 

 

 

By: Teodor Danciu - teodord

RE: How to run the samples?

2004-03-01 11:58

 

Hi,

 

If you simply launch "ant", it will execute the default

target inside the build.xml file, which in this case is

"javac".

The "javac" target compiles the Java source file

representing the small sample application.

But since this is already compiled in the distribution

and you did not modified it, there is no point on

recompiling it so the task does nothing.

 

If you want to start from scratch, launch "ant clean"

to remove all the generated files.

You could regenerate them and test everything if

you read the comments inside the build.xml file.

 

I hope this helps.

Teodor

 

 

 

 

 

By: bgiriraj - bgiriraj

How to run the samples?

2004-03-08 13:46

Hi,

 

I am trying to run the sample , please can some one help me in the steps involved.

Thanks

-gb

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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