Re: path/fileset and missing directories

2001-07-09 Thread Stefan Bodewig
On Fri, 06 Jul 2001, Larry V. Streepy, Jr. <[EMAIL PROTECTED]> wrote: > Ok, works just peachy, except on a cleanly installed box wherein the > mssqlserver and OracleJDBC directories do not yet exist. In that > case, the build fails when trying to create the fileset because the > specified "dir" d

RE: Accessing a directory on Unix

2001-07-09 Thread Conor MacNeill
It does neither - it uses the Java API. Conor (non-HTML email please). -Original Message- From: Shankar Unni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 July 2001 4:05 AM To: '[EMAIL PROTECTED]' Subject: RE: Accessing a directory on Unix Nico Seessle [mailto:[EMAIL PROTECTED]] writes:

RE: more logos for the parade

2001-07-09 Thread Conor MacNeill
There is currently no deadline. We are just collecting ideas. > -Original Message- > From: Joris Van den Bogaert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 10 July 2001 4:08 PM > To: [EMAIL PROTECTED] > Subject: Re: more logos for the parade > > > btw, when is the deadline? > > -

Re: more logos for the parade

2001-07-09 Thread Joris Van den Bogaert
btw, when is the deadline? - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 6:31 AM Subject: RE: more logos for the parade > I could - they looked pretty cool. Plenty to choose from. I'll add them > tonight if no else g

Re: a few basic questions...

2001-07-09 Thread Stefan Mainz
Diane Holt wrote: > > --- Benjamin Russell Stocum <[EMAIL PROTECTED]> wrote: > > In the Target tag, does the "if" attribute allow you to have a logic > > expression, or does it just allow one to check to see if a "property" > > exists? > > Just if/unless the property is set. If you need to test

RE: more logos for the parade

2001-07-09 Thread Conor MacNeill
I could - they looked pretty cool. Plenty to choose from. I'll add them tonight if no else gets to them first. Could you please let us know who should get the credit Cheers Conor > -Original Message- > From: Peter Donald [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 10 July 2001 12:50 PM

Re: more logos for the parade

2001-07-09 Thread Peter Donald
On Tue, 10 Jul 2001 08:51, HUGHES,BLAIR (HP-NewJersey,ex2) wrote: > Mind you all, I'm not nearly talented enough to have come up with these. > I'm just the submitter. ;) > > http://www.1503studios.com/ant/ Sounds good but I can't seem to access page ... Cheers, Pete *

RE: Java arguments.

2001-07-09 Thread Conor MacNeill
Checkout http://www.weblogic.com/docs45/classdocs/API_ejb.html#ddcreator where you will find that the argument should be "-d" not "-dir". Conor -Original Message- From: Rajesh Joshi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 July 2001 5:54 AM To: [EMAIL PROTECTED] Subject: Java argu

RE: Common path definitions

2001-07-09 Thread John P. McGrath
Thank you all for your replies. > Sounds to me like your problem is you need a standard place to > put your properties file. That way, no matter what platform or > system the file is on, Ant will always be able to find it, and use > it to locate various libraries. I don't see that as a major pr

RE: ddCreator fails with JDK 1.1.8 /JDK1.2.2 and Weblogic 4.5.1

2001-07-09 Thread Conor MacNeill
Lets have a debug trace (ant -debug) to see what is going on. Conor (non-HTML email would be good too) -Original Message- From: Mukesh Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 July 2001 11:03 AM To: [EMAIL PROTECTED] Subject: ddCreator fails with JDK 1.1.8 /JDK1.2.2 and Weblog

ddCreator fails with JDK 1.1.8 /JDK1.2.2 and Weblogic 4.5.1

2001-07-09 Thread Mukesh Kumar
Hello friends,   I am a newbie to Ant and trying to use it for a project build. I tried to use the ddCreator task with JDK 1.1.8 and JDK 1.2.2but nothing happens and no serialized deployment descriptors are created. But when I switch the JDK to 1.3 it works fine. Pleasenote that I am using W

