| Author |
Ant classpath not working
|
Roger Rustin
Greenhorn
Joined: Jul 08, 2004
Posts: 19
|
|
the error I am getting is Thanks. - Roger
|
 |
Fred Grott
Ranch Hand
Joined: Oct 05, 2002
Posts: 346
|
|
I do not see any apparent immediate errors however Imay stil be asleep.. What ANT versin are you using?
|
MobileBytes blog - Sharing Technology - My Programming Knols
|
 |
Roger Rustin
Greenhorn
Joined: Jul 08, 2004
Posts: 19
|
|
|
Ant version is 1.5.1
|
 |
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
|
|
imho, classpath element can be used within a java /javac task. But not independently as you have used here. Its usual to supply classpath while running java application / while compoiling one. Yeah you can declare a path under the root build element(project) and later refer it from within any target. am not sure , but it does make sense for wlcompile to accomodate a nested classpath element. But you need to check the docs though.
|
 |
 |
|
|
subject: Ant classpath not working
|
|
|