Hi,
The Mojo team is pleased to announce the release of Animal Sniffer version
1.12.
Animal Sniffer provides tools to assist verifying that classes
compiled with a newer JDK/API are compatible with an older JDK/API.
The following tools are provided by animal sniffer:
* A command line tool to du
I have this working for Apache Cassandra, as they didn't want to switch to
Maven. Please take a look at their build.xml, as that shows it is possible
-Stephen
On Tuesday, 29 January 2013, Lewis John Mcgibbney wrote:
> Hi,
> Having looked high and low for a resolution, I've been unable to find on
Hi,
The Mojo team is pleased to announce the release of Animal Sniffer version 1.8.
This is the sixth release of Animal Sniffer
(http://mojo.codehaus.org/animal-sniffer/) since it moved from
java.net to the mojo project at codehaus. We have fixed a
bug
(http://jira.codehaus.org/secure/ReleaseNo
On 23 August 2011 10:41, Brian FitzGerald wrote:
> Thanks a lot for the help guys. Definitely making improvements. The
> Progra~1 shorthand works to get Ant to find the right JDK when setting the
> JAVA_HOME manually before running the build... without having to manually
> set ANT_HOME, etc (com
Hi,
The Mojo team is pleased to announce the release of Animal Sniffer version 1.7.
This is the fifth release of Animal Sniffer
(http://mojo.codehaus.org/animal-sniffer/) since it moved from
java.net to the mojo project at codehaus. We have fixed a number of
bugs
(http://jira.codehaus.org/secur
The Maven team is pleased to announce the release of Maven ANT Tasks,
version 2.1.3.
The Mavent Ant Tasks allow several of Maven's artifact handling
features to be used from within an Ant build. These include:
Dependency management - including transitive dependencies, scope
recognition and SNAPSHO
The Maven team is pleased to announce the release of Maven ANT Tasks,
version 2.1.2.
The Mavent Ant Tasks allow several of Maven's artifact handling
features to be used from within an Ant build. These include:
Dependency management - including transitive dependencies, scope
recognition and SNA
Damn you Peter, you beat me to the punch!
On 1 February 2011 14:41, Peter Reilly wrote:
> : and = and ' ' are used to separate the key from value in java property
> files.
> so, not a good thing to use in property values.
>
> Peter
>
>
> On Tue, Feb 1, 2011 at 2:37 PM, Vimil Saju wrote:
>> you'
or better yet, look at maven-ant-tasks
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 21 Jan 2011 15:04, "Thomas Loy" wrote:
> Take a look at Apache Ivy dependency manager
;-)
Peter
On Mon, Nov 1, 2010 at 9:18 PM, Stephen Connolly
wrote:
> You co...
-
To unsubscribe, e-mail: user-u...
You could shade your ant task using a shading tool, eg maven-shade-plugin
then it would be in a different package and depend on classes in a different
package also (there may be non-maven shading tools for the maven averse ;-)
)
On 1 Nov 2010 17:07, "Peter Reilly" wrote:
That will not work.
The
Oh how I look forward to rthe fun if you ever venture over to ask the
same of Maven! [Maven being "opinionated" software has the opinion
that installation of software onto your system is the responsibility
of a software installer and not the responsibility of Maven Core]
Apache ANT does not dictat
I'm wondering if there is an ANT_HOME left pointing to a 1.8.0 ANT or if the
1.8.0 ANT is first on the Path
-Stephen
On 15 June 2010 14:21, Peter Reilly wrote:
> I get
> > ant -version
> Apache Ant version 1.8.1 compiled on April 30 2010
> on linux.
>
> Peter
>
>
> On Tue, Jun 15, 2010 at 1:58
get will not work if somebody deploys a relocation pom...
get will not play nice with the network bandwidth if the file is big and you
already downloaded it from a maven build... (i guess the same for ivy)
however get will work if you need it
-Stephen
P.S.
http://old.nabble.com/BASH-port-of-me
The Mojo team is pleased to announce the release of Animal Sniffer version
1.5.
This is the third release of Animal Sniffer
(http://mojo.codehaus.org/animal-sniffer/) since it moved from
java.net to the mojo project at codehaus. We have fixed a number of
bugs (
http://jira.codehaus.org/secure/Rel
yes there is... but I am not an ant expert.
Another technique is to compile with a 1.6 JVM and set target and source to
1.5 and then use animal-sniffer-ant-tasks to verify that your compiled
classes only reference the signatures available in java 1.5.0_17
HTH
-Stephen
2009/12/4 florin.botis
>
The Mojo team is pleased to announce the release of Animal Sniffer version 1.4.
This is the second release of Animal Sniffer
(http://mojo.codehaus.org/animal-sniffer/) since it moved from
java.net to the mojo project at codehaus. We have fixed a number of
bugs
(http://jira.codehaus.org/secure/Re
The Mojo team is pleased to announce the release of a number of
signatures of various versions of the Java Runtime for use with the
Animal Sniffer set of utilities.
The following signatures have been released:
Generic Signatures (only includes public API classes)
* Java 1.4 (http://mojo.codehaus
The Mojo team is pleased to announce the release of Animal Sniffer version 1.3.
This is the first release of Animal Sniffer
(http://mojo.codehaus.org/animal-sniffer/) since it moved from
java.net to the mojo project at codehaus.
Animal Sniffer provides tools to assist verifying that classes
compi
you might also have a look at jna.dev.java.net as they have some trickery
that allows you to query is a file is executable
2009/10/27 Rebhan, Gilbert
>
>
>
>
> -Original Message-
> From: Francis GALIEGUE [mailto:f...@one2team.com]
> Sent: Friday, October 23, 2009 10:01 PM
> To: Ant Users
http://ant.apache.org/manual/tutorial-writing-tasks.html ;-)
2009/10/23 Francis GALIEGUE
> On Fri, Oct 23, 2009 at 23:50, Shawn Castrianni
> wrote:
> > I run ANT with 1.6 all the time. Therefore, you could always write your
> own condition or task with ANT API just as long as you run your ANT
Martin,
This is the ANT list... and you suggest a Maven solution...
I am not sure that that is what the OP is after...
In moving from Makefile to a more modern build process I usually find that
jumping as far as Maven is a "step too far" for most people... don't get me
wrong, I am a Maven fan, b
Ant gurus,
How do I get the classloader used to load the ant task from the ant task?
I am hoping that this is just a noddy MyTask.class.getClassLoader()
-Stephen
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For ad
Apologies for cross posting. Please do not reply to this message on
any of the cross-posted lists. Please send replies to
us...@vcc.dev.java.net
The VCC team at https://vcc.dev.java.net/ is pleased to announce our
first bleeding edge pre-alpha release of the Virtual Computer Control
API (version
24 matches
Mail list logo