I have bulds that work fine in 32 bit environments (with Java 1.5), but will
not work in a x64 environment. I am using Ant 1.6.5 and Java 1.5 06. Any
ideas?
Buildfile: build\build.xml
init:
[taskdef] Could not load definitions from resource
checkstyletask.properties. It could not be found.
Hello Ryan,
under "Optional Tasks" in the manual there is something called .
it can format numbers, so this might be what you want.
since its output is a file, you will need to load the generated property file
after having used
so
should do the job.
Regards,
Antoine
Origi
Hello all,
I have an Ant property file that contains a project build number
property. This build number is incremented every time the project is
compiled. I distribute my application as a versioned JAR file through
Web Start, and I want to append the build number to the name of my JAR
file.
On Aug 23, 2006, at 12:04 PM, Steve Loughran wrote:
I dont think you can get a version of BSF and rhino that work with
ant. sad but true. lots of other languages work
In the end, my problem was not that I couldn't find a pair of .jars
that worked together. The problem became
that I had to
Although it's not exactly helpful James, standard practice in
Cruisecontrol would be to use set up each of the ant subprojects you
want to build and set them up as individual cruisecontrol subprojects.
An alternative is to use the multiple tasks in your main ant
script to call each of the individu
Hi All,
I am trying to set up an ant script from cruise control to pull
projects in from CVS, build them, and run all tests. The problem that
I have is that I want to use the ant file that is in the project that
I check out as it contains the classpath that is specific a project
and changes for e
Well, this idea may seem like a hack, but perhaps it'll work for you.
You can use the ant-contrib library task
(http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html),
which is like a mutable ant property. You could use it such you
constantly append data to it, using some kind of a sep