|
|
|
When I add in the target test
<classpath >
<pathelement location "c /bea/weblogic.jar "/ >
</classpath >
I had this stack trace
[junit] java.lang.NoSuchMethodError
[junit] at
Hi All
I would like to keep a string who is include between 2 strings.
ex hello world. I want to keep "llo wor "
How can I do that?
Thanks
Sam
Hi All
I would like to keep a string who is include between 2 strings.
ex hello world.
How can I do that?
Sam
Hi
I 'm trying to setup a java system property in my ant build file so I can
debug some SSL handshaking while running a test. At the command line you
would normally use "java -Djavax.net.debug all MyAHi
I was dabbling with jni and found it inconvenient that the <javah > task
doesn 't have a filelist with which native .class files can be specified.
It either takes a class attribute with all the cSorry if this is basic but I can not get the if to work. My cmd line looks
like this
ant -verbose -Denvnt "Integration " -Dcopy_int "INT " -Dst_time "9 am CT " > >
backup_Test_debug.log 2 >&1
Also tried
I send email using the mail task at the end of the build but each night
the log has the following entry
[mail] Failed to initialise MIME mail
The email goes through any ideas as to why thisHi
How can I define a list of jar files that will be used in multiple
projects
The list of jar files is made up of...
1) My own utilities -- myXmlUtils.jar and
2) a few open-source jars --
Hello everyone
I am having some problems building antidote. I succesfully got the source
from cvs placed the jaxp.jar and parser.jar file in the jre/lib/ext
directory for my jdk installation hi all
I had created zip through ant in Linux but when i try to open that zip file in windows98 2000 it doesnt give any error but show 0 files but when you see properties of this zip file iHello I wanted to have a failure / success mail after each nightly build. So I included following lines in my build.bat file set JAVA_HOME C \j2sdk1.4.1_02
set ANT_HOME ..\tools\ant
../tools/ant/binthanks
Hi
My Problem is that I want to compile one big project ( >2000 classes) using ant but there are always parts of the projects wich have errors (this can be up to 1000 errors in different classes) buHi all
I wonder why the the javac task does not support the nested
<jvmarg >.
The reason is I need it for garbage collection tuning and pass some
-XX MaxPermSize 150m parameters.
It is not really n
hello
i 'm trying to upload files to a directory.
that directory may or may not be present.
how can i handle this ?
thx!
Try using "nohup java foo.bar > output.txt & " in the shell script instead.
Without the redirection to output.txt the output is redirected to
"nohup.out ".
/Daniel Grenner.
-----Original Message-----
Hi all
Is there any way to get properties without knowing their full name?
For example if I have an unknown number of properties in my build.properties
file similar to
dir.branch.web
dir.branch.Hi
[SYNOPSIS]
/src/ejb-java
/src/webapplication
/dist/ejb-java
/dist/webapplication
need to compile sources in /src/webapplication into
/dist/webapplication with only classes from
webapplication tr[Removed the intempestive "pastes " at the beginning of my previous email sorry]
Hello
The two behaviours described below look to me as bugs. Could someone confirm before I log this into bugzilla?
rmic-rjmx
[rmic] javax/management/remote/rmi/RMIMBeanServerConnectionImpl.class omitted as javax/management/remote/rmi/RMIMBeanServerConnectionImpl_Stub.class is up to date.
[rmic] javax/Hi
I 'm having trouble getting the antRunAsync workaround to work exactly the way I want.
I use antRunAsync to run a shell script called oc4j.sh. The shell script is started asynchronously which iI need to copy a file from one directory to another but I only want it to
happen if the destination file does not already exist. Currently Ant will
do the copy if the destination doesn 't exist or Hi all!
How do I use the tentative exec task patch posted here
http //marc.theaimsgroup.com/?l ant-dev&m 104327322209168&w 2
The patch seems to be the text file however it 's cluttered with stuffHi all!
When deploying that is using the Ant Tomcat 4.1 <deploy > task the web
app war file is copied to
$CATALINA_HOME/work/standalone/localhost/manager. Furthermore an
directory containing *onPROBLEM see subject.
OUTPUT please scroll down.
ENVIRONMENT RedHat 8.0 j2sdk1.4.1_02 ant-1.5.3
I 'm just testing what can and can not be done with ANT. The idea in this
test is just to see if reCan someone suggest the best way to conditionally
include based on a property a zipfileset within a
zip task?
Thanks
Hi
I 'm using the FTP task but when I 'm running my script I have this error.
BUILD FAILED
taskdef A class needed on loading by class
org.apache.tools.ant.taskdefs.optional.net.FTP cannot be found
Hi
Does anyone know if it?s possible to disable the creation of
manifest-only jars ? A bit more info can be helpful I?m creating a
template build.xml file for several projects. They assume the
> Last solution if you are starting your ant build via the ant Java API you
> can override properties programmatically.
How do you do that ? As far as I know once a property 's value is set you cWhy using ant properties? If are programming against the DOM API with
<script >
why not using the Ant API? Instantiate a task set its values and call
perform().
Jan Mat?rne
> -----Urspr?ngliche Nac
| |