|
|
|
I am able to compile java code with 'debug ' information turned
but somehow line numbers are not appearing in my output when
I run the code via the 'java ' task. I can verify that the
class file and j
This is just what I 've been trying to figure the last few days!
Yours was the *nix version here 's the Windoze version for the regexp
<propertyregex property "arg " global "true " override "true "
Sorry for all the questions today but..
I am using the sql task to run a script into my ORacle db. The script runs
fine unless I use a Set command such as
SET DEFINE ON etc. IF those are in the sI figured out how to convert a string of fully qualified directory names (or
filenames for that matter) into just the directory name. The regular
expression is '/([^/\s]+/)+ ' and here is an example anHow do I set and pass a new property from Userdefined task to the build file.
Thanks
Sunil
Can anyone help me? I 'm trying to use a very simple scp command via ant - below is my project file and the results. I have the following jars in my anthome/lib directory
jce1_2_2.jar
jsch-0.1.What it the best way to e-mail the build file? I know I can use the mail
task to e-mail files but it won 't e-mail the ant logfile as it hasn 't
completed yet...right? What is the best way to get an eI am having trouble running ant from a UNC path. I get the following error with Ant 1.6.1 installed on a UNC path...
C \buildtools > "c \opt\sun\java\1.4.2_03\bin\jav
a.exe " -classpath "\\some_networkHi everyone I 'm not sure this is the place to ask but I 'm looking for a
regular expression that will convert an argument string that contains a list
of directories with fully qualified paths and I waIs there some way I can execute commands on a remote m/c using ant without
waiting for a return string (like telnet expects)?
I know rexec does it. But somehow rexec hangs when I use it via ant. NorAll
Anyone try to extract MSVC++ files out from installation and put it in a
central location for your developers to compile code without installing the
software?
I noticed that if you need to use Hello
I am using the following target code and I need to have a new line placed
after each of the concats. It seems to work fine when I add the text files
but when I just add the text I get one liAll
I am currently using tomcat 5 but i just cannot get the precompilation
working. If i switch to tomcat 4 the error changed. Anyone has experience
in JSP precompilation?
Thanks
Barry
When usinSean Is the cygwin cvs.exe the only cvs.exe on the path? Are you running ant from within cygwin? Perhaps the .cvspass file that cygwin 's cvs.exe is using is not the same one that ant (or rather the
I changed my script according to your advice.
I am still observing the same error.
-Sean
> -----Original Message-----
> From Srikrishna.Partha@(protected)
> [mailto Srikrishna.Partha@(protected) <target name "all-checkout " depends " " >
<cvs cvsRoot "${full.cvs.root} " package "eai_java "
dest "${build.base} "/ >
<echo message "-----------All folder checkout
completed----------- "/ >
</target >
My configuration
Ant 1.5.3 on Windows 2000
CVS 1.11.6 on RedHat Linux
I am trying to use Ant 's <cvs > task
My build script contains this command
<cvs cvsRoot " pserver foobar@(protected) have the following ANT (version 1.5.4) target
<target name "exportpvcs " >
<pvcs repository "G /PVCS/ABC "
pvcsproject "/ "
workspace "test "
updateonly "false "
Hi
Which jar files do I need to send a zip / jar file as attachment using <mail > task? I tried
<target name "notify-attachment " description "Sends Mail Messages with attachments " >
<I have two projects. I want one of the projects to build the other project.
Both projects have their on build.xml.
I want to use a target from one build.xml file to call a target in another
build.xmlAll
What are the jspc verbose options? I search the net and still no answers...
Many people asked the same question.
Please comment.
Thanks
Barry
compilejsp
[jspc] Compiling 44 source
fAll
Please help with my problem using jspc... I am following the example in
P290 "Java development with Ant ". The error messages and section of build.xml
are in the end of this email. Do I have mhi all
I would like to sincerely thank Rich Daniel and Matt for all your
suggestions especially about the Ant-Contrib project. I was contemplating
writing an Ant task to do this w/o knowing the ful
Well we do now have things building successfully but the details of why
it works are lost to me - perhaps because I have spent most of my life in
the UNIX world and am new to the notion of usinHi.
I want to check that files exist and only build if they 're found.
It works fine in 1.5.1 but people using 1.6.1 say it craps out with
13 unexpected element "available "
Is <available ... > deI 'm sure most of you are aware of the ability of the newer JVMs to hotswap
classes via the debugger interface (JVMDI). Has anyone written an ant task to
connect to a running JVM and hotswap a class? SHi
I just updated to ANT 1.6. Until now I could load resources located in the
project base dir using getClass().getRessourceAsStream( "/my-file "). It seems
that class loaders changed since ANT 1.5. I have the following build file. The zips aren 't really dependent on each
other but that is the only way I can get them all to run. If I don 't make
them dependent only one will run. What am I doinHi following the documentation for available I defined the following
At the top of my project different properties like
<!-- Contains the path to a file -- >
<property name "commons.buildfile " lHi my boss would like to generate the XDoclet generated code for our EJBs only when the "eventually generated " code would be different from the "already generated " one thus avoiding lost of time.
H
| |