RE: Build successful but nothing produced

2006-10-24 Thread Tom Corcoran
-Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 18:28 To: Ant Users List Subject: RE: Build successful but nothing produced >Most builds have a build directory associated with them. So src would >get compiled into classes (so src/com/p

RE: Build successful but nothing produced

2006-10-23 Thread Anderson, Rob (Global Trade)
> -Original Message- > From: Tom Corcoran [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 10:19 AM > To: Ant Users List > Subject: RE: Build successful but nothing produced > > Thanks, really appreciate the help. The only user is myself. > After

AW: Build successful but nothing produced

2006-10-23 Thread Jan.Materne
Have you read the tutorial at http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html ? Jan >-Ursprüngliche Nachricht- >Von: EJ Ciramella [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 20. Oktober 2006 19:28 >An: Ant Users List >Betreff: RE: Build successful but n

RE: Build successful but nothing produced

2006-10-20 Thread EJ Ciramella
t build up (your jar and maybe a tar containing scripts needed to run your classes in their jarred format). -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 1:19 PM To: Ant Users List Subject: RE: Build successful but nothing produced Thanks, r

RE: Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
I'll keep at it. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 18:08 To: Ant Users List Subject: RE: Build successful but nothing produced If you wanted to have the jar built up, you'd need to run the "dist" target (looki

RE: Build successful but nothing produced

2006-10-20 Thread EJ Ciramella
orcoran [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:58 PM To: Ant Users List Subject: RE: Build successful but nothing produced Reading the archives, I've learned that the "Could not load a dependent class " will not actually break your build; they are just there to si

RE: Build successful but nothing produced

2006-10-20 Thread EJ Ciramella
Erm - it does: default the default target to use when no target is supplied. -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:58 PM To: Ant Users List Subject: RE: Build successful but nothing produced Reading the archives, I&#x

RE: Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
rg/manual/using.html that does not mentioned setting a compile default. Where can I readup about wring the Now property to a file? Thanks a lot. Tom. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 17:35 To: Ant Users List Subject: RE: Build succes

RE: Build successful but nothing produced

2006-10-20 Thread EJ Ciramella
If you want to just type ant, set up a default in your project tag. -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:31 PM To: Ant Users List Subject: RE: Build successful but nothing produced Thanks a lot. I was just doing an ant. Using

RE: Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
EMAIL PROTECTED] Sent: 20 October 2006 17:15 To: Ant Users List Subject: RE: Build successful but nothing produced Are you doing an "ant compile" or just an "ant"? - To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: Build successful but nothing produced

2006-10-20 Thread EJ Ciramella
Are you doing an "ant compile" or just an "ant"? -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:04 PM To: user@ant.apache.org Subject: Build successful but nothing produced I've just started with Ant thi

Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
I've just started with Ant this afternoon and found the documentation very food. I've been trying to do a simple build with my goal to generate a file including the time stamp which I can read in my applet to display on an about screen. Here's my build.xml : MyProject build