Re: How can I execute Ant targets from within a Java program?

2005-01-24 Thread praful . aggarwal
Have you tried using the deprecated method "ph.configureProject(p, new File("build-test.xml"));" instead of "ph.parse(p, new File("build-test.xml"));" Best Regards, Praful Aggarwal [EMAIL PROTECTED] Ph : +353-1-6659256 "There are only 10 types

RE: WSAD 5.1 + Ant 1.6.2

2005-01-10 Thread praful . aggarwal
Hi Gilbert, I've noticed similar behaviour with MailLogger in WSAD (Doen't send mails) otherwise my buildfile is working fine through WSAD5.1+Ant1.6.2. Although the buildfile itself is doing fairly basic stuff, copying files, compiling and exporting EAR 's. Praful

Re: WSAD 5.1 + Ant 1.6.2

2005-01-10 Thread praful . aggarwal
Thanks Gilbert. It works! Praful Gilbert Rebhan

WSAD 5.1 + Ant 1.6.2

2005-01-07 Thread praful . aggarwal
Hi, I'm trying to integrate Ant 1.6.2 into WSAD 5.1, does anyone have any pointers ? Thanks, Praful *** The information contained in this communication is intended solely for the use of the individual or entity to whom it

EarExport inside WSAD

2004-12-20 Thread praful . aggarwal
Hi All, I'm using WebSphere Studio Application Developer 5.1 and trying to export an EAR using earExport. It's failing with the following error message : exception.InvocationTargetException:Error exporting EAR file. Any insights ? Here is the complete output from the build : - =