StarTeam support?

2001-07-09 Thread Fred McLain
Folks, While looking at the APIs for Ant I noticed the class AntStarTeamCheckOut which extends Task. What I haven't found is any documentation or examples of using this as a Task (as opposed to an API). Has anyone out there gotten this working? Thanks, -Fred- _AppWorx___

RE: DTDs & wlrun

2001-07-09 Thread Nesbitt, David
Speaking of DTDs, did Weblogic remove the local copies for 6.0? They were there in 5.1, but I can't find them anymore after upgrading to 6.0. Regards, Dave > -Original Message- > From: Kyle Adams [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 7:43 AM > To: [EMAIL PROTECTED] >

more logos for the parade

2001-07-09 Thread HUGHES,BLAIR (HP-NewJersey,ex2)
Mind you all, I'm not nearly talented enough to have come up with these. I'm just the submitter. ;) http://www.1503studios.com/ant/

Re: Java arguments.

2001-07-09 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: > every argument must be in it's own "arg" element. That's only true when using the "value" attribute, not when using the "line" attribute. Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Get personalized email ad

Re: Common path definitions

2001-07-09 Thread Diane Holt
--- Kyle Adams <[EMAIL PROTECTED]> wrote: > As I stated before, we're dealing with a situation in which the dev root > may vary. The nastiest variation is that many of our developer's > machines have multiple drives, so their root might be anything from c: > to x:, though d: is the recommended, a

filesets

2001-07-09 Thread matt . inger
is there a way to get a fileset to include only files, and ignore directories? I can't seem to find a pattern that will do so... so, if for instance, i have a directory with the following:: test.txt RCS/ I want the fileset to only show "test.txt" and "RCS", but I don't want to hardcode in any "

Re: Java arguments.

2001-07-09 Thread Benjamin Russell Stocum
just a quick thought, \tmp << the "\" isn't a unix directory separator its "/", could that be the problem? -Ben Rajesh Joshi wrote: > hi!I am trying to serialize Deployment descriptor for the WL4.5 > version. Using ANT to make the jar. I am not able to figure out what > is wrong with the follo

Re: Java arguments.

2001-07-09 Thread matt . inger
every argument must be in it's own "arg" element. according to the code below, your arguments for the first call are: 1) -dir somedir 2) -outputfile DD.ser 3) soource/DeploymentDescriptor.txt what you really intend here is to have 5 arguments, not 3. so you need: etc. Rajesh Joshi wrot

Re: Tracing Javac in Ant

2001-07-09 Thread Diane Holt
--- "Salman, Afzal" <[EMAIL PROTECTED]> wrote: > Is the anyway to trace what Javac command is doing in Ant (similar to > Unix make -d) ? > > I have used 'ant -debug', I would like to actually the events taking > place as a result of javac command in Ant. Running 'ant -verbose' should cause the

Re: a few basic questions...

2001-07-09 Thread Diane Holt
--- Benjamin Russell Stocum <[EMAIL PROTECTED]> wrote: > In the Target tag, does the "if" attribute allow you to have a logic > expression, or does it just allow one to check to see if a "property" > exists? Just if/unless the property is set. If you need to test for a value, you can either modif

Re: OS/390, Ant 1.3 and Compiler Messages

2001-07-09 Thread Myron Uecker
I spent a little time trying to make sure I could build Ant, it doesn't seem to work right under OS/390 (looks like ASCII-EBCDIC translation issues) but I can compile on my workstation. I would be willing to help you try a few things to see if we can get the compiler output to show up. If you wa

Re: Common path definitions

2001-07-09 Thread Kyle Adams
As I stated before, we're dealing with a situation in which the dev root may vary. The nastiest variation is that many of our developer's machines have multiple drives, so their root might be anything from c: to x:, though d: is the recommended, and anyone (so far) that isn't using d: is using

