Thanks a lot Jan. .
Sunils
Jan.Materne wrote:
>
> Homepage
> http://ant.apache.org/ivy/
>
> Tutorials
> http://ant.apache.org/ivy/history/latest-milestone/tutorial.html
>
> Manual
> http://ant.apache.org/ivy/history/latest-milestone/reference.html
>
> There is also a user list ivy-u...@an
Homepage
http://ant.apache.org/ivy/
Tutorials
http://ant.apache.org/ivy/history/latest-milestone/tutorial.html
Manual
http://ant.apache.org/ivy/history/latest-milestone/reference.html
There is also a user list ivy-u...@ant.apache.org where you can subscribe
(ivy-user-subscr...@ant.apache.org) t
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.
>
> Maven has a built in dependenc
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: 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.html
Sent
I'm using ant version-1.7.1
Does ANT support Download Task similar to the Maven.
Regards,
Sunil
--
View this message in context:
http://www.nabble.com/Ant-Download-Task-tp21325143p21325143.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
I actually did find a solution in the following thread (but have yet to test
it):
http://mail-archives.apache.org/mod_mbox/ant-user/200811.mbox/%3c20411245.p...@talk.nabble.com%3e
My issue is I don't know the final base dir where this will all be
installed, so it needs to be portable with respec
iamleppert a écrit :
Is it possible somehow using the pathconvert task to translate one relative
path to another, given a "reference point"?
E.g.
Given the following directory structure:
modules/mymodule/resources/css/something.css
I have relative paths in something.css like the following:
b
Hi all,
is it possible to execute a target in an antfile where there are some
targets missing which causes that some targets (but not the one I want to
execute) don't have satisfied their dependencies, i.e. some of the targets
in their "depends" attribute are missing?
A short example (no other t