[ANN] Animal Sniffer 1.12 Released

2014-11-05 Thread Stephen Connolly
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

Re: Problem with GPG plugin from Ant task

2013-02-01 Thread Stephen Connolly
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

[ANN] Animal Sniffer version 1.8 Released

2012-06-12 Thread Stephen Connolly
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

Re: Ant not respecting JAVA_HOME

2011-08-23 Thread Stephen Connolly
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

[ANN] Animal Sniffer version 1.7 Released

2011-07-11 Thread Stephen Connolly
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

[ANN] Maven ANT Tasks 2.1.3 Released

2011-04-17 Thread Stephen Connolly
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

[ANN] Maven ANT Tasks 2.1.2 Released

2011-04-06 Thread Stephen Connolly
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

Re: Wisdom of using ":" in property name

2011-02-01 Thread Stephen Connolly
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'

Re: RE: Plugin to download jars from Maven repositories?

2011-01-21 Thread Stephen Connolly
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

Re: Getting task class *only* from specified path

2010-11-01 Thread Stephen Connolly
;-) Peter On Mon, Nov 1, 2010 at 9:18 PM, Stephen Connolly wrote: > You co... - To unsubscribe, e-mail: user-u...

Re: Getting task class *only* from specified path

2010-11-01 Thread Stephen Connolly
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

Re: Something like "make install" in Ant

2010-10-22 Thread Stephen Connolly
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

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Stephen Connolly
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

Re: Ant task to get artifacts from Nexus Repository

2010-02-22 Thread Stephen Connolly
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

[ANN] Animal Sniffer 1.5 released

2010-02-07 Thread Stephen Connolly
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

Re: Compile with java 1.5_0.17 run junit tests with 1.6_14

2009-12-04 Thread Stephen Connolly
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 >

[ANN] Animal Sniffer 1.4 Released

2009-11-30 Thread Stephen Connolly
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

[ANN} Signatures of Java Runtimes for use with Animal Sniffer released

2009-11-20 Thread Stephen Connolly
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

[ANN] Animal Sniffer 1.3 released

2009-11-12 Thread Stephen Connolly
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

Re: Checking whether a file is executable

2009-10-27 Thread Stephen Connolly
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

Re: Checking whether a file is executable

2009-10-23 Thread Stephen Connolly
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

Re: converting ant from a make file

2009-09-18 Thread Stephen Connolly
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

Class loading and ANT

2009-08-13 Thread Stephen Connolly
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

[ANN] Virtualization Plugins Version 0.0.3: Testers for Bleeding Edge first release wanted

2009-08-11 Thread Stephen Connolly
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