Re: Lots of problems resolving maven dependencies in Ant

2020-05-22 Thread Rick Mann
No worries. I've moved on to Maven. > On May 21, 2020, at 08:47 , Davide Grandi wrote: > > I've download and checked ONLY the _source_ package. > Maybe the old URL is ALSO in _bin_ package, maybe in a config file buried > somewhere. > > So, if you check the pl

Re: Lots of problems resolving maven dependencies in Ant

2020-05-21 Thread Davide Grandi
dencies] An error has occurred while processing the Maven artifact tasks. [artifact:dependencies] Diagnosis: [artifact:dependencies] [artifact:dependencies] Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'org.hibernate.vali

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Rick Mann
repository central (http://repo1.maven.org/maven2): Error transferring file: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom [artifact:dependencies] An error has occurred w

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Davide Grandi
Sorry, but this ant "corner" is out of my paths. Your idea is worth trying: -- [artifact:dependencies] from the specified remote repositories: [artifact:dependencies] maven-group (https://repo1.maven.org/maven2/), [artifact:dependencies] central (http://repo1.maven.

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Rick Mann
> On May 18, 2020, at 21:15 , Davide Grandi wrote: > > Just my 2 Euro cent: > - there's an address hardcoded here > -- > \maven-ant-tasks-2.1.3\src\main\java\org\apache\maven\artifact\ant\AbstractArtifactWithRepositoryTask.java > (1 hit) > Line 55:

Re: Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Davide Grandi
Just my 2 Euro cent: - there's an address hardcoded here   -- \maven-ant-tasks-2.1.3\src\main\java\org\apache\maven\artifact\ant\AbstractArtifactWithRepositoryTask.java (1 hit)   Line 55: remoteRepository.setUrl( "http://repo1.maven.org/maven2"; );   --   so :   a

Lots of problems resolving maven dependencies in Ant

2020-05-18 Thread Rick Mann
Hi there. If anyone can help with the following, I'd sure appreciate it: • Get Ivy to set a classpath (cachepath) • Get Maven Artifact Resolver Ant Tasks installed macOS 10.15.4, Java 11 Details --- I have this really old ant-based server project I'm trying to update. It

Re: Including Maven Dependencies in Build

2018-12-10 Thread Dennis Putnam
aikiran, > > Thanks for the reply. I thought it must have been some thing like that. > After reading your link and as a maven noob and not much better with > ant, I see I have to copy those dependencies. But it is not clear where > they need to be copied to. The example shows "li

Re: Including Maven Dependencies in Build

2018-12-09 Thread Dennis Putnam
e it. >> >> -Jaikiran > Hi Jaikiran, > > Thanks for the reply. I thought it must have been some thing like that. > After reading your link and as a maven noob and not much better with > ant, I see I have to copy those dependencies. But it is not clear where > they need to

Re: Including Maven Dependencies in Build

2018-12-07 Thread Dennis Putnam
> dependency files? Take a look at section "Using FileSets and the Version > Mapper" of http://maven.apache.org/ant-tasks/examples/dependencies.html > for an example on how you could use it. > > -Jaikiran Hi Jaikiran, Thanks for the reply. I thought it must have been

Re: Including Maven Dependencies in Build

2018-12-06 Thread Jaikiran Pai
Hello Dennis, On 07/12/18 1:15 AM, Dennis Putnam wrote: > >         > I don't see this fileset being used in the rest of the target(s) which generate your jar file. Maybe you missed using it to copy over the dependency files? Take a look at section "Using FileSets and the Version Mapper" of http

Including Maven Dependencies in Build

2018-12-06 Thread Dennis Putnam
I have a working ant build script but I changed my application to use some maven dependencies. I am trying to include those dependencies into that build script. I found this article for doing that: https://stackoverflow.com/questions/7335819/ant-eclipse-complains-about-artifactdependencies I

Re: If anyone ever wanted to download a bunch of deps specified in a Maven POM for an Ant build

2017-06-11 Thread Thomas Broyer
Wouldn't have dependency:copy-dependencies helped here rather than sed/grep/wget? (maybe not, devil is in the details and I just skimmed through your script) https://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html Le dim. 11 juin 2017 20:53, Paul Hammant a

Re: If anyone ever wanted to download a bunch of deps specified in a Maven POM for an Ant build

2017-06-11 Thread Paul Hammant
Copy/pasta - https://issues.apache.org/jira/browse/MDEP-570: There's a three command sequence to download an Maven artifact and all its transitive deps to a directory: mvn dependency:get -Dartifact=org.eclipse.jetty:jetty-servlets:9.4.5.v20170502 -Dtransitive=true mvn dependency

If anyone ever wanted to download a bunch of deps specified in a Maven POM for an Ant build

2017-06-11 Thread Paul Hammant
If your 'current directory' is a Maven checkout, I have a Python script that will download the dependencies into a libs/ folder. Well, libs/compile/ libs/test/ etc - one subfolder per scope. See here: https://github.com/paul-hammant/spring-jetty-integrationtest-ant-example/blob/master/m

Re: maven-ant-tasks proxy issue

2016-06-16 Thread Cyril Scetbon
gt; > big difference between Nix proxy and Windows proxy configurations > > follow this tutorial: > > https://ant.apache.org/manual/proxy.html > >> Subject: Re: maven-ant-tasks proxy issue >> From: cyril.scet...@free.fr >> Date: Thu, 16 Jun 2016 11:15:52 -0400 >&

RE: maven-ant-tasks proxy issue

2016-06-16 Thread Martin Gainty
big difference between Nix proxy and Windows proxy configurations follow this tutorial: https://ant.apache.org/manual/proxy.html > Subject: Re: maven-ant-tasks proxy issue > From: cyril.scet...@free.fr > Date: Thu, 16 Jun 2016 11:15:52 -0400 > To: user@ant.apache.org > > Anyo

RE: [E] Re: maven-ant-tasks proxy issue

2016-06-16 Thread Urena, Jose M (JOSE)
If you have a project's "local" settings.xml You can add --settings to have maven-ant-tasks use that for options like mirror and proxy without using ANT_OPTS or JAVA_OPTS

Re: maven-ant-tasks proxy issue

2016-06-16 Thread Cyril Scetbon
Anyone ? > On Jun 15, 2016, at 17:40, Cyril Scetbon wrote: > > They are defined at > https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.properties.default > > When I don't need to use a proxy it works fine. >>> >>> I have an issue with this code >>> https://github.com/apache/cass

Re: maven-ant-tasks proxy issue

2016-06-15 Thread Cyril Scetbon
They are defined at https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.properties.default When I don't need to use a proxy it works fine. >> >> I have an issue with this code >> https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L567-L590 >> I've tried to use http_

RE: maven-ant-tasks proxy issue

2016-06-15 Thread Martin Gainty
> From: cyril.scet...@free.fr > Subject: maven-ant-tasks proxy issue > Date: Wed, 15 Jun 2016 16:11:26 -0400 > To: user@ant.apache.org > > Hi guys, > > I have an issue with this code > https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L5

maven-ant-tasks proxy issue

2016-06-15 Thread Cyril Scetbon
Hi guys, I have an issue with this code https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L567-L590 I've tried to use http_proxy, ANT_OPTS, ANT_ARGS and JAVA_TOOL_OPTIONS without being able to force ant to use my proxy to access the web. Any idea ? I'd like a way that to do no

AW: Maven Ant Plugin question

2014-03-27 Thread RZF, SG 481
hwpstorage [mailto:hwpstor...@gmail.com] Gesendet: Donnerstag, 27. März 2014 16:02 An: Ant Users List Betreff: Re: Maven Ant Plugin question Thanks for the help. I manually change the maven-build.xml file usetimestamp="false" to usetimestamp="true" but running ant still go

Re: Maven Ant Plugin question

2014-03-27 Thread hwpstorage
Thanks for the help. I manually change the maven-build.xml file usetimestamp="false" to usetimestamp="true" but running ant still goes to every Maven repository to download the jar. e.g. [get] Getting: http://192.168.1.124:8081/nexus/content/groups/public//javassist

AW: Maven Ant Plugin question

2014-03-27 Thread jhm
mmons-lang/2.6/commons-lan g-2.6.jar" dest="${local.repo}/commons-lang/commons-lang/2.6" usetimestamp="false" ignoreerrors="true"/> > -Ursprüngliche Nachricht- > Von: hwpstorage [mailto:hwpstor...@gmail.com] > Ges

Maven Ant Plugin question

2014-03-25 Thread hwpstorage
Hello, Sorry for the crossing post. I tried to use maven to genterate build.xml for ant. Use command mvn ant:ant will generate build.xml and maven-build.xml, which can be used by Ant. my problem is everytime runs ant compile it will download everything from every repository. for example, for

[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 recognitio

[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 recognitio

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 I

RE: Plugin to download jars from Maven repositories?

2011-01-21 Thread Thomas Loy
, 2011 10:02 AM To: Ant Users List Subject: Plugin to download jars from Maven repositories? One of the cool things about Maven and SBT is how they can automatically download many jar files as part of the build. Is there a plugin for Ant that does this? Donald

Plugin to download jars from Maven repositories?

2011-01-21 Thread Donald McLean
One of the cool things about Maven and SBT is how they can automatically download many jar files as part of the build. Is there a plugin for Ant that does this? Donald - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org

Re: Problem with a Maven Repo with trustStore

2010-11-30 Thread Maarten Coene
Did you try using the ANT_OPTS environment variable? set ANT_OPTS=-Djavax.net.ssl.trustStore=~/.m2/trust.jks regards, Maarten - Original Message From: Neil Hart To: ivy-u...@ant.apache.org Sent: Tue, November 30, 2010 8:08:43 PM Subject: Problem with a Maven Repo with trustStore I

Problem with a Maven Repo with trustStore

2010-11-30 Thread Neil Hart
I am trying to retrieve jars from our Maven repo. When I use mvn, I need to add "-Djavax.net.ssl.trustStore=~/.m2/trust.jks" or I fail using our https repository. When I use ant/ivy with I get the following: [ivy:retrieve] HttpClientHandler: sun.security.validator.ValidatorExcep

AW: access plugin dependencies and trigger downloading of dependencies with maven ant tasks

2010-09-07 Thread Jan.Materne
I dont know the Maven tasks, but with Ivy you'll get the path with all required libraries with I havent found a quick way to read an existing POM ... Jan >-Ursprüngliche Nachricht- >Von: Jacob Beard [mailto:jbea...@cs.mcgill.ca] >Gesendet: Dienstag, 7. September

access plugin dependencies and trigger downloading of dependencies with maven ant tasks

2010-09-06 Thread Jacob Beard
Hi, I was wondering if there is a way to access plugin dependencies using maven ant tasks. So, if you have something like the following in pom.xml: maven-antrun-plugin 1.4 bsf bsf

Re: Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
> > The mailing list manager strips attachments, please add it to the > bugzilla report. > Done. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Importing Ant build files on the classpath with Maven

2010-05-10 Thread Stefan Bodewig
On 2010-05-10, Frank Wilson wrote: > Somewhat more siginificant is the change to ant. To support this mechanism > we need to be able inherit references in the file being called by the > "Ant" task. > I would like to ask if this tweak to the ant task code is a good idea and > whether there is any

Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
I've been looking at various ways of importing other ant buildfiles from the classpath to reduce coupling in my multimodule build. This would allow me to checkout only the code and build files I intend to change. I've been looking at using Maven to facilitate this. My solution uses the

Ivy failing to parse .sha1 from maven central

2010-02-26 Thread Carlton Brown
Today we experienced a failure resolving commons-pool-1.4-sources.jar from Maven central due to a sha1 error.The sha1sum in the respository matches what Ivy computed, and also what I manually computed locally. We're trying to understand what happened. The only odd thing I find is

Re: Ant , maven , antrun , ddlutils

2010-02-24 Thread reno . rkcrew
hope that it will not disturb maven &/or ant when they read files ... Hope this help, Supareno > > Hello everyone > > First impressions of the post might be that its not an ant related issue but > I am not sure so please bear with me and read along. I am trying to use &g

Re: Ant 1.8 in maven repository

2010-02-17 Thread Antoine Levy Lambert
Teimatini Marín wrote: Hi: Hello Marin, When will be deployed ANT 1.8 to a maven repository? The last version I see is 1.6.5... Ant 1.8.0 is in a maven repository. See this : http://repo2.maven.org/maven2/org/apache/ant/ant/ The groupId of ant is org.apache.ant and there are

Ant 1.8 in maven repository

2010-02-17 Thread Teimatini Marín
Hi: When will be deployed ANT 1.8 to a maven repository? The last version I see is 1.6.5... THNKS! - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Exploring Incremental Builds

2009-10-01 Thread Dominique Devienne
On Thu, Oct 1, 2009 at 10:17 AM, David Booth wrote: > We’re looking into incremental builds — trying to document the differences > in popularity & productivity between using tools like Ant and Maven versus > IDEs.  We haven’t seen a study like this before, and we’ve already receive

Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Expl oring Incremental Builds

2009-10-01 Thread David Booth
We’re looking into incremental builds — trying to document the differences in popularity & productivity between using tools like Ant and Maven versus IDEs. We haven’t seen a study like this before, and we’ve already received responses from over 550 developers. We’d like this report to b

Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
I was suspecting it, but Thanks!!! Joe Schmetzer wrote: > > The Maven tasks for Ant are limited to dependency management, artifact > deployment and POM processing. They currently do not handle invoking Maven > builds from Ant. I suspect the easiest solution for you is to just in

Re: How do I run maven build from ant

2009-03-25 Thread Joe Schmetzer
The Maven tasks for Ant are limited to dependency management, artifact deployment and POM processing. They currently do not handle invoking Maven builds from Ant. I suspect the easiest solution for you is to just invoke Maven directly using an task. Regards, Joe On Wed, March 25, 2009 2:58 pm

Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
Thanks, I saw the ant-task issue, but I still did not understood how to use them to invoke from ant a maven build... Eyal mchenryc wrote: > > The maven team has created a set of Ant tasks to do some of the things > maven > does. I have not used it myself: > http://maven.apach

Re: How do I run maven build from ant

2009-03-25 Thread Chad McHenry
The maven team has created a set of Ant tasks to do some of the things maven does. I have not used it myself: http://maven.apache.org/ant-tasks/index.html However, once upon a time I did use a set of macros that would invoke maven. It was part of the JavaGen Ant Modules, which are no longer

How do I run maven build from ant

2009-03-24 Thread eyalg1972
Hi, I have an ant build process, that needs to rely on some component built by maven. How can I run the maven build from ant? Just using the exec? Did anyone did it? Thanks -- View this message in context: http://www.nabble.com/How-do-I-run-maven-build-from-ant-tp22695495p22695495.html

RE: Download source jars from Maven Repository

2009-01-07 Thread Brown, Carlton
+1 for Ivy. Also, it has compatibility attributes for Maven repositories. -Original Message- From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] Sent: Wednesday, January 07, 2009 1:55 AM To: user@ant.apache.org Subject: AW: Download source jars from Maven Repository

Unable to retrieve updated SNAPSHOTS from a maven repo

2009-01-07 Thread Allan Ditzel
Hi, we have a nexus maven repo in place in which we're storing snapshot artifacts and we're using ivy to retrieve them. Updates to the snapshot artifact are not being downloaded. Here is the resolver config we're using: The maven-metadat

Re: AW: AW: Download source jars from Maven Repository

2009-01-06 Thread Sunils_82
p tutorial for starting java programming with Ant. > http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html > > > > Jan > > >> -Ursprüngliche Nachricht- >> Von: Sunils_82 [mailto:sunils...@yahoo.com] >> Gesendet: Mittwoch, 7. Januar 2009

AW: AW: Download source jars from Maven Repository

2009-01-06 Thread Jan.Materne
che Nachricht- > Von: Sunils_82 [mailto:sunils...@yahoo.com] > Gesendet: Mittwoch, 7. Januar 2009 08:01 > An: user@ant.apache.org > Betreff: Re: AW: Download source jars from Maven Repository > > > Thanks Jan, > > It would be helpful if you provide some pointers for usag

Re: AW: Download source jars from Maven Repository

2009-01-06 Thread Sunils_82
Thanks Jan, It would be helpful if you provide some pointers for usage of Ivy. I'm new to the ant script. Sunils Jan.Materne wrote: > > You could download files with task. > If you want to really resolve dependencies, you could use Ivy as addition > to Ant. > &g

AW: Download source jars from Maven Repository

2009-01-06 Thread Jan.Materne
You could download files with task. If you want to really resolve dependencies, you could use Ivy as addition to Ant. Maven has a built in dependency manager, Ant hasnt. Ivy is a DM and integrates to Ant (and is a subproject of Ant). Jan > -Ursprüngliche Nachricht- > Von: Sun

Download source jars from Maven Repository

2009-01-06 Thread Sunils_82
HI, I'm using ant version-1.7.1. How do i download source jars from remote maven repository? Does ant support Download Task similar to that in maven ? Regards, Sunil -- View this message in context: http://www.nabble.com/Download-source-jars-from-Maven-Repository-tp21325821p21325821

Re: Use Ivy or Maven Ant tasks for dependencies?

2008-11-13 Thread Gilles Scokart
2008/11/13 Karr, David <[EMAIL PROTECTED]>: > I've used both Ant and Maven, and I'm convinced that Maven is a burden > that is only worthwhile if you really need all of its features. One of > the big reasons people use Maven is for dependency download and > manage

Use Ivy or Maven Ant tasks for dependencies?

2008-11-12 Thread Karr, David
I've used both Ant and Maven, and I'm convinced that Maven is a burden that is only worthwhile if you really need all of its features. One of the big reasons people use Maven is for dependency download and management (and sometimes the only reason). That's one thing it's g

Re: Please Help me in Calling Maven 1.0.2 building job from ANT

2008-11-06 Thread Carlos Ortiz
Hi, Simple way use the exec task to call mvn.bat or mvn if mvn is not in the path 2008/11/6 Prasad Nakarikanti <[EMAIL PROTECTED]>: > Hi, > > > > We are recently started using JetBrains TeamCity for Build Automation and > CI. > > &

Please Help me in Calling Maven 1.0.2 building job from ANT

2008-11-06 Thread Prasad Nakarikanti
Hi, We are recently started using JetBrains TeamCity for Build Automation and CI. We are using Maven 1.02 for building, and not willing to upgrade to Maven 2.0 in near future. TeamCity only supports Maven 2 and ANT. I would like to embed our Maven job in ANT build.xml file so that

AW: Calling Maven in Ant

2008-10-23 Thread Jan.Materne
The Maven tasks in Maven should make Ant to do some Maven stuff, so the way inverse. If the way works you could define a Makro for invoking with that signature. You could also use in that makro instead of . Jan >-Ursprüngliche Nachricht- >Von: David Weintraub [mailto:

Calling Maven in Ant

2008-10-23 Thread David Weintraub
Okay, without using the task, how do I call a Maven task from Ant? I have a pom.xml, so all I want to do is say something like: I looked over the Maven Ant tasks that are in Maven, and they look overly complex for what I want. They look like they define the whole dependency relationship

Re: How to create if condition task from maven

2008-10-16 Thread Gilles Scokart
skdef? >>> Why to use that? >>> >>> >>> Miro. >>> >>> >>> Gilles Scokart wrote: >>>> >>>> Try to add a taskdef. >>>> >>>> >&g

Re: How to create if condition task from maven

2008-10-15 Thread Miroslav Nachev
. Miroslav Nachev wrote: How and where to put this taskdef? Why to use that? Miro. Gilles Scokart wrote: Try to add a taskdef. 2008/10/15 Miroslav Nachev <[EMAIL PROTECTED]>: Hi, I have one ant build file which is called from maven. In that ant file I would like to do something only i

Re: How to create if condition task from maven

2008-10-15 Thread Miroslav Nachev
I put this but without success: Miro. Miroslav Nachev wrote: How and where to put this taskdef? Why to use that? Miro. Gilles Scokart wrote: Try to add a taskdef. 2008/10/15 Miroslav Nachev <[EMAIL PROTECTED]>: Hi, I have one ant build file which is called from maven. I

Re: How to create if condition task from maven

2008-10-15 Thread Miroslav Nachev
How and where to put this taskdef? Why to use that? Miro. Gilles Scokart wrote: Try to add a taskdef. 2008/10/15 Miroslav Nachev <[EMAIL PROTECTED]>: Hi, I have one ant build file which is called from maven. In that ant file I would like to do something only if some condition is

Re: How to create if condition task from maven

2008-10-15 Thread Gilles Scokart
Try to add a taskdef. 2008/10/15 Miroslav Nachev <[EMAIL PROTECTED]>: > Hi, > > I have one ant build file which is called from maven. In that ant file I > would like to do something only if some condition is false. In my current >

How to create if condition task from maven

2008-10-15 Thread Miroslav Nachev
Hi, I have one ant build file which is called from maven. In that ant file I would like to do something only if some condition is false. In my current case the condition is: dest="${ant.base.dir}"/> T

Re: Erro while retriving postgres jar from maven repo

2008-09-10 Thread Adrian Woodhead
It would be helpful if you could provide the relevant fragments of your ivy files so we can see how you have set things up. Guilherme Namen Pimenta wrote: When i configure ivy to retrive postgresql 8.3-603.jdbc3 from maven repo, ivy download and put the jar source not the jar with class files

Re: How to call Ant scripts from Maven scripts the right way?

2008-08-01 Thread Hans Schwaebli
I solved it now by using the inheritAll=false option: --- On Fri, 8/1/08, Hans Schwaebli <[EMAIL PROTECTED]> wrote: From: Hans Schwaebli <[EMAIL PROTECTED]> Subject: Re: How to call Ant scripts from Maven scripts the right way? To: "Ant Users List" Date: Friday, August 1,

Re: How to call Ant scripts from Maven scripts the right way?

2008-07-31 Thread Hans Schwaebli
Then I would need to change pathes if I move the Ant scripts to the maven file. I am looking for a solution, where Maven does not interfere with the relative pathes in the Ant scripts at all (basedir, dots etc.). This would be the easiest. --- On Thu, 7/31/08, supareno <[EMAIL PROTEC

Re: How to call Ant scripts from Maven scripts the right way?

2008-07-31 Thread supareno
it is the right way :-) How can I start Ant scripts from withing Maven scripts? I tried But it had problems with the relative path names and properties then. for the properties, if you have some properties to define from maven to ant, you can use this example

How to call Ant scripts from Maven scripts the right way?

2008-07-31 Thread Hans Schwaebli
How can I start Ant scripts from withing Maven scripts? I tried         But it had problems with the relative path names and properties then. Anyone knows the foolproof way to call Ant scripts from Maven?

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
t; From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, June 06, 2008 5:54 AM > To: user@ant.apache.org; Maven Users List > Subject: need help in ant's javadoc task (from maven) > > > I am trying to generate a .properties file using javadocs in a java source > file, and i

need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
I am trying to generate a .properties file using javadocs in a java source file, and i am using ant's task to do this. but i am getting this error when i run the antrun plugin generate.appcodes: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Cannot find doclet

How to install a non-maven jar to the repository

2008-02-06 Thread Ross, Ed
After reading the docs, I still don't know how to do a simple task like intall a jar that is not found in the maven repositor (e.g. weblogic.jar). Only solution I've found so far is to create my own maven repository, do a mave:install file then do a ivy:install. Any exampl

Re: Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found"

2007-11-14 Thread Steve Loughran
Karr, David wrote: -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 2:49 AM To: Ant Users List Subject: Re: Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found" K

RE: Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found"

2007-11-09 Thread Karr, David
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, November 09, 2007 2:49 AM > To: Ant Users List > Subject: Re: Xslt when run from other dir from maven gets > "Provider for javax.xml.transform.TransformerFactory cannot be found&

Re: Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found"

2007-11-09 Thread Steve Loughran
Karr, David wrote: JDK 1.4.2, Ant 1.5.4. I developed an Ant script that uses an xslt task. I tested it in the directory where I put it, and it works fine. I then went to another directory tree managed by maven, and executed some code in my "maven.xml" in a subproject that calls &qu

RE: Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found"

2007-11-08 Thread Karr, David
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 08, 2007 1:27 PM > To: Ant Users List > Subject: Re: Xslt when run from other dir from maven gets > "Provider for javax.xml.transform.TransformerFactory cannot be

Re: Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found"

2007-11-08 Thread Dominique Devienne
gt; > I then went to another directory tree managed by maven, and executed > some code in my "maven.xml" in a subproject that calls "ant:ant" and > calls my build script from the other directory. When I do this, I get: > > Provider for javax.xml.transform.

Xslt when run from other dir from maven gets "Provider for javax.xml.transform.TransformerFactory cannot be found"

2007-11-08 Thread Karr, David
JDK 1.4.2, Ant 1.5.4. I developed an Ant script that uses an xslt task. I tested it in the directory where I put it, and it works fine. I then went to another directory tree managed by maven, and executed some code in my "maven.xml" in a subproject that calls "ant:ant" and c

Re: NYC Maven/Ant Build Engineer position...

2007-05-03 Thread Martin Gainty
original message without making a copy. Thank you. - Original Message - From: <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, May 03, 2007 1:30 PM Subject: Re: NYC Maven/Ant Build Engineer position... Can this job be done via telecommute? Thanks Mark -

Re: NYC Maven/Ant Build Engineer position...

2007-05-03 Thread mamb
Can this job be done via telecommute? Thanks Mark -Original Message- >From: Bob Aiello <[EMAIL PROTECTED]> >Sent: May 3, 2007 11:52 AM >To: Ant Users List >Subject: NYC Maven/Ant Build Engineer position... > >I am looking to hire build engineer/junior java de

NYC Maven/Ant Build Engineer position...

2007-05-03 Thread Bob Aiello
I am looking to hire build engineer/junior java developer to help me with Unix/Linux based Maven/Ant Java builds for a number of exciting large financial systems (www.accelortrading.com). If you are interested please contact me directly. Bob Aiello Manager, Process FXall LLC (www.fxall.com) 646

Re: maven 2 dependency management from within ant

2007-01-09 Thread Xavier Hanin
On 1/9/07, Steve Loughran <[EMAIL PROTECTED]> wrote: EJ Ciramella wrote: > Has anyone tried this (or is using it)? > > I pinged the m2 mailing list, but there hasn't been any response yet > (more than 48 hours so far). > > Is the actual classpath used for compiling unavailable to ant as a > On

Re: maven 2 dependency management from within ant

2007-01-09 Thread Steve Loughran
EJ Ciramella wrote: Has anyone tried this (or is using it)? I pinged the m2 mailing list, but there hasn't been any response yet (more than 48 hours so far). Is the actual classpath used for compiling unavailable to ant as a One of the m2 tasks creates paths from a pom once its been re

maven 2 dependency management from within ant

2007-01-09 Thread EJ Ciramella
Has anyone tried this (or is using it)? I pinged the m2 mailing list, but there hasn't been any response yet (more than 48 hours so far). I made it a bit further: The version is ${project.version} ${project.build.directory} ${project.name} ${project.dependencies} Is t

Re: Maven vs. Ant?

2006-06-19 Thread Dominique Devienne
set of dependencies. Better to record an SCM tag or revision or whatever that allows you to pull the files for a given version of a project, and build it from there. I guess I'm trying to say that each project should be allowed to build itself however it wants (Ant, DPML, Maven, Makefile, et

RE: Maven vs. Ant?

2006-06-19 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, 16 June 2006 7:17 PM > To: Ant Users List > Subject: Re: Maven vs. Ant? > > Stephen McConnell (DPML) wrote: > > > > > >> -Original Message- >

Re: RE: Re: Maven vs. Ant?

2006-06-16 Thread Antoine Levy-Lambert
(for instance wrapping around javac and jar). Interesting to see that there is some overlap - and so maybe some duplication of efforts - between different open source projects. I wish I had the time to study fully both DPML and Maven. Right now, I am studying Maven. Regards, Antoine

Re: Maven vs. Ant?

2006-06-16 Thread Steve Loughran
Stephen McConnell (DPML) wrote: -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] And what about dpml ? I guess first off is the statement that the DPML content is not aimed at or equivalent to Maven. Generally speaking the DPML products are focussed on

RE: Re: Maven vs. Ant?

2006-06-15 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > And what about dpml ? I guess first off is the statement that the DPML content is not aimed at or equivalent to Maven. Generally speaking the DPML products are focussed on runtime requirements

Re: Re: Maven vs. Ant?

2006-06-14 Thread Dominique Devienne
Can you expand a bit on the fact that you could not get Maven to work for you. Remember this was a long time ago, before Maven v1 was fully mature. I had trouble making it work on a simple project, and didn't get much help from the mailing list. So I quickly gave up for the short term,

Re: Re: Maven vs. Ant?

2006-06-13 Thread Antoine Levy-Lambert
Hello Dominique, your posting is interesting. Original-Nachricht Datum: Tue, 13 Jun 2006 09:25:09 -0500 Von: Dominique Devienne <[EMAIL PROTECTED]> An: Ant Users List , [EMAIL PROTECTED] Betreff: Re: Maven vs. Ant? > This > whole thing was home grown before I

Re: Maven vs. Ant?

2006-06-13 Thread Dominique Devienne
rally, with possible overrides by sub-project. This whole thing was home grown before Ivi and m2. I couldn't get Maven to work for me, and it wouldn't have dealt with the native stuff anyway. That, and the fact that deploying Maven to the users would not have worked. An Ant based, organically

Re: Maven vs. Ant?

2006-06-13 Thread Steve Loughran
bit of the repository too. Remember one goal of maven is for open source development, where requirements were probably -not require a shared filesystem -keep the number of anonymous log4j files under control -let you build using things that you cannot keep in your SCM repository having explicit dep

Re: Re: Maven vs. Ant?

2006-06-13 Thread Joe Schmetzer
ing on the maven infrastructure (though I really *do* like the repository concept). Cheers, Joe On Mon, 12 June, 2006 8:29 pm, Antoine Levy-Lambert wrote: > Hi, > > I am interested by this thread, as the project I am working for might need > a tool able to manage inter-project depende

Re: Maven vs. Ant?

2006-06-13 Thread Scot P. Floess
Honestly, I still don't understand this desire to have some lib repository I see used in maven (or the concept I mean). It has always been my experience everywhere I work, to have a copy of the libraries needed someplace nearby. And, as such, that was always considered the "off

RE: Maven vs. Ant?

2006-06-13 Thread EJ Ciramella
Any project that considers longevity or offline rebuilding must think about how to archive all their dependencies. What if the repositories go away? What if a lawsuit forces some jar to be pulled. You may also need a private repository to store stuff that isnt in open source, or just not in the

  1   2   >