RE: Running part of the target based on the existence of a property file

2006-01-26 Thread Mark Eramo
bject RE: Running part of the target based on the existence of a property file The ant way do this would be something like this: < build ejb tasks > -Original Message- From: Mark Eramo [mailto:[EMAIL PROTECTED] Sent: Th

Running part of the target based on the existence of a property file

2006-01-26 Thread Mark Eramo
Hi, I am relatively new to using property files to pass values to Ant as well as using the if statement in Ant. What I would like to do is run part of a custom target based on the existence of a property file. Here is what I want to do Basically, what I am trying t

Re: CVS Task

2005-12-05 Thread Mark Eramo
Is it possible that the error is happening because it cannot mount that location (/usr/local/comp)? Make sure the server your running is properly mapped to that point. Have access rights changes on that location? Check that as well. Regards, Mark Guruprasad R <[EMAIL PROTECTED]> 12/05/2

Looping in Ant

2005-12-05 Thread Mark Eramo
Hello, Does anyone have experience running loops with Ant or if it is even possible? What I need to do is run an xdoclet task 10 times to produce 10 different MDB's to support some Queue work the developers are doing. Each MDB will have a different suffix Q_0 - Q_9. I know I could simply

Re: removing file from jar

2005-12-01 Thread Mark Eramo
Hi, Check out this link http://java.sun.com/docs/books/tutorial/jar/ It should help you out. Cheers, Mark Jochen Wurster <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 12/01/2005 04:03 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject removing file from jar