Mailing List
Home
Cocoon - MVC web framework based on XML/XSL
Ant - A Java building tool
Maven - Project building tool
Axis - Java SOAP implementation
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Lucene - Full-featured text search engine APIs
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database, Microsoft SQL server ...
MySQL - an open source database
Red Hat Linux Installation and Config discussions ...
Click here to subscribe to Jakatar mailing list
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Servlet File Download dialog problem (IE6,Adobe 6 0)
Proposal: Adding jar manifest classpath in jar and war plugins
Unsupported major minor version 48 0 problem while running the an
   telope task
java security AccessControlException: access denied (java io FilePermission
axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
jsp data into Excel
Classpath problem
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Running junit tests fails
XDoclet, Struts and Maven: Where to start? SOLUTION
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
AXIS: tomcat timeout ?
 
Ant
Page 40 of 102 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  
Post Topic:

Can I append classpath variable through multiple targets?

Hi all Can I append classpath variable through multiple targets? Please check the following codes... <target name "classpath-general " > <echo message "classpath-general in here! "/ >

Ant 1.6 beta3 fails on windows xp pro

I am running ant 1.6 beta 3 on windows xp pro with sp1. I get this error when I run 'ant -version ' java.lang.InstantiationException org.apache.tools.ant.Main at java.lang.Class.newInst

multiple selection of classpath??

All 1. How can I select multiple classpath? I would like to be able NOT to define CATALINA_HOME for tomcat if not compiling things for tomcat and just use J2EE... 2. Can I define the foll

How can I select different classpath for building different apps?

All In one single build.xml how can I select different set of classpaths? for Tomcat and for other apps? I try to do the followings <target name "tomcat " if "system.CATALINA_HOME " >

select properties file

I have two different properties files which I use when I build on windows and unix machines. How do I tell ant to use the appropriate file depending on the os.name? Any help is appreciated.

Running Ant from a web page

Hi Can anyone suggest ways of running an Ant target from a webpage ideally being able to send data back as part of an HTML page as well (perhaps using the echo task)? Cheers Dave. --

Question about validating environment variables and assigning parameters

All I am trying to do this <property name "javaBase " value "${system.JAVA_HOME} "/ > <target name "barry " if "javaBase " > <echo message "TEST JAVA_HOME is ${javaBase}. "/ > </targ

problems with logging (message priority level)

Hi we wrote our own xsl stylesheet for parsing ant log infos. With the message priorities (debug info warn error) we want to decide whether our build run is complete failed etc. We use ant

Unsupported major.minor version 48.0 problem while running the an telope tas

On Sat 13 Dec 2003 Dirk Weigenand <Dirk.Weigenand@(protected) > wrote > Use 1.4 JRE/JDK and the error will go away. Alternatively recompile the tasks using JDK 1.3. Stefan ------------

validate paths and environment valuables?

All How can I validate environment valuables in ant build.xml? For example how can i make the following condition? If $JAVA_HOME exists then assign property name XXX to value of $JAVA_HOME?

Re: Unsupported major.minor version 48.0 problem while running the
an telope t

Hi Nagarajan Murugesan <NMURUGESAN@(protected) > writes > Hi All > > I am having a problem with Antelope task. > <snip/ > > > while running the script error given as > > sqlrun

task description attribute

I must have the wrong idea about the description attr. - I had a task <target name "init " depends "common-init " description "sets up appserver properties & classpath " > and I want to c

pattern replacement in a property value!!!

Hi All I have a question on ANT properties. Is there any task/way in which we can replace a particular pattern (string) in a property value. For Example I defined a property name "m

Unsupported major.minor version 48.0 problem while running the an
   telope task-

Hi All I am having a problem with Antelope task. This is my ant script <project name "Installation " default "sqlrun " > <target name "sqlrun " > <taskdef name "var " classname "ise.antelo

DTD for build.xml

Is there a DTD for the build.xml? I need it to verify and do nice indentation in Emacs. Thanks for advance. -- It 's not the valleys in life I dread so much as the dips. -- Garfield

I am having a problem doing an ftp task

Hi all I had all this working under redhat and windows but I just moved to gentoo and I cannot get this to work anymore. I have the same build file that does an ftp task... It used to work

ANN: JWare/AntXtras v0.3 Released.

ANNOUNCEMENT Version 0.3 final of JWare/AntXtras is now available. The User Guide is final in this release. Download from http //www.antxtras.info/download.html. Release notes at

disabling targets dynamically

Is there a way to disable a target at runtime based on certain value from a property For example If I have - target 1 target 2 target 3 all of the are available when I run ant on HostA where

Capture / store compiled source files

Hi all I was wondering if there 's a way to capture which files have been recently compiled (and by recently I mean the last compilation). I want to capture them in order to upload (ftp) the cla

Getting name of 'target '

How do I find out the name of the current target that is being executed? Example <target name "build " > <echo > I am in ${xxxxx} </echo > </target > Thanks --DP

JSP precompile

Hello I am trying to precompile JSP pages which contain struts taglibs. I get the following error [jasperc] error org.apache.jasper.JasperException Error compiling /AddItem.jsp [jasp

Simple XDoclet exmple?

Hey all I 've written a new Task for my local Ant builds and want to generate the Help files like you see in the Ant manual. From what I 've read the stuff in proposal/xdocs is setup to do this f

ANT arithmetic operation task ?

Hi All Is there any ANT task for simple arithmetic operations like addtion substraction...and so. Thanks Nagarajan

Scope of the ANT property!!!

Hi All What is the scope of the property value in a build file. I want to change the property value in between the build process. For Example project name "Installation " default "run " >

ant and jtidy

Hello i 've to tranform html files into xml files does anybody know how i could use jtidy with ant to do this? thanks for your answers

A new twist on "Problem with the replaceregexp task!!! "

I 'm attempting to reverse this process and replace a character with a new line. <replaceregexp file "./testfile.txt " match " " replace "\r\n " flags "g " / > Does not give me the desired result. In

trouble with telnet task going to a windows box

I am using ant 1.5 and using the telnet task to issue commands on several remote boxes. The only trouble is one of the boxes I have to issue commands on is win2000. The current telnet server on th

Help Need from Ant users - ANT1.6 much more slower than 1.5

Ant 1.6 is going to be released shortly. One issue is that people have reported that in some cases ant 1.6 is slower that ant 1.5. Using antcall and import. Also in some cases more memory is u

Re: How to a act based on property value, _not_ if set [was:
ANT copy on cond

You can use the "domatch " tasks from the http //www.antxtras.info/ package. For instance <do the tasks that set "theproperty ".../ > <domatch haltifnomatch "yes|no " property "

AW: Problem with the replaceregexp task!!!

Hi Nagarajan <replaceregexp file "C /runant.txt " match "\r\n " replace " " flags "g " / > Will be better Cheers Antoine -----Urspr�ngliche Nachricht----- Von Nagarajan Murugesan [mailto
Page 40 of 102 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10