Java arguments.

2001-07-09 Thread Rajesh Joshi
hi! I am trying to serialize Deployment descriptor for the WL4.5 version. Using ANT to make the jar.   I am not able to figure out what is wrong with the following argument                                     I get an error message..   [ddCreator] java.lang.IllegalArgumentEx

Re: Common path definitions

2001-07-09 Thread Diane Holt
--- Kyle Adams <[EMAIL PROTECTED]> wrote: > The problem I ran into with this is that the root, or the drive that > development-related stuff was stored on, changed depending on the user. > For some it was d:, for others c:, and for others still, plain ol' *nix > root ('/'). So the location of th

RE: WLRun Frustrations...

2001-07-09 Thread Doyle, Jim
Hi, I was flipping through Ant list posts and noticed yours, about wlrun. There's a couple threads I had a while back on the Ant list: "Running junit tests that access EJBs", when I first ran into the need to deploy and test from an Ant build, and "Custom WLUnit task", after I'd written a custom

Re: Common path definitions

2001-07-09 Thread Kyle Adams
You could - this is also a viable solution. In my case, I wanted to minimize the variables that had to be passed in from the command line. That way means less typing if the developer wants to bypass the wrapper script (for example, to turn on verbose logging). There are disadvantages to each

Re: Common path definitions

2001-07-09 Thread Benjamin Russell Stocum
Couldnt you just specify the properties file location with a ant -DANT_PROPERTIES_LOCATION=$ANT_PROPERTIES_LOCATION And then using the tag inside like this The users would be responsible for specifying the proper path to the properties file, or like in my example this could be a system var

Re: Common path definitions

2001-07-09 Thread Kyle Adams
The problem I ran into with this is that the root, or the drive that development-related stuff was stored on, changed depending on the user. For some it was d:, for others c:, and for others still, plain ol' *nix root ('/'). So the location of their source tree changed. Which mean that Ant c

RE: junitreport task requirements question

2001-07-09 Thread Matt Lyon
Nathan, Thanks ever so much for the info! After a little hunting, I tracked down the old xalan-J 1.2.2 distribution, extracted xalan.jar and xerces.jar to \ant\lib, added them to my CLASSPATH, and is now working perfectly. As I am on a Windows 2K box, I don't seem to be encountering the Sun JDK

Re: Common path definitions

2001-07-09 Thread Diane Holt
I don't know that I'd recommend having a requirement that a file used in the production of the build be placed in a user's home directory -- you can allow for the option of users having a properties file in their home directory in order to set the value of customizable properties, but you shouldn'

Re: Common path definitions

