RE: Ant + Hibernate = Grief + Confusion

2004-10-07 Thread Lopez, William
I played around with it some and got it to compile...I'm not sure if it was the way the hbm.xml file was referenced or what...it was one of those things were I kept trying things until it worked. I typically generate most of the files using XDoclet so I'll have to go back and verify what I didc

RE: Ant Books

2004-03-01 Thread Lopez, William
+1 'Java Development With Ant' by Manning...When I started using Ant this book and this list got me up to speed. Also, the Ant manual (supplied with the distro) is a good resource. -Original Message- From: Jim Fuller [mailto:[EMAIL PROTECTED] Sent: Sunday, February 22, 2004 9:17 AM To: 'A

RE: Updating JARS then WAR and at least EAR files using Ant

2003-08-04 Thread Lopez, William
Philippe: I have the similar issue...the way I chose to handle it (may not be the best way but it's the easiest for me :-) is to rebuild the ears, versus unpacking making changes and repacking- less hassle and the time it takes to rebuild it is minimal. Also, this way I don't have to worry about f

RE: question regarding WSAD specific ant tasks

2003-07-29 Thread Lopez, William
Matthias: Not sure if you have your answer... We do the same: PVCS get, build, deploy (except using WSAD 4.0.3)...because of the behind the scenes manipulation that the deploy tool does we had to add an extra step for the developer to do. We created an extra folder in PVCS for them to place the WA

RE: Ant newbie - simple question

2003-06-11 Thread Lopez, William
works, because after deleting all files in "build" this dir is empty and will be deletet too, the correct (tested) way is: -Ursprüngliche Nachricht----- Von: Lopez, William [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 11.

Task to strip comments

2003-04-12 Thread Lopez, William
Hello: Does any one know of a task that can edit a file, particular strip comments from a javascript file? Thanks -Will - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]