Top Level Project ANT

2006-01-09 Thread KrustyDerClown
Hello, i write some lines about ANT for a homework ... and i read that ANT (unlike to Maven) is a TOP LEVEL Project. But i cant see (read) the difference between a Top Level Project and a "normal" Project inside the Apache Software Foundation. Can anyone help me? Greets Krusty

Problem with mkdir

2005-08-24 Thread KrustyDerClown
Hello, i get the following error: Creation was not successful for an unknown reason. The ANT task get this error after execute the following lines: Need ANT a waiting time between this 2 commands ? Is that possible ? When the log.dir doesnt exist it works fine. Greets Oliver

cvs task with cvs log command

2005-08-05 Thread KrustyDerClown
Hello, i have a problem with the task in ANT. Here my cvs target: command="log -d "2005-08-01<2005-08-03" C:/wsad/workspace/deployment_utilities > c:\\new_test.log" failonerror="yes" > But i get this error: [cvs] cvs log: cannot open CVS/Entries for reading: No such file or directory [c

Pass Argument to CVS Command

2005-08-03 Thread KrustyDerClown
Hello, how can i pass the argument "-d 2005-10-10<2005-12-12" to the cvs command "log" ? failonerror="yes" > The problem is the "<" symbol. Is that possible that i use this symbol in the argument line ? And another question: Can i use the cvs command "rlog" also in ANT ? When i start

Re: Calling ANT from a Servlet

2005-07-30 Thread KrustyDerClown
Sent: Wednesday, July 27, 2005 7:20 PM Subject: RE: Calling ANT from a Servlet Yes, it's possible, and not particularly difficult. This article is a good place to start. http://www.onjava.com/pub/a/onjava/2002/07/24/antauto.html?page=1 Andy Hardacker -Original Message- From: Krus

Count copied files

2005-07-30 Thread KrustyDerClown
Hello, i have the following copy task: Can i count the files which are copied and write this number to a property ? Thank you for answers. Greets Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: XSLT - Many Input One Output

2005-07-29 Thread KrustyDerClown
ROTECTED]> To: "Ant Users List" ; "KrustyDerClown" <[EMAIL PROTECTED]> Sent: Friday, July 29, 2005 3:41 PM Subject: Re: XSLT - Many Input One Output Hello, You might want to have a look at xmltask [1]. Regards, Patrick [1] http://www.oopsconsultancy.com/software/xm

XSLT - Many Input One Output

2005-07-29 Thread KrustyDerClown
Hello, i use the task for a XSLT transformation. I have multiple sources (XML files) and want only one output file (one HTML file). The number of the XML input files for the transformation is various in any cycle, but this is not a problem with using the includes attribute from the task. The

Calling ANT from a Servlet

2005-07-27 Thread KrustyDerClown
Hello, situation: I want use ANT from a Java WebApplication. I have a ANT build file with some targets and tasks. (cvs task, cvschangelog task, xslt task) und want run this build file within a servlet, because the user can give 2 dates from a JSP as input for the cvschangelog task. Is this pos

Re: Search Task in ANT

2005-07-27 Thread KrustyDerClown
Task in ANT ? Jan -Ursprüngliche Nachricht- Von: KrustyDerClown [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 27. Juli 2005 13:53 An: user@ant.apache.org Betreff: Search Task in ANT Hello, i search an ANT Task for search in a file and write (if the search find a spezial term) a noti

Search Task in ANT

2005-07-27 Thread KrustyDerClown
Hello, i search an ANT Task for search in a file and write (if the search find a spezial term) a notice in a file. Provide ANT for this work any simple task or must i use the replace task ? Thank you for your support. Greets Oliver

Build ANT 1.7alpha from CVS

2005-07-20 Thread KrustyDerClown
Hello, i run in a problem, when i try to build ANT from CVS this night. I make a complete checkout and the start the build with: build install-lite No problems until then. The problem is that are many JAR's like ant-commons-net.jar with a size of 1KB. Thats not really ok i think. Can i do an

CVS Changelog

2005-07-12 Thread KrustyDerClown
Hello, i have a short questions to the task in ANT. I create changelogs of some packages ... can i store this changelogs in 1 !!! XML file ? Here my task ... The problem is that the task overwrite the changelog.xml for every package. :( Can anybody help ? Greets Michael

CVS Tag with ANT or CruiseControl

2005-07-11 Thread KrustyDerClown
Hello, i have this little ANT target:

Re: Fileset in Copy Task

2005-07-11 Thread KrustyDerClown
: Re: Fileset in Copy Task KrustyDerClown wrote: Hello, i have a little problem with my copy task in ANT. I have the following target: So ... thats works ... BUT ... the task copied the WEB-INF dir from C:/workspace also to C:/temp. I am really confused why

Fileset in Copy Task

2005-07-11 Thread KrustyDerClown
Hello, i have a little problem with my copy task in ANT. I have the following target: So ... thats works ... BUT ... the task copied the WEB-INF dir from C:/workspace also to C:/temp. I am really confused why .. :) All other dir's in C:/workspace like "l