2001-07-09 Thread Kyle Adams
Sounds to me like your problem is you need a standard place to put your properties file. That way, no matter what platform or system the file is on, Ant will always be able to find it, and use it to locate various libraries. If this is the case, then you might be able to make use of the ${user

RE: junitreport task requirements question

2001-07-09 Thread Nathan Cuka
> -Original Message- > From: Matt Lyon [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 11:06 AM > To: [EMAIL PROTECTED] > Subject: junitreport task requirements question > > > Greetings, > > I apologize in advance if this question has been clearly > answered before on > the

RE: Accessing a directory on Unix

2001-07-09 Thread Shankar Unni
Title: RE: Accessing a directory on Unix Nico Seessle [mailto:[EMAIL PROTECTED]] writes: > What do you expect to happen? "mkdir //1.2.3.4/a/b/c" is an > invalid command on Windows NT. It's an invalid command *if you execute it inside CMD.EXE*. It's perfectly legal if you do it at the API

a few basic questions...

2001-07-09 Thread Benjamin Russell Stocum
In the Target tag, does the "if" attribute allow you to have a logic expression, or does it just allow one to check to see if a "property" exists? Can I have a statement like ... ... I am currently using the tags as functions, is there a better way to do this? And when do you know yo

Common path definitions

2001-07-09 Thread John P. McGrath
I have been having a tough time setting up Ant files the way I want, and am hoping someone can suggest an approach that will work. I have a number of projects for which I am creating Ant build files, and each of these projects use some number of third-party libraries. I have to be able to build

Re: DTDs & wlrun (Weblogic 5.1)

2001-07-09 Thread Kyle Adams
Weblogic 5.1 The problem is that (currently) wlrun can't deploy my EJB's. When I simply use the startweblogic command, the EJBs deploy fine. wlrun is setup to load the exact same classes into the java classpath and the weblogic classpath. We're puzzled by this, so we were wondering if weblo

Re: Accessing a directory on Unix

2001-07-09 Thread Nico Seessle
- Original Message - From: "Jain, Manish (MED, TCS)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 1:05 PM Subject: Accessing a directory on Unix > I am setting a variable: > > set WEBAPP=///a/b/c (I intend to give a directory on Unix > box) > > In my build.

junitreport task requirements question

2001-07-09 Thread Matt Lyon
Greetings, I apologize in advance if this question has been clearly answered before on the list. However, I've searched the list somewhat extensively and cannot clearly determine what the answer is. Basically, I am totally mystified as to what version of xalan.jar and xerces.jar I need to add to

RE: ANT and VAJ

2001-07-09 Thread wolf . siberski
David Trogdon wrote: > Well ... I have sucessfully used ANT and the ANT Visual Age for Java Plugin. > I have: > > moved projects to the workspace > created directories > exported projects in to the directories > "jared" specific directories > filtered the exported directories/jar files into the c

Re: DTDs & wlrun

2001-07-09 Thread Conor MacNeill
Kyle, I live behind a firewall during the day and I have never had a problem with wlrun and DTDs. weblogic has a copy of the DTD itself and knows where to find them (it has its own resolver). The wlrun task does not deal with DTDs. It doesn't perform XML processing of any kind. So, before you add

DTDs & wlrun

2001-07-09 Thread Kyle Adams
It seems to me that the optional EJB tasks are somewhat schizophrenic. The ejbjar task is great - the nested element is a wonderful solution for those of us behind firewalls (or with the need to point to a local DTD). On the other hand, the wlrun task is DTD-stupid, meaning that I'm running

Re: Target 'build.xml' does not exist...

2001-07-09 Thread Bernd Gruendling
>"ANDERSON,JIM (HP-FtCollins,ex1)" wrote: > > > I'm using the 4NT shell under W2K. >Great. Now can you tell us how to detect you are using the 4NT shell (i.e., >is there an envrionment var with a specific value we can test), so we can add >support for 4NT into ant.bat? I have an environment s

Excluding packages from javadoc

2001-07-09 Thread Ingmar Stein
Hi all, how can I exclude a part of my source tree from being processed by Javadoc? Here's my source tree: com/xtramind/ana com/xtramind/common ... com/xtramind/proto I want all packages to be processed except the com.xtramind.proto package including subpackages. Ingmar

Adding manifest to a JAR

2001-07-09 Thread Stefano Mancarella
I have a jar file without any manifest (it's created with a JLINK task). Is there a simple way of adding a manifest to it? At the moment I'm using: which seems too complex to me.

Accessing a directory on Unix

2001-07-09 Thread Jain, Manish (MED, TCS)
Hello, I have read in the ant documentation that build files have access to environment variables, but I am unable to get this to work. On DOS prompt I am setting a variable: set WEBAPP=///a/b/c (I intend to give a directory on Unix box) In my build.xml, I have the following li

Re: Target 'build.xml' does not exist...

2001-07-09 Thread Glenn McAllister
"ANDERSON,JIM (HP-FtCollins,ex1)" wrote: > I'm using the 4NT shell under W2K. > The offending line was: > set ANT_CMD_LINE_ARGS=%* > Changing it to the folowing: > set ANT_CMD_LINE_ARGS=%$ > works for 4NT. Great. Now can you tell us how to detect you are using the 4NT s

RE: Properties, scope and project hierarchies (an answer tothe original question)

2001-07-09 Thread Kyle Adams
Well, there are several ways of handling structure. The first way would be to use the method I outlined in the previous e-mail to specify multiple path properties: c:\dev\src\ant -Dproject.dir=com/gfs/common -Djava.lib=c:/jdk1.2.2/lib -Dant.lib=c:/ant/lib The paths can then also be pa

Re: How to use optional tasks of ant1.3

2001-07-09 Thread Peter Donald
On Mon, 9 Jul 2001 19:16, geeta eknath dhane wrote: > I need help regarding how to use optional tasks > mainly

Re: unwanted countprintouts for javac, java, junit

2001-07-09 Thread Conor MacNeill
I think one of your jars is corrupt. I have seen this behaviour in that circumstance. Conor - Original Message - From: "Klara Ward" <[EMAIL PROTECTED]> To: "ant-user" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 6:43 PM Subject: unwanted countprintouts for javac, java, junit > Maybe

Re: External Properties file

2001-07-09 Thread Conor MacNeill
Read the manual http://jakarta.apache.org/ant/manual/CoreTasks/property.html Look at the examples. Conor - Original Message - From: "Rohit Peyyeti" <[EMAIL PROTECTED]> To: "Ant-User (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 6:39 PM Subject: External Properties file He

Re: unwanted countprintouts for javac, java, junit

2001-07-09 Thread Klara Ward
You were right, when I removed parser.jar(causing count=0, total=123) and jaxp.jar(causing count=0, total=9) from the classpath it stopped. Now the only problem is to get correct ones.. (And it wasn't an ant-problem...) Thanks, Klara - Original Message - From: "Conor MacNeill" <[EMAIL PR

Re: How to use optional tasks of ant1.3

2001-07-09 Thread Klara Ward
I use the optional task junit, and what I did was place the junit.jar and optional.jar in ANT_HOME/lib - Original Message - From: "geeta eknath dhane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 11:16 AM Subject: How to use optional tasks of ant1.3 > Hi, > >

Re: unwanted countprintouts for javac, java, junit

2001-07-09 Thread Conor MacNeill
I think one of your jars is corrupt. I have seen this behaviour in that circumstance. Conor - Original Message - From: "Klara Ward" <[EMAIL PROTECTED]> To: "ant-user" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 6:43 PM Subject: unwanted countprintouts for javac, java, junit > Maybe

Re: External Properties file

2001-07-09 Thread Conor MacNeill
Read the manual http://jakarta.apache.org/ant/manual/CoreTasks/property.html Look at the examples. Conor - Original Message - From: "Rohit Peyyeti" <[EMAIL PROTECTED]> To: "Ant-User (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 6:39 PM Subject: External Properties file He

How to use optional tasks of ant1.3

2001-07-09 Thread geeta eknath dhane
Hi, I need help regarding how to use optional tasks mainly

unwanted countprintouts for javac, java, junit

2001-07-09 Thread Klara Ward
Maybe this isn't an ant-problem but anyway, I use ant to compile with javac and run tests with java or junit. When I run I get the usual printouts combined with a lot of lines of : [java] count = 0, total = 9 [java] count = 0, total = 123 The number of lines seemes to have something to d

External Properties file

2001-07-09 Thread Rohit Peyyeti
Hello All:   How do I use external properties file with Ant? Lets say I create a file called: my.prop which has: a=b b=c c=b   I want to access these values in my build.xml file. How do we do this?   ...Rohit   TransLogic Systems5th Floor, Amogh Plaza, Greenlands,Hyderabad, AP - 500 016, IND

Re: Rotating log files

2001-07-09 Thread Ingmar Stein
> I tried to do something like this a while back and wasn't successfull with > straight Ant tasks. I had to call a script that did what I wanted. Or you > could embed a script with the