|
|
|
Hi
Is anyone aware of a workaround to place a custom Manifest in an ejbjar generated by Ant? The <jar/ > and <war/ > tasks both support the nested <manifest/ > parameter but the <ejbjar/ > task does no
Any idea why I get this message?
knorad could you stop these from coming in?
Michael Medwith
Flagstar Bank
Wholesale Web Development Team
----- Forwarded by Michael Medwith/Flagstar_notes on 02/10/Hello All
When performing a build is there any "best practice " ways of switching
between environments (Meaning changing your environmental information from
development to test or test to productionAttached is the loadplsql task that I created by modifying the sql task. I
entered this in bugzilla as an enhancement request (Bug# 16945). If you
think this is worthy please go vote for it. Thanks
Once its in your classpath use the following line
<taskdef name "PLSQL " classname
"org.apache.tools.ant.taskdefs.optional.PLSQLLoad "/ >
then the tag <PLSQL > </PLSQL > will do the dirty work (worksThanks for your help I 've located the code from the archives for
PLSQLLoad.java. Once I get the source compiled and the class file
accessible within my class path how do I use the task? I noticMichael Medwith
Flagstar Bank
Wholesale Web Development Team
----- Forwarded by Michael Medwith/Flagstar_notes on 02/10/2003 02 33 PM
-----
|---------+
I 've tried the other two suggestions creating the package
specification/header with it 's own sql task and creating the package body
with it 's own sql task. I also tried the suggestion of loading tAll
Is it possible for Ant to compile all *.java in the ${src.dir} and place the
*.classes in the ${build.dir.classes} but save the directory path? For
example
${src.dir} would contain the foll
Hello
When I try to run keytool via an ant executable target it complains about
arguments saying that they are invalid when they are not. If I run the
command outside of ant it works fine. Has
----- This message is for the named person 's use only. It may contain
confidential proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmi-----BEGIN PGP SIGNED MESSAGE-----
Hash SHA1
As most of you will have noticed by now Ant has become a top-level
Apache project and its new home is <http //ant.apache.org/ >.
With this several otheThere is any task that wait any time before that execute other tasks.
I need execute a task e after of 3 minutes execute other task. How can I
do it ?
Martin
I need see the result of de commands using tasl "telnet ". I Know how copy
the files to other systems using task "telnet " but I dont Know how get the
result of commands.
I would like getYepp looks like the same problem here Junit task fails with
java.lang.LinkageError loader constraints violated when linking org/xml/sax/XMLReader class
when trying to use Junit from Ant to testI am receiving the following error during an FTP task
error during FTP transfer java.net.SocketException Connection reset by
peer J
VM_recv in socket input stream read
error during FTP transfer
Hi all
I have the following problem.
I am starting an ant (1.5) exec command in a Java Thread (JDK1.3.1) through the
Main.start ant java method. (it runs a script on Win 2000 or a shell
on UNIXI tried to run the javac task when my javadir was a softlink made in
cygwin and it didn 't work.
Ant started which it didn 't when I tried having the javadir as a
windows shortcut but javac didn 't I build my zip-file from filesystem entries. To make it simple I want all files in the zip to look like
program-version/build.xml
program-version/src
program-version/src/de
program-version/test
I have never worked with telnet. But can you pipe the output of the remote
commands
into a file transfer that file back to your computer und read it?
Jan Mat?rne
-----Urspr?ngliche Nachricht-----
Thanks for the help on the build.properties question. Now I 've got a bit
further I 've come across another problem. I 've seen quite a few posts
in the archives mentioning this problem and I am tryi
Hello
I 'm playing with ANT1.5.1 's EjbJar task with nested Websphere
elements.
The current problem is that deploytool can 't find all the dependendant
classes when compiling EJB
Yes.
If you want to have such a "default " behaviour you can
1. write these statements in a XML fragment and include it in your
buildfiles via
XML includes
<!-- where is the file? -- >
<!DOCTYPE For a similar question I wrote a sample
<project name "myProject " basedir ". " default "foo " >
<property name "myprop " value "foo " / >
<target name "foo " >
<!-- Using Javascript functioHi
I am trying to migrate from Ant1.4.1 to Ant1.5.1 and am encountering a
strange behavior in the ejbjar task. The output of the EJBJAR task in
Ant1.5.1 is generating a very different content comparI 'm using redhat 8.0 with ant 1.5.1 already installed. I am new to ant.
I am building a jjtree based parser which I have been building
"by hand " up to this point. I now want to use ant for this purposANT doesnt seem to be finding the jar files for xdoclet. they have
been included in a classpath ref. the task defs were taken directly
from the samples dir of the download.
any thoughts?
using thAt 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 alreadOK I 'll try again with a different subject line.
Hi all
We 're using Ant 1.5 and are trying to use both the replaceregexp task and
the regexp Mapper (during a Copy) but it seems that classloading
| |