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 34 of 102 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  
Post Topic:

Ant can 't find JUnit

Ok I 've been trying to debug the following problem for about 3 hours Here is the error message I am getting (this is with Websphere on W2k) !! no source information available !! [ja

JUnit problem with ANT 1.6

This problem is similar to John Hohlen (1/6/2004) "Can 't Run JUnits With ANT 1.6 " I check Antoine 's reply however no luck. Here are my findings I am in the process of migrating build scrip

java.lang.InstantiationException: org.apache.tools.ant.Main

Hi After intalling ANT1.6.0 i was able to execute build file with ftp & mail tasks but now suddenly even " ant -version " at cmd prompt gives C \ >ant -version java.lang.In

filtersfile

I 'm using <filter > task loading tokens via "filtersfile " attribute and later in the project doing <copy filtering "true " > operations.. 2 questions - is it possible to print tokens (such as <echo

Invoking a target for multiple build-files?

Hi I have a project directory containing several independent modules. Each module has its own build-file but all build-files contain the same targets. Now I want to create an additional build-f

scp task gives ArrayIndexOutOfBoundsException

Hi I get the following stack trace when using the scp task to send a single file to a remote host. Has anyone had this problem before? I don 't know if I 'm doing something wrong or if this should b

Ant 1.6.0: <presetdef > for defining data type?

Hello Can I use <presetdef > task to pre-set data type like <fileset >? It seems that it can be used for defining "my <fileset > " but it cannot be used for using "my <fileset > ". What I tried to do

sshexec with NETBeans

Hi I 'm Andi new in sshexec using NetBeans. I try to download the zip file from http //www.jcraft.com/jsch/index.html run (get class file) and jar them as jsch.jar then put it on <Netbeans

Build ANT 1.7alpha fails

Is there some new syntax? I 've been changing the "@ " to a "$ " to build but I don 't get how build.xml could be wrong. BUILD FAILED /usr/local/src/apache/apache_src/ant/build.xml 825 Reference nee

scp task truncating names with spaces

Howdy Please forgive me if this has already been reported I searched bugzilla and this list but did not find anything. I found that when using the scp task with the file attribute containin

Creating drone files...

Hmmmph haven 't posted in a while but I think I may have a stumper here... I have a list of files that I would like to create duplicates of in another directory. I want to truncate them but keep

FTP Task - missing class

I 'm trying to use the FTP task but I keep getting the " Ant could not find the task or a class this task relies upon. " Message. I put " commons-net-1.1.0.jar " in the classpath... to no avail.

Ant 1.6 and -keep-going

I have been playing around with Ant 1.6 and the -keep-going option. It does not work as I would expect and I wanted to find out if I am misinterpreting this new functionality. My test buildfile

<tstamp > task error

Hi all This must be such a simple error but it seems I can 't find the way to fix it. I am trying to set the format for <tstamp > task. I just copied from the manual the next snippet of code

Invoking ant from a cgi script

I 'm invoking an ant script from a perl script deployed on Tomcat. The ant script has a "chmod " task and it fails while executing this task. If this task is commented everything works fine. Is this

Re: How can I have build output go to a log and also to the scree
n?

Kichline Don (EM PTL) wrote > <record name "build.log " loglevel "verbose "/ > in any target. > ant1.6 supports tasks outside a target so you can put the line above at the very beginning of your

Parameter passed to target (take2)

> -----Original Message----- > From Aleksander Rozman > Sent Monday January 05 2004 1 27 PM > To 'user@(protected) ' > Subject Parameter passed to target > > > Hi ! > > I a

Zip Task (1.5.4)

All Does anyone know how to make the ZIP task delete the file after it 's zipped into the destination file? My code... <zip destfile "${local.copy.dir}\${backup.dateTime}\APP_Backup_${backu

SSHExec : Remote Environment variables

I am trying to perform a backup of our Oracle database using the ANT task SSHExec. If I login with SSH using PUTTY to the oracle user and execute the EXP command it works perfectly but it I exe

RE: How can I have build output go to a log and also to the scree
   n?

<record name "build.log " loglevel "verbose "/ > in any target. -----Original Message----- From Carter Scott [mailto Scott.Carter@(protected)] Sent Saturday January 10 2004 9 56 AM To ANT Users

xslt task - multiple files output - question

Hi I searched the archive and found some posts relating approximately to my problem but not entirely and without solution. I have one input XML file and want to use Xalan 's redirect exte

user.dir problem with dll through junit

Hi All When running junit via ant I set the user dir using <sysproperty key "user.dir " value "${testrun} "/ > in the junit task (see full task below). My java code loads a *.dll libr

using <presetdef > for defining data type?

Hello Can I use <presetdef > task to pre-set data type like <fileset >? It seems that it can be used for defining "my <fileset > " but it cannot be used for using "my <fileset > ". What I tried to do

<whichresource > DIFF attached, Should Solve It

koji_sekiguchi@(protected) wrote > Can you look for the above properties file from ant.jar > by using <whichresource > task? > It seems same bug for me.. > I think "adding leading slash " is ant

Own fileset in zip task.

I am writting my own fileset (called ModuleFileSet) and wanted to use it inside the zip task but I get this error The <zip > type doesn 't support the nested "modulefileset " element. Is this

<whichresource > More on the Resource case

koji_sekiguchi@(protected) wrote > Thank you for your quick action. Well I 'm not an Ant committer. I just tried what you said found you were correct and offered a change to the Ant communi

<whichresource > Diff + Testcase

koji_sekiguchi@(protected) wrote > How do you write build.xml to get the URL for > org.apache.tools.ant.Main.class? Does it actually work? Here 's a testcase which proves Mr. Sekiguchi 's point

<whichresource > (Diff included, committers!)

koji_sekiguchi@(protected) wrote > How do you write build.xml to get the URL for > org.apache.tools.ant.Main.class? Does it actually work? You 're right! This diff seems to fix the bug Ind

Ant 1.6.0 Long Filename support

W2K Ant 1.6.0 I recently upgraded the version of Tomcat and so I also changed my install directory from the root to Program Files. I also took the liberty of upgrading Ant from 1.5.x to 1.6.

<whichresource >

Hello I try to use <whichresource > task. To get a url for an ant class I run the following code <whichresource class "org.apache.tools.ant.Main " property "which "/ > On the screen it s
Page 34 of 102 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10