> Mark Lybarger wrote: > > >I've not had good experience myself using the wl supplied > ant tasks, due to > >this and the fact that the tasks seem limited. I used ant's > java task to run > >the wldeployer, etc to accomplish what the weblogic tasks provided. > > > >I don't know what type of licensing these tasks have on > them, but I'd > >suggest going to weblogic support for help on them. > > > > > >On 4/20/05, Karr, David <[EMAIL PROTECTED]> wrote: > > > > > >>WebLogic 8.1 comes with a set of Ant tasks. These work fine in Ant > >>1.5.4, but they fail in Ant 1.6.2. In Ant 1.5.4, I just dump the > >>"weblogic.jar" in $ANT_HOME/lib. > >> > As far as I know, weblogic.jar has core ant classes (from ant 1.5.*) > embedded in it. This of course > causes grief when used with ant 1.6. > > You can check this by doing jar tf on the weblogic.jar file. > > Peter
It has been a while since I used these tasks, but I think I recall now that I had to repackage the weblogic ant tasks in their own jar file and drop that in the $ANT_HOME/lib dir. Bassically unjar the weblogic.jar, then jar up only the ant task classes. -Rob Anderson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
