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
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
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
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.
> 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:
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
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
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
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
> 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
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
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
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
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 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
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
>&
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
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
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
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_
> 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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
+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
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
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
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
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
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
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
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
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
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.
>
>
&
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
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:
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
skdef?
>>> Why to use that?
>>>
>>>
>>> Miro.
>>>
>>>
>>> Gilles Scokart wrote:
>>>>
>>>> Try to add a taskdef.
>>>>
>>>>
>&g
.
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
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
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
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
>
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
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
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,
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
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 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?
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
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
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
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
> -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&
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
> -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
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.
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
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
-
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
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
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
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
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
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
> -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-
>
(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
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
> -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
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,
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
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
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
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
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
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 - 100 of 130 matches
Mail list logo