RE: symlink - which ant jar do I need?

2007-10-22 Thread Wayne Cruz
build script does work to delete symlinks under Solaris 10 (not sure about Linux): Regs, /t >-Original Message- >From: Wayne Cruz [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 18, 2007 7:13 PM >To: Ant Users List >Subject: RE: syml

RE: symlink - which ant jar do I need?

2007-10-18 Thread Wayne Cruz
fact, try using an task to run the "which ln" command - this will show you that ln is installed and that the ant process can find it...). Note that if you can't get this (creating symlinks) to work using the symlink task, you can just ln directly. other than that, no ideas... /t

RE: symlink - which ant jar do I need?

2007-10-18 Thread Wayne Cruz
quot;LN" in lower case). It's the executable which you use to create symlinks. Basically, all the task does is call this executable, so you have to have it installed on your machine. Once again: you're running this on Unix or Linux, right? /t >-Original Message- >

RE: symlink - which ant jar do I need?

2007-10-17 Thread Wayne Cruz
g this on Unix or Linux, right? >-Original Message- >From: Wayne Cruz [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 17, 2007 1:38 AM >To: Ant Users List >Subject: RE: symlink - which ant jar do I need? > >Shobhana- > >Thanks for the clarification. How do I figure out

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
- From: Wayne Cruz [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 4:21 PM To: Ant Users List Subject: RE: symlink - which ant jar do I need? Shobhana- Are you still saying that I need ant-junit.jar in order to get symlink to work? Thanks, Wayne At 04:14 PM 10/16/2007, you wrote

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
it didn't find the junit task .. -Original Message- From: Wayne Cruz [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 3:12 PM To: Ant Users List Subject: RE: symlink - which ant jar do I need? Shobhana- Where do I get ant.junit.jar? It didn't come with my Cru

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Shobhana- Where do I get ant.junit.jar? It didn't come with my CruiseControl distribution. Thanks, Wayne At 02:59 PM 10/16/2007, you wrote: Yes they are different. Try putting ant-junit.jar on your class path. -Shobhana -Original Message- From: Wayne Cruz [mailto:[

RE: symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Wayne, Do you the ant-junit.jar file on your classpath ? -Shobhana -Original Message- From: Wayne Cruz [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 2:44 PM To: user@ant.apache.org Cc: [EMAIL PROTECTED] Subject: symlink - which ant jar do I need? Hello- I'm an Ant novice a

symlink - which ant jar do I need?

2007-10-16 Thread Wayne Cruz
Hello- I'm an Ant novice and get the following error message when I try to use the symlink optional task: "Could not create task or type of type: symlink. Ant could not find the task or a class this task relies upon..." What optional task jar file should I be using? Where do I get it? I d