ANT plugin or utilities for WebSphere Application Developer ?

2001-11-30 Thread searle
Are you involved in developing any ANT plugins or utilities for WSAD (for for the underlying WebSphere WorkBench 'Eclipse') or do you know anyone who is ? I realize that WSAD is shipped capable of running ANT from the context menu of any XML file in the workbench, but was wondering if anyone ha

[OT] New Java User Group in Minnesota

2001-11-30 Thread David Blevins
Hi All, There is a new Java user group in Minnesota. This new user group is non-commercially driven and has a friendly atmosphere. The focus is on learning something and not selling something, getting to know other developers in the same community. The meetings are very Open Source aware and c

Re: setting property

2001-11-30 Thread Erik Hatcher
because of property immutability, if it gets set with the environment (1st line above) then it won't get set with the 2nd line. The 3rd line just puts it into a cleaner name - although you could stick with env.PROJECT_HOME instead of project.home. Ain't that better?! :) Erik - O

RE: setting property

2001-11-30 Thread Vishweshwar, Ghanakota
Here is the scenario: I am defining global properties for my project in a separate file, which I will include in the individual build files using external entities in XML. I also want to give the flexibility of overriding these values thru' environment variables. something like this: sorry for

renaming of files

2001-11-30 Thread David Jordan
I have a situation where I have a bunch of "configuration" files that exist in 3 forms. One of these 3 forms needs to be used during a build. There are very strict rules about the file name and suffix. Assume the suffix is .xml and the file name is "file". So at a certain step in the build proces

Re: setting property

2001-11-30 Thread Erik Hatcher
Would you mind sharing a bit more of the specific scenario and problem you're trying to solve with this request? Perhaps there are other ways of accomplishing what you're after. - Original Message - From: "Vishweshwar, Ghanakota" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday,

Fileset support for unjar/unwar/unzip

2001-11-30 Thread Paul Cody Johnston
Does anyone know if there are plans to support nested filesets for the unjar class of tasks? I need to unjar a set of jars in a directory. If not, I can try to do it myself. Anyone working on this? Paul -- To unsubscribe, e-mail: For additional commands, e-mail

setting property

2001-11-30 Thread Vishweshwar, Ghanakota
Hi All, Is there anyway to set a global property (not thru' -D) only if an environment variable is not set? I can't use "condition" since it's not child of "project". thanks, vishu "MMS " made the following annotations on 11/30/01 12:52:02 --

Re: CVS / VAJ / ANT

2001-11-30 Thread Jason Rogers
Check your sources... VAJ does manage resources as well in the 3.5.x+ versions. You have to play a few games if you want the fine grained info though, it just wasn't meant for this. Is there some particular reason you want VAJ to manage resources at that level? It doesn't seem to fit the paradi

Re: [POLL] property immutability hacks

2001-11-30 Thread Erik Hatcher
If ant-dev gave users everything they requested then they might as well be using Perl to write build "scripts" rather than build "files" as the preferred Ant terminology is. :) Ant users are very fortunate to have a crew of committers that put their foot down and prevent many "seemingly" useful

CVS / VAJ / ANT

2001-11-30 Thread Lenharcik Juraj
Hello, I have a question about a release management prozess with CVS, Ant and VAJ. The problem is, that VAJ cannot handle versioned ressources like jsp, xml, confs, VAJ can only handle classes. The solution would be a CVS System and the Connector betweet the CVS and VAJ would be ANT. It is

RE: Copy to map dos to unix?

2001-11-30 Thread Alan Pearlman Spencer
D'oh. Never noticed that one. I'll need to do another trawl through all the tasks. Thanks, Alan. -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED]] Sent: 30 November 2001 09:37 To: Ant Users List Subject: RE: Copy to map dos to unix? > Is it possible to convert dos to unix fo

RE: Copy to map dos to unix?

2001-11-30 Thread Jon Skeet
> Is it possible to convert dos to unix for ascii files? > I was thinking of using copy maybe with a weird FilterSet, but I can't > seem to get that to work. I think you're looking for the FixCRLF task. Jon -- To unsubscribe, e-mail: For additional commands, e-mail:

Copy to map dos to unix?

2001-11-30 Thread Alan Pearlman Spencer
Hi, Is it possible to convert dos to unix for ascii files? I was thinking of using copy maybe with a weird FilterSet, but I can't seem to get that to work. Any ideas? Thanks, Alan. Alan Pearlman-Spencer MobileAware Ltd. 3225 Lake Drive,

RE: VSSGET and labelling...

2001-11-30 Thread Peter . FLYNN
I've seen this too. Its unfortunately Source Safe that is the problem. Basically, if I had the $/com/syntegra tree labelled to 1.3 and not the root $/com, when I tried to check out from source safe with the 1.3 label on the root, it doesn't know of any 1.3 label. From past experience, CVS was