help me on ejbjar for weblogic

2001-12-31 Thread deepak
hi i am trying to compile my stateless EJBs using ant1.4 but the problem is at ejbjar it is not putting all the referenced files as specified in its xml (home and remote of other EJBs) in the jar before doing ejbc. The same build.xml when used with ant 1.2 works fine i have posted this earlier a

InstallShield support

2001-12-31 Thread Rahamim, Zvi (Zvi)
Hi All ! Is there any support in Ant for InstallShield commands ? Thank you !

mapper inside dependset?

2001-12-31 Thread cam
_ Does anyone know how to perform a dependset on a translated fileset? Really what I effectively need is: (This does not work since mapper is NOT supported inside a dependset) The situation I'm in is that I have a bunch of .php's which get

building xerces help!!

2001-12-31 Thread ashish ranjan
I was trying to build xerces (1_4_4) library. The build fails error message is: javac: invalid flag -sourcepath I am using the build file supplied by the xerces developers. what is the possible cause? Thanks, Ashish -- To unsubscribe, e-mail: For additional commands

Re: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-31 Thread Ken Gentle
The article linked below describes a "self-extracting jar" that might be a core to build such a utility around. http://www.javaworld.com/javaworld/javatips/jw-javatip120.html I have to agree with some of the other posts about this not being a core Ant capability, although such a utility would

Re: How to delete .# files with Ant

2001-12-31 Thread Erik Hatcher
set defaultexcludes="false" Ant has a builtin list of exclusions that apply to all filesets unless explicitly turned off, and the pattern you have trouble with is one of these. See http://jakarta.apache.org/ant/manual/dirtasks.html for more details. Erik - Original Message - From:

How to delete .# files with Ant

2001-12-31 Thread David Smiley
I tried searching the list for an answer beforehand but had difficulty becuase I can't search for ".#". I made patternset that should select all junk temp files in my project. Here it is: Unfortunately, the does not work at all. I have all these .# files litt

[ANN] One Task to validate directory structure

2001-12-31 Thread IƱigo Serrano
Hello I have developed an utility and Ant's task to validate directory structure, its name is ISDirValidate. It is usefull to check is some directory has some files or not, and if the files that has are permited. The code is license under the GNU GPL license. The web is in http://isvalidator.