I can't reproduce this. I have deleted all the Ivy caches, and it
still finds and downloads org.freemarker#docgen;2.0-branch-head fine.
The only thing I can think of is that earlier there was some
semi-successful ivy repo setup, and now it stays broken. So, try to
issue `ant clean-deps`, then also delete `~/.ivy`, and then try `ant`
again. Please store the full log of the last (i.e., the things that
Ant writes to the stdout), and in case it still fails, send it to me.

-- 
Thanks,
 Daniel Dekany


Monday, March 21, 2016, 11:50:00 AM, John D. Ament wrote:

> I do have ivy installed
>
> This is what I get from running ivy
>
> :: problems summary ::
>
> :::: WARNINGS
>
> module not found: org.freemarker#docgen;2.0-branch-head
>
>
> ==== local: tried
>
>
>
> /Users/johnament/.ivy2/local/org.freemarker/docgen/2.0-branch-head/ivys/ivy.xml
>
>
>   -- artifact org.freemarker#docgen;2.0-branch-head!docgen.jar:
>
>
>
> /Users/johnament/.ivy2/local/org.freemarker/docgen/2.0-branch-head/jars/docgen.jar
>
>
> ==== shared: tried
>
>
>
> /Users/johnament/.ivy2/shared/org.freemarker/docgen/2.0-branch-head/ivys/ivy.xml
>
>
>   -- artifact org.freemarker#docgen;2.0-branch-head!docgen.jar:
>
>
>
> /Users/johnament/.ivy2/shared/org.freemarker/docgen/2.0-branch-head/jars/docgen.jar
>
>
> ==== public: tried
>
>
>
> https://repo1.maven.org/maven2/org/freemarker/docgen/2.0-branch-head/docgen-2.0-branch-head.pom
>
>
>   -- artifact org.freemarker#docgen;2.0-branch-head!docgen.jar:
>
>
>
> https://repo1.maven.org/maven2/org/freemarker/docgen/2.0-branch-head/docgen-2.0-branch-head.jar
>
>
> ::::::::::::::::::::::::::::::::::::::::::::::
>
>
> ::          UNRESOLVED DEPENDENCIES         ::
>
>
> ::::::::::::::::::::::::::::::::::::::::::::::
>
>
> :: org.freemarker#docgen;2.0-branch-head: not found
>
>
> ::::::::::::::::::::::::::::::::::::::::::::::
>
>
>
>
> :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
>
> On Mon, Mar 21, 2016 at 3:35 AM Daniel Dekany <ddek...@freemail.hu> wrote:
>
>> You haven't installed Ivy apparently. (But see the README.)
>>
>> --
>> Thanks,
>>  Daniel Dekany
>>
>>
>> Monday, March 21, 2016, 2:06:49 AM, John D. Ament wrote:
>>
>> > BTW - this is the error I get
>> >
>> > Johns-MBP-2:apache-freemarker-2.3.24-incubating-src johnament$ ant
>> compile
>> > Buildfile:
>> >
>> /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build.xml
>> >      [copy] Copying 1 file to
>> > /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build
>> >    [delete] Deleting:
>> >
>> /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build/version.properties.tmp
>> >
>> > _autoget-deps:
>> >      [copy] Copying 1 file to
>> > /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build
>> >    [delete] Deleting:
>> >
>> /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build/version.properties.tmp
>> >
>> > update-deps:
>> >      [echo] Getting dependencies...
>> >      [echo] -------------------------------------------------------
>> >
>> > BUILD FAILED
>> >
>> /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build.xml:951:
>> > The following error occurred while executing this line:
>> >
>> /Users/johnament/Downloads/apache-freemarker-2.3.24-incubating-src/build.xml:959:
>> > Problem: failed to create task or type
>> > antlib:org.apache.ivy.ant:settings
>> > Cause: The name is undefined.
>> > Action: Check the spelling.
>> > Action: Check that any custom tasks/types have been declared.
>> > Action: Check that any <presetdef>/<macrodef> declarations have taken
>> place.
>> > No types or tasks have been defined in this namespace yet
>> >
>> > This appears to be an antlib declaration.
>> > Action: Check that the implementing library exists in one of:
>> >         -/usr/local/Cellar/ant/1.9.6/libexec/lib
>> >         -/Users/johnament/.ant/lib
>> >         -a directory added on the command line with the -lib argument
>> >
>> >
>> > Total time: 0 seconds
>> >
>> > On Sun, Mar 20, 2016 at 8:48 PM John D. Ament <johndam...@apache.org>
>> wrote:
>> > Daniel,
>> >
>> > Do you have build instructions somewhere?
>> >
>> >
>> > John
>> >
>> >
>> > On Sun, Mar 20, 2016 at 7:02 PM Daniel Dekany <ddek...@freemail.hu>
>> wrote:
>> > Hi all,
>> >
>> > Please vote on releasing FreeMarker 2.3.24-incubating! This will be
>> > our first stable release (not just a Release Candidate) from the ASF.
>> > If this voting passes, another similar voting will be started on
>> > gene...@incubator.apache.org, and if that passes too, then we can
>> > release this version.
>> >
>> > Release Notes:
>> > http://freemarker.org/builds/2.3.24-unvoted/_html/versions_2_3_24.html
>> >
>> > Before proceed, you should know that FreeMarker 2.3.x, for a long
>> > time, always releases a normal and a "gae" variant on the same time,
>> > which are technically two independent source trees (Git branches). The
>> > "gae" variant contains a few small modification in the Java source
>> > code to be Google App Engine compliant, and has freemarker-gae as the
>> > Maven artifact name. Otherwise the normal and the "gae" branches are
>> > identical. Hence they will be voted on together.
>> >
>> > The commits to be voted upon are:
>> > - Normal (non-gae) variant:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker.git;a=commit;h=4a723fc1e89c3f258b00e6ee40ba3c60d076aa89
>> >   Commit hash: 4a723fc1e89c3f258b00e6ee40ba3c60d076aa89
>> > - "gae" variant:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker.git;a=commit;h=4b8df1fd03c21495e646ac1721734811564317f5
>> >   Commit hash: 4b8df1fd03c21495e646ac1721734811564317f5
>> >
>> > The artifacts to be voted upon are located here:
>> >
>> https://dist.apache.org/repos/dist/dev/incubator/freemarker/engine/2.3.24-incubating/source/
>> > where the source release artifacts are:
>> > - Normal (non-gae) variant:
>> >   apache-freemarker-2.3.24-incubating-src.tar.gz
>> > - "gae" variant:
>> >   apache-freemarker-gae-2.3.24-incubating-src.tar.gz
>> >
>> > See the README inside them for build instructions!
>> >
>> > Release artifacts are signed with the following key:
>> > https://people.apache.org/keys/committer/ddekany.asc
>> >
>> > Note that for convenience, we also provide binaries:
>> >
>> https://dist.apache.org/repos/dist/dev/incubator/freemarker/engine/2.3.24-incubating/binaries/
>> > and Maven artifacts in the ASF staging repository:
>> >
>> https://repository.apache.org/content/repositories/staging/org/freemarker/
>> >
>> > Please try out the package and vote!
>> >
>> > The vote is open for a minimum of 72 hours or until the necessary number
>> of
>> > votes (3 binding +1s) is reached.
>> >
>> > [ ] +1 Release this package as Apache FreeMarker 2.3.24-incubating
>> > [ ]  0 I don't feel strongly about it, but I'm okay with the release
>> > [ ] -1 Do not release this package because...
>> >
>> > Please add "(binding)" if your vote is binding.
>> >
>> > --
>> > Thanks,
>> >  Daniel Dekany
>> >
>>
>>

Reply via email to