Hey all,
I am hoping I am just losing my mind here. When I use
the WAR, JAR or ZIP task to create an archive, every
time I try to store any directories that have .xml
files in them, the directories are lowercased. Always.
I do something like this:
Every time I open the file.war (or if I n
Hi all,
First time poster, long time reader ;)
In my present company we have a need to integrate a
special clearcase promotion system within our
continual integration (using CruiseControl). The
present clearcase ant tasks dont support rebase or
change baseline.
I added those. Basically copied on
[echo]
> [echo] JAVA_HOME = /Library/Java/Home
> [echo] java.vendor = Apple Computer, Inc.
> [echo] os.name = Mac OS X
> [echo] os.version = 10.3.6
> [echo]
>
> BUILD SUCCESSFUL
> Total time: 1 second
>
>
>
>
Hi all,
Having issues with my ant build script finding
environment variables on the mac osx. We are running
10.3, it works fine on Windows, but on Mac OSX, under
bash or t-shell, they show up when we shell and echo
them out, but they are not getting picked up by ant at
all.
Is there a problem wit