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 <johndament@apache.org> wrote:
> Daniel,
>
> Do you have build instructions somewhere?
>
> John
>
>
> On Sun, Mar 20, 2016 at 7:02 PM Daniel Dekany <ddekany@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
>> general@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
>>
>>
|