antcall and immutable properties ... Normal ?Hi everyone I am using Ant 1.5. I need a functionality to start a task (via antcall) only if a variable condition is true. This task should be called multiple times and that is the problem because tpre-compile jsp before building EAR for WebsphereHello I 'm using WSAD 5.1 with Ant and I would like to pre-compile my JSPs before building my EAR (to deploy on WAS 5.0.2) I 'm looking for an example. Thank 's for advance. Laurent. ------------ANT with CVSIn the past I did a build file that get the complete project in Microsoft SourceSafe. Now I work with CVS... When I worked with SourceSafe my build was a task <vssget > I don 't know if with CVS theAW: SourceOffSiteThere is an <attrib > task in ant1.6. Cheers Antoine -----Urspr?ngliche Nachricht----- Von gglefoncede gglefoncede [mailto gglefoncede@(protected)] Gesendet Montag 8. Dezember 2003 11 58 An user@SourceOffSiteHello I use the SourceOffSIte task to get all the files of a project and my problem is that all the files I get are read only. Is there an option for the sosget task to have read and write files. ISuggestion for behavior change of <jar > (duplicate attribute ) WAS: Very oddOn Sat 6 Dec 2003 Antoine L?vy-Lambert <antoine@(protected) > wrote > I agree with you that the default should to be changed to > "preserve " so that only users who know what they are doing wouldinstall failedHey all i 'm following the tuto given under Tomcat/4.1.24 and after a successfull compile of my first servlet (somehow an helloworld one) when i 've tried %ant install i get the followinghow to modify ejb-jar manifest fileDear All Anyone can tell me how to modify manifest file in ejb-jar file by using <ejbjar... > </ejbjar >Any ready made build tools and how good are they?Hi Any ready made build tools around and how good are they? Thanks BarryAW: Suggestion for behavior change of <jar > (duplicate attribute ) WAS: Very oddHi Daniel thanks for reporting this problem. I agree with you that the default should to be changed to "preserve " so that only users who know what they are doing would be using the "add " option. LStarting JBoss from Ant without blockingHi all Currently I 'm using a build.xml file to start JBoss from Ant. The build.xml looks like .... <exec executable "cmd.exe " spawn "true " dir "${jboss.home}/bin " > <argQuestion about junit reportI looked at http //ant.apache.org/manual/OptionalTasks/junitreport.html Where can I find information about changing the xml this task creates? I want to customize the generated reports. Thanks. -Suggestion for behavior change of <jar > WAS: Very odd issue with jar taskI finally figured this out... The problem was happening because I had a jar file with duplicate class files in it. It turns out that javac will puke when it tries to load a class from a jar file t'compiler ' and 'fork ' ignores each otherThe document for <javac > states "The fork attribute overrides the build.compiler property or compiler attribute setting and expects a JDK1.1 or higher to be set in JAVA_HOME. " But when I run <javacAW: Split files using AntHi Kavitha do I understand that you want to split one xml file into several ? You might want to write xsl stylesheets to do that and do the splitting by using the <style/ > task of ant. <style/ > iVery odd issue with jar taskI have a very frustrating problem that I hope someone may be able to shed a bit of light on.... Sorry for the lengthy post but I wanted to get all the details out here. I am building a jar file whSplit files using AntHello I am using Jbuilder for developing EJB . The deployment descriptor files like the ejb-jar.xml jboss.xml are all grouped into a single file as ejbgrpx by Jbuilder. In my build process I cheAW: FileSet within FileSetwhat you are describing sounds OK from an ant point of view. Which version of ant are you using ? Cheers Antoine -----Urspr?ngliche Nachricht----- Von Thomas Lionel SMETS [mailto tsmets@(protected)Problem with NoClassDefFoundErrorHi all I am using the ant distributed through JWSDP. I have looked around for answers for the following error but couldnt find any. After i type ant i get this error Exception in thread "main " jFileSet within FileSetIn my build I have Patternsets from which I build Filesets like here below <!-- Libraries -- > <patternset id "pattern.lib.files " > <include name "*.jar " / > <include name "*.war deploy problem*my version of TOMCAT 4.1.26 and ANT 4.1.1* *my build.xml * <target name "compile " etc..... > etc..... <jar jarfile "${cms.home}/myapps.war " > <fileset dir "${cms.distdeploy} " includAW: How to determine if files in a fileset are up to date?> You (I think) need to change this to > > <uptodate property "preprocessNotRequired " > > <srcfiles dir "${src} " includes "**/*.oj "/ > > <mapper type "glob " from "*.oj " to "${build}/*How to determine if files in a fileset are up to date?Hi I have a java preprocesser and want to check if has already done it 's work. The preprocessor source files are stored in my source code folder. The result is written to another directory which seVPP 2.0.0 just releasedVPP the Velocity Preprocessor has just released version 2.0.0. VPP provides general file preprocessing support based on the Velocity Template Engine and Ant. The core funtionality is provided as aQuestions about Passing values...All How can I initial and pass a values... 1. Thoughout the same build.xml. 2. Multiple build.xml. (subdirectories) Thanks Barryunable to extract war contents usin unwar taskHi I want to use <unwar > task in my build file so that after extracting contents of standard war file I will do some changes into that web-app. But If I use <unwar > command it throws error and cExternal task submissionHi I 'd like to submit a new external task. The patch for xdocs/external.xml is in attachment. The task is still in development but already usable. Thanks in advance -- Gilles QUERRET http //ant 1.6beta3 releasedHi Ant developers and users I have the pleasure to say that ant1.6beta3 is available for download from http //cvs.apache.org/dist/ant/v1.6beta3 We hope to be able to make the final release beforant query task attributeshello everyone is there a way to query attributes (and possibly default values) for any given ant task say javac. thanks in advance IPWSDL validator Ant TaskI 'm posting this message about the WSDL validation Ant Task to get some feedback on the task and to get the task added to the list of external tools and tasks. The Web Service Validation Tools pr
|