Re: Hex character escaping.

2003-02-09 Thread Martin
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 8:20 AM Subject: Re: Hex character escaping. Martin wrote: to follow convention octal would be #o Which task is using this? I'm not really sure you

Re: CvsChangeLog - IllegalArgumentException/Stupid User Trick...

2003-02-09 Thread Felipe Martin Anaya
At 06/02/2003 20:04 -0500, you wrote: Thanks, I'll give that a shot. Seems like a waste, though, doesn't it? If I *ever* get to slow down a little, I'll look into the CVS source... I have already done it :-) In cvschangelog task the 'start' parameter use date format -MM-dd, not

Re: creating pl/sql package in sql task, only part of package loaded

2003-02-09 Thread Martin
Tony- 1)which DTD are you using? 2)Could you use src=packagecreate.sql (place your create package statements into the sql?) Thanks, Martin - Original Message - From: Antoine Levy-Lambert [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, February 09

Re: task not finding jar files

2003-02-09 Thread Martin
Jiji- Which Ant download/build are you testing?? -M - Original Message - From: Hanasaki JiJi [EMAIL PROTECTED] To: LIST - ANT Users [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 7:15 PM Subject: task not finding jar files ANT doesnt seem to be finding the jar files for xdoclet.

Re: newbie: jjtree task

2003-02-09 Thread Martin
I set up the following build.xml file: === project name=meds basedir=. default=dojjtree target name=dojjtree jjtree target=src/com/fermataintl/meds/dynatext/DynaText.jjt javacchome=/usr/java/javacc outputDirectory=src/com/fermataintl/meds

Re: Hex character escaping.

2003-02-08 Thread Martin
to follow convention octal would be #o Which task is using this? -Martin - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 3:23 PM Subject: Re: Hex character escaping. Dominique Devienne wrote: Look up XML

Re: Date property

2003-02-08 Thread Martin
+1 for setting a property using TStamp tstamp format property=touch.time pattern=MM/dd/ hh:mm aa offset=-5 unit=hour/ /tstamp Creates a timestamp, in the property touch.time, 5 hours before the current time -M - Original Message - From: Tamas Nagy [EMAIL

Re: Hex character escaping.

2003-02-08 Thread Martin
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 3:23 PM Subject: Re: Hex character escaping. Dominique Devienne wrote: Look up XML entities, like gt; (read '' 'g' 't' ';') You may just need the

Re: How to execute a command that reads from stdin

2003-02-08 Thread Martin
Zsolt- use javascript to read from STDIN script language=javascript ![CDATA[ read(STDIN, $StringBuffer, $ENV{'CONTENT_LENGTH'}) ]] /script werden Sie daraus klug? -Martin - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 08, 2003

Re: jar building problem

2003-02-08 Thread Martin
Thomas- Assuming dist is set to distribution directory and build property is set to the build directory jars all files in the ${build}/classes directory into a file called app.jar in the ${dist}/lib directory. Files with the name *.class are included. files with name mypackage are excluded

Re: jar building problem

2003-02-08 Thread Martin
and specifying includes for the package you desire to include (includes=mypackage/**) see http://ant.apache.org/manual/index.html Could I ask the question why you want to jar in a package for which the manifest has no location? Regards, -Martin - Original Message - From: Thomas Bauer [EMAIL

Re: jar building problem

2003-02-08 Thread Martin
/ excludes=/**/*.class/ /fileset /jar die Zustimmung? -Martin - Original Message - From: Thomas Bauer [EMAIL PROTECTED] To: Martin [EMAIL PROTECTED] Cc: Ant Users List [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 8:36 PM Subject: Re: jar building

Re: jar building problem

2003-02-08 Thread Martin
jar filesonly=yes -M - Original Message - From: Thomas Bauer [EMAIL PROTECTED] To: Martin [EMAIL PROTECTED] Cc: ANT User Mailingliste [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 1:43 AM Subject: Re: jar building problem Martin- Am Fre, 2002-08-16 um 04.12 schrieb Martin

Replace without a token

2003-02-07 Thread Martin Funk
are the begin delimiter and the end delimiter, something like myreplacement file=. begindelimiter=private static final int level = enddelimiter=; value=4 Is there a task out there that does that for me, or maybe there is a reason why there isn't one. Thanks a lot Frohes Schaffen Martin

Re: Example of task telnet

2003-02-07 Thread Martin
Harold- Did you test the basic connectivity with telnet Did you see of you have read rights for the directory which performs ls?? -Martin - Original Message - From: Haroldo Pereira Nascimento [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 2:49 PM

Re: Order of depends in target.

2003-02-07 Thread Martin
yep the order of execution goes from left to right -M - Original Message - From: David Clements [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Friday, February 07, 2003 8:09 PM Subject: Order of depends in target. I can't seemed to find if the order of depends in a

Re: Scope of a patternset

2003-02-07 Thread Martin
David- Global to the scope in which it is declared Yes Global to any objects declared outside of that scope No Could you give us an example of what you are trying to accomplish ? In that case we could be more helpful if we knew what you were trying to do.. -Martin - Original Message - From

Re: multiple file check

2003-02-06 Thread Martin
How about 2 FileList(s) setting up an id for each then doing a diff between them using the refids of the FileLists? ??? -Martin - Original Message - From: Dan Gardner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 1:58 PM Subject: multiple file check I would

Re: jar fot use task ftp

2003-02-06 Thread Martin
H- yes your ANT_HOME env variable needs to point to the location of thee Ant installation. -M - Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 5:18 PM Subject: RE: jar fot use task ftp I'm not sure how

Re: CvsChangeLog - IllegalArgumentException/Stupid User Trick...

2003-02-06 Thread Felipe Martin Anaya
At 06/02/2003 12:21 -0500, you wrote: The following ant script won't quite work for me, and I'm sure it is a stupid user trick, but I just can't see what I'm doing wrong. It appears that the date in the start attribute is unparseable for some reason, but is sure looks ok to me, is parseable

Re: javac classpath issues

2003-02-05 Thread Martin
try Ant 1.5Beta2 -Martin - Original Message - From: Freier, Rod [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 12:04 PM Subject: RE: javac classpath issues I tried property build.sysclasspath=ignore /, but both ANT 1.4 and 1.5.1 gave me

Re: Recommendations for moving from java to .NET

2003-02-05 Thread Martin
be resident on the Server and exists as a redistributable check out http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutio ns/net/evaluate/itpronet.asp?frame=true Please keep us apprised as this is of major interest to myself and others. -Martin - Original Message - From

Re: PMD

2003-02-04 Thread Martin
that reportFile has the 'F' cpaitalised. -Martin - Original Message - From: Stefano Mancarella [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 12:07 PM Subject: Re: PMD Ciramella, Edward wrote: Or should I downgrade? The project just plain looks out

Re: javac classpath issues

2003-02-04 Thread Martin
) since I dont know if I can depend on the classpath environment .. Regards Martin Gainty __ 801-560-0191 _GMT-7__ - Original Message - From: Freier, Rod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Using Ant With CVS

2003-02-03 Thread Martin
I would make sure the directories are created before CVS Task is invoked.. -Martin - Original Message - From: Herr Christian Wolfgang Hujer [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, February 03, 2003 12:24 PM Subject: Re: Using Ant With CVS

Re: PMD

2003-02-03 Thread Martin
\applicationServices\ServiceManager.class exists -shortening the directory structure in Windows FAT/32 implementations to C:\Base\classes\com\AVINAM~1\APPLIC~1?? I had PMD running fine at the last job I had and this is what I did to overcome these situations Keep us apprised, -Martin - Original

Re: Specific File Information In Manifest

2003-02-03 Thread Martin
you could try an antcall to a task which creates the manifest with all of the file attributes you desire and then run the jar task with the just created Manifest But that's painful and I would look for a way to tweak the manifest task to accomplish this functionality..provided the keepers of the

Re: Ant 1.5.1 on Windows ME

2003-02-02 Thread Martin
Conor- How about stripping off the Drive Letter from %SystemRoot% ??? -Martin - Original Message - From: Conor MacNeill [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, February 02, 2003 7:07 AM Subject: Re: Ant 1.5.1 on Windows ME DoNOTuseREPLY wrote: It may

Re: project management w/ ANT

2003-01-30 Thread Martin
or is the build.xml provided ? Lets get a dialog going here .. -Martin - Original Message - From: Ken Gentle [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 8:52 AM Subject: Re: project management w/ ANT The quickest solution might be to install Cygwin and use

Re: Multiple values in sql task with Ant

2003-01-30 Thread Martin
Exception(ES_NO_DB); } return ret; } /script Does this help? -Martin - Original Message - From: ALIA, David [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 11:59 AM Subject: Multiple values in sql task with Ant Hi. I've searched through archives but I wasn't

Re: Expand Ant to Undo Executed Targets

2003-01-29 Thread Martin
Install javadoc into Apache htmldocs Reboot Apache Create PMD Email Cactus/Junit, PMD results to relevant parties Could you tell us which situations which would require undo? Thank You, -Martin - Original Message - From: Dave Draper [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED

Re: NoClassDefFound trying to run ant [Solved]

2003-01-28 Thread Martin
to the directory you desire e.g. C:\Program Files C:\PROGRA~1 then in all your scripts substitute C:\Program Files with C:\PROGRA~1 Keep us apprised, -Martin - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 10

Re: jspc and EmptyStackException

2003-01-28 Thread Martin
Gino- The necessary TLDs must be in WEB-INF relative to the declared uriroot. Keep us apprised, -Martin - Original Message - From: Coccia, Gino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 11:39 AM Subject: jspc and EmptyStackException I've just started

Re: Determining if a build failed or not...

2003-01-28 Thread Martin
mail target will have something like this: target name=mailTarget if=Globalproperty Makes sense? -Martin - Original Message - From: Ciramella, Edward [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 12:10 AM Subject: Determining if a build failed

Re: Ant Quiz!

2003-01-27 Thread Martin
Engineers are petulant children who fail to understand business reality and sulk on a whim been there! -M - Original Message - From: Steve Loughran [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, January 27, 2003 8:53 PM Subject: Re: Ant Quiz! - Original

Re: Running processes with Ant

2003-01-26 Thread Martin
Yaron/Markus: I have found a Tomcat 4.0 Startup script which you run by executing command line option ant start.tomcat.40 (courtesy Cactus Users Group) Best Regards, !-- Start Tomcat 4.0

Question on javadoc

2003-01-18 Thread Martin Gainty
sourcepath??? Thank You, Martin Gainty Software Engineer Ingenix Inc. * formerly St. Anthony Publishing/Medicode 2525 Lake Park Boulevard * Salt Lake City UT 84120 Tel 1.800.765.6768 * (801) 982 3878 Fax (801) 982 3887 [EMAIL PROTECTED] * www.ingenixonline.com This e-mail, including attachments

Creating a property from path construct in another ant file?

2002-12-18 Thread Erlandsson Martin
: Is it possible to point the refid in the property tag to a path construct in another ant file? If so, please tell me how! Thanks in advance! /Martin Erlandsson -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Creating a property from path construct in another ant file?

2002-12-18 Thread Erlandsson Martin
Thanks! Just what I needed! /Martin -Original Message- From: David McTavish [mailto:[EMAIL PROTECTED]] Sent: den 18 december 2002 17:23 To: 'Ant Users List' Subject: RE: Creating a property from path construct in another ant file? The only way that I've seen re-usable paths using ref-id

Re: Tools for code Java code reporting

2002-12-11 Thread Karl-Martin Skontorp
/) - Checkstyle (http://checkstyle.sourceforge.net/) - Doxygen (http://www.stack.nl/~dimitri/doxygen/) Not sure what kind of reports you want... -- Karl-Martin Skontorp http://skontorp.net/ -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: jspc and webapp

2002-12-07 Thread Martin
This is the FIRST example of using args and jvmargs I have seen Can we PLEASE include this in the Ant Documentation? Thank You, -Martin - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, December 07, 2002 11:09 AM Subject: Re

Re: Ant Perversions [was RE: Properties are causing problem in 1.5]

2002-11-30 Thread Martin
have just given you 4 good reasons for using Ant.. Can any of the tools you have mentioned claim to have ALL 4 of the aforementioned benefits..I know that make cant send mail, cant create javadoc and cannot create testcases and run them so the answer to the question is I doubt it.. -Martin

Problems with exec

2002-11-21 Thread Martin
Environment? Many Thanks, Martin

Re: How to break up file-build.xml and execute them together as optional

2002-11-20 Thread Martin
I have noted that del with type=dir does not remove directories. Does Ant have an option which removes directories that is Kills the specified directory Kills All of the files under specified directory Kills all of the subdirectories located under specified directory. many Thanks, Martin

Implementation characteristics of ant-junit.jar vs junit.jar

2002-11-17 Thread Martin Gainty
of junit.jar for running junitreport? If so how do I obtain ant-junit.jar? Which tools does Ant provide to better understand this error? Thank You, Martin Gainty This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person

Re: RE: $ problem in ANT task...

2002-11-16 Thread Martin
if there is a compatibility problem between originating rt.jar and the x*.jars? Any help would be appreciated Thank You Martin - Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Friday, November 15, 2002 4:36 PM Subject: RE: RE: $ problem in ANT

Re: Setting classpath when invoking org.apache.tools.ant.Main.main()

2002-11-14 Thread Martin
I have a similar problem where I am unable to set the classpath for Junit Apparently Junit has its own Classloader and I havent found documentation to set classpath for Junit classloader. (Setting the System classpath has no effect) Help would be appreciated Thanks, Martin - Original Message

Re: Using available's property setting ability inside a condition, isit possible?

2002-11-10 Thread Martin
? Thank You, Martin - Original Message - From: Kendall Collett [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, November 09, 2002 6:58 PM Subject: Re: Using available's property setting ability inside a condition, isit possible? In the documentation for the nested

Path question

2002-10-03 Thread Stephenson, Martin
:\Development\Builds\1.0.0.0\ISComponents Is there some way I can search and replace the \ with a / in the property ? Thanks Martin Martin Stephenson Senior Java Engineer DAON Direct Tel No: +353 1 8181668 Daon Tel No: +353 1 6117660 Email: [EMAIL PROTECTED] Web

concat task does no up-to-date checking

2002-08-26 Thread Martin Monsorno
It seems the concat tast does not compare the timestamps of the source and destination files. This is bad, because the files are re-made in every build, and so the jars containing these files are re-made too, and so on. -- Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Problem with basedir

2002-08-19 Thread Stephenson, Martin
}\ReleaseLog.txt action=start / and reportLocation does exist Any ideas / help would be great !! Martin Stephenson Senior Java Engineer DAON Direct Tel No: +353 1 8181668 Daon Tel No: +353 1 6117660 Email: [EMAIL PROTECTED] Web:www.daon.com

Re: Moving a set of directories.

2002-08-13 Thread Martin Gainty
Keep us apprised, -Martin From: Joyce Li [EMAIL PROTECTED] Reply-To: Ant Users List [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Subject: Moving a set of directories. Date: Tue, 13 Aug 2002 16:50:07 -0400 MIME-Version: 1.0 Received: from nagoya.betaversion.org ([192.18.49.131]) by mc1-f28

Add file with complete path to zip-file

2002-07-17 Thread Martin Monsorno
, zipfilesets and so on, but didn't find a solution. Any hints? -- Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Style Task can't seem to find the xalan jar files

2002-07-08 Thread Martin van Dijken
. Martin van Dijken [EMAIL PROTECTED] Madocke Interactive Media A little excerpt from the output of running ant with -debug: FileSet: Setup file scanner in dir F:\Projects\documentation\DocPro\lib with patternSet{ includes: [**/*.jar] excludes: [] } Adding reference: libPath - F:\Projects

Re: Including files in build files

2002-07-08 Thread Martin Monsorno
, in the including buildfile. But I think this is a key feature in ant 2, isn't it? -- Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

processing files in fileset in defined order

2002-07-03 Thread Martin Monsorno
Is it possible to make a task working on a given fileset in a given order? What I have to do is processing some sql scripts in a defined order, but I want to spare specifying one sql-task per script. -- Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

XSLT: Could not create task of type: xslt.

2002-06-27 Thread Martin van Dijken
directory of your ant installation (ANT_HOME). I do however have optional.jar in the ANT_HOME/lib dir. Also I thought I'd declared xalan so that ant could find it. Can anyone tell me what I'm doing wrong here? Thanks in advance, Martin van Dijken [EMAIL PROTECTED] P.S. When I replace the xslt task

Re: XSLT: Could not create task of type: xslt.

2002-06-27 Thread Martin van Dijken
Diane Holt wrote: --- Martin van Dijken [EMAIL PROTECTED] wrote: P.S. When I replace the xslt task with the style task, which should do the exact same thing, ant simply skips this task and continues to the next in line Weird... That's says you're running a version of Ant 1.5(Beta

Re: Force ANT to re-compile all files

2002-06-20 Thread Martin Jericho
ANT to re-compile all files Content-Type: text/plain; charset=us-ascii --- Martin Jericho [EMAIL PROTECTED] wrote: Is this going to be implemented? There was some follow-up discussion that suggested it would probably not be a good idea, since the destination directory is included

line break in classpath-line in manifest

2002-04-30 Thread Martin Monsorno
xerce s.jar will work? If not, it would be good to make ant complain in this case. -- Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

if task

2002-04-30 Thread Martin Jericho
I have a very pragmatic solution to this problem. Include a reference to the contrib stuff in both the resources and FAQ sections of the ANT documentation. Someone has already mentioned that it is in the FAQ of the website, but I didn't check that because I had already checked the FAQ that came

if task

2002-04-29 Thread Martin Jericho
I have seen a reference to a task called if in the dev mailing list. It mentioned something called ant-contrib, which I found as a project on sourceforge, but it didn't seem to contain an if task. Does anyone know where I can get this extension? Why on earth isn't such basic functionality

Re: How do I indicate that a target is a main target?

2002-03-26 Thread Martin Monsorno
Christian Holmqvist, IT, Posten [EMAIL PROTECTED] writes: Hi! When ant -projecthelp is preformed there is three categories of targets. How do I indicate that a target is a main target and not a subtarget? just add a description attribute to the target-element. -- Martin

Using Javac from CYGWIN

2002-03-25 Thread Martin van Dijken
the environment variable JAVA_HOME to your jdk directory. Total time: 1 second Can anybody tell me what is wrong? Thanks in advance, Martin van Dijken [EMAIL PROTECTED] Madocke Interactive Media -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Forgot to mention

2002-03-25 Thread Martin van Dijken
Hi, I forgot to mention, if I run command.com and the run ant from there, everything is fine. This would indicate clearly there's a problem with ant under the CYGWIN-shell. grtz, Martin van Dijken -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

How to add my tasks to http://jakarta.apache.org/ant/external.html

2002-02-25 Thread Martin Gee
Hey folks, I'd like to add my tasks to http://jakarta.apache.org/ant/external.html but I can't find any instructions on how to do this (beyond joining email list). My extensions are http://www.icsynergy.com/downloads/iplanetAnt/antExtDocs.html Any help would be appreciated. Cheers, Martin

RE: How to add my tasks to http://jakarta.apache.org/ant/external.html

2002-02-25 Thread Martin Gee
Ahhh... Thanks Steve. Cheers, Martin -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 2:12 PM To: Ant Users List Subject: Re: How to add my tasks to http://jakarta.apache.org/ant/external.html Just like any other patch

Re: How to warn when jar-file in classpath does not exist?

2002-02-15 Thread Martin Monsorno
you always define two more targets: one that contains the available-task, and one that is called depending on the available-set-property that does the appropriate things. -- Martin Monsorno mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

How to warn when jar-file in classpath does not exist?

2002-02-14 Thread Martin Monsorno
over to the java compiler. Even with -v there is no error message printed. Is this the desired behaviour? Can I make ant print a warning message to the screen in case the file does not exist? Or must I check the file myself? -- Martin Monsorno mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail

Re: How to warn when jar-file in classpath does not exist?

2002-02-14 Thread Martin Monsorno
removes the file cliently from the path, so that even the warnings jikes would provide are lost. -- Martin Monsorno mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: W2000 SP1 Delete of directory fails

2002-02-11 Thread Martin van Wieringen
? Ask Bill! Yes, Bill what was it again? Trustworthy computing?. Greetings, Martin van Wieringen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: W2000 SP1 Delete of directory fails

2002-02-11 Thread Martin van Wieringen
from there. Until it locks that directory then I move to another one etc etc.. Which servicepack on windows 2000 are you running? 2. OK, so no hope on a servicepack fixing this. Greetings, Martin van Wieringen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: delete doesn't find files ending with ~

2002-02-11 Thread Martin Monsorno
the chapter Directory based Tasks of the ant manual for details.. -- Martin Monsorno mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: W2000 SP1 Delete of directory fails

2002-02-10 Thread Martin van Wieringen
Hi, From: Steve Holdener [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 5:48 PM To: Ant Users List Subject: Re: W2000 SP1 Delete of directory fails Martin van Wieringen wrote: When I have a build.xml file which creates the build directory, compiles the classes

W2000 SP1 Delete of directory fails

2002-02-06 Thread Martin van Wieringen
do not access the build directory in any Explorer the only place that it was accessed is when ant put the compiled .class files in there and after moving delete the build dir. Perhaps ant is going to fast for w2000. Did anybody have this problem before? Greetings, Martin van Wieringen

RE: W2000 SP1 Delete task does nothing

2002-01-21 Thread Martin van Wieringen
}/ delete dir=${dist}/ /target The build directory is not cleared from the class meaning the target name=clean does nothing. I am thinking more of a bug in Ant as it does not display any errormessage if the target name=clean failed. Developers any ideas? Greetings, Martin van Wieringen

W2000 SP1 Delete task does nothing

2002-01-18 Thread Martin van Wieringen
the files in it should fail. Any ideas? Greetings, Martin van Wieringen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Problem building Taglibs....

2001-12-06 Thread julien-martin
seems to lie with the Style task... Can anyone help? Julien Martin. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Ant beginner needs help

2001-12-04 Thread julien-martin
Hello, Ant is relatively new to me and I am simply trying to build a Taglib subset (dbtags) using Ant and the build.xml provided with the source code. In order to do that I open a DOS window, I changedir to the dbtags directory where build.xml is located and I run ant typing ant. I ALWAYS get

Download antidote

2001-11-20 Thread martin
Is there a link to download the source or binary for antidote? The only links that I can find require that I download file by file. Thanks, Martin.

Sharing path id across multiple build files. Is it possible?

2001-11-16 Thread Martin Saxer
/target In the child build file I added: target name=setclasspath ant antfile=build.xml dir=../parent target=setclasspath/ /target Unfortunately, classes.path can't be used as a refid like this. So...any other ideas I can try? Thanks, Martin -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Pattern set and ~

2001-10-18 Thread Daniel Martin
ALI,HANEEF (HP-Cupertino,ex1) [EMAIL PROTECTED] writes: Hi, Is there any problem with the following target. It doesn't seems to work for the files whose names end with ~. For other files it works. I tried escaping it with backslash but no luck Try adding the attribute

Re: Ant/Sybase: java.sql.SQLException: JZ00L: Login failed.

2001-10-01 Thread Terrence Martin
This seems to be the problem. Our custom ant task was leaving connections each time it was run. This eventualy exhasuted the available connections to Sybase. We did actually have a DBA change the setting, although changes to our custom task reduced the need for DB connections substantially.

Memory Usage in Taskdef

2001-10-01 Thread Terrence Martin
We are building some custom ant tasks to load data into our database via XML. The way we have set things up is that we have multiple data loads for each service. Sometimes we also run some SQL between each XML loads as well. For example in service 1 we run several loaders eg. service1 target

Re: Printable versions of the user manual available

2001-09-10 Thread Daniel Martin
Conor MacNeill [EMAIL PROTECTED] writes: Looks good. There is definitely a demand. I do like the result (although I wouldn't use up paper to actually print it). I think the best thing would be to put this on the Ant website. What do you think?. That's my goal, though first I want to iron out

Re: problem with cvs checkout dest=.

2001-09-10 Thread Daniel Martin
Nicolas Girard [EMAIL PROTECTED] writes: Hi, I'd like to have cvs work just like it does at the command line: prompt$ cvs checkout -d . my_module cvs checkout: Updating . U my_module/src U my_module/src/redame.txt this creates src in . But with the supposed equivalent

Printable versions of the user manual available

2001-09-07 Thread Daniel Martin
I got a bit frustrated not having a dead-tree version of the user manual around to look at while learning ant, so I rolled my own. As I've seen people ask here in the past for such a beast, I thought I'd share. It's at http://snowplow.org/martin/jakarta-ant-manual/. If there's demand, I'd

Ant 1.4 and Java weblogic.ejbc20 command problems

2001-09-06 Thread Martin, Jim
Hi all, I'm getting this error: ejbc: [java] error: cannot read: C:\dev\Message Broker System\ejbcgen\com\cendant \ejbs\LDAP\*.java [java] 1 error [java] Exec failed .. exiting [java] Java Result: 1 When trying to execute this task: target name=ejbc depends=jar_ejbs

RE: Can't get Ant to bootstrap

2001-08-07 Thread Martin Pruefer
Hi! Do you have tools.jar in your classpath when launching ant? Greets Martin -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Montag, 6. August 2001 17:36 To: [EMAIL PROTECTED] Subject: Can't get Ant to bootstrap I am running Sun's JDK 1.3.0_01

Solution: How to make ant running with cvs

2001-07-06 Thread Martin Schlömer
\gnu\WinCVS 1.1;%PATH% So, you don't need to move your cvs directory around. Martin. List: ant-user Subject: RE: Question: How to make ant running with cvs From: Viraj Purang [EMAIL PROTECTED] Date: 2001-06-19 20:22:35 [Download message RAW] Hi, I changed the directory that I

If-statements in ant

2001-07-03 Thread Martin Gerlach
-- ___ Martin GerlachDistributed Systems phone: +49 (0)221 250-1046mailto:[EMAIL PROTECTED] fax: +49 (0)221 250-1588http://www.planb-media.de plan_b media ag Coloneum Butzweilerstr. 255

Can I get a fileset from depend?

2001-06-25 Thread Jacob Martin
All: I'm trying to jar only the files that are referenced by a certain class. I know there has to be some combination of depends and fileset that will do this, but I can't figure it out. Anyone know how to do this? Much appreciated, Jacob Martin

Re: Can I get a fileset from depend?

2001-06-25 Thread Jacob Martin
for references. Probably a better way though. Is this what you wanted from me? Jake Conor -Original Message- From: martin [mailto:martin]On Behalf Of Jacob Martin Sent: Tuesday, 26 June 2001 1:47 PM To: Ant User List Subject: Can I get a fileset from depend? All: I'm

Are Filesets auto-refreshed?

2001-05-30 Thread Jacob Martin
Greetings: path id=build.class.path fileset dir=lib include name=**/*.jar/ /fileset /path And then execute a jar task that generates a jar in the lib directory, will future tasks have this jar in their classpath? Thanks for any input, Jake

Re: [ANN] Collecting requirements for Ant2

2001-03-15 Thread Martin Monsorno
I subscribed to mailing list just a few days ago, so I fear I missed the start of this thread. Can someone tell me where to find the wishlist? -- Martin Monsorno mailto:[EMAIL PROTECTED]

how to print out paths

2001-03-15 Thread Martin Monsorno
nested path elements. As I think, the most convenient way to achieve this would be if you can access a path as a property value, such that path id="a.path" ... /path ... echo message="${a.path} / would print the whole path. Does somebody know how to achieve this? -- Martin

Re: Problems with CLASSPATH

2001-03-14 Thread Martin Monsorno
set /path target name="compile" rmic base="${deploy.home}/servletclasses" includes="**/*Impl.class" classpath refid="project.class.path" / /rmic /target /project Thanks for any and all help! -Larry -- Martin Monsorno mailto:[EMAIL PROTECTED]

Re: Build.xml HUGE !!!

2001-02-28 Thread Martin Cooper
You could break it into multiple files and then combine them using XML syntax. See this item in the FAQ: http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQuestionAnswer /action/SetAll/project_id/2/faq_id/16/topic_id/196/question_id/752 -- Martin Cooper Tumbleweed Communications

junitreport styledir parameter doesn't get index.html or stylesheet.css

2001-02-21 Thread Martin Andrews
Title: junitreport styledir parameter doesn't get index.html or stylesheet.css Hi all, If I use the junitreport task without the styledir parameter, my report directory gets a copy of the index.html files and the stylesheet.css file from the optional.jar. If I do use the styledir

RE: Regarding Junit Program

2001-02-21 Thread Martin Andrews
February 2001 3:37 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Regarding Junit Program Importance: High Hi martin , I need help from u very urgently .I have downloaded the optional.jar I know how to write the junit code. Snippet code

  1   2   >