Two things:
1) Can someone review the code changes for ERMA-13? It's in
http://github.com/mkemp/erma/tree/master. I forgot that git commits are kept
separate, so the changes are actually split across two commits.

2) I added what should be the appropriate jars to support the commons
attributes. However, I have not been able to get the build to work yet. Even
with the command:

ant -lib build/ant-lib/ <task>

it does not seem to be able to pick up the jars.

The error is:
build.xml:99: taskdef A class needed by
org.apache.commons.compiler.AttributeCompiler cannot be found:
xjavadoc/ant/XJavadocTask

The commons-attributes task is currently commented out so that the rest of
the build works.

Matt


On Mon, Dec 8, 2008 at 3:24 PM, Stephen Mullins <[EMAIL PROTECTED]> wrote:

> Well that sucks.  I'll take a look at it tonight.
>
>
> On Mon, Dec 8, 2008 at 11:10 AM, Doug Barth <[EMAIL PROTECTED]> wrote:
>
>> Hey,
>>
>> I'm getting a build failure with the latest version of the code in Git.
>>
>> The relevant failure Ant snippet is the following. I'm guessing this is
>> due to some of the JARs that are bundled in your JDK package.
>>
>>  compile.compile:
>>> Trying to override old definition of task compile-rmic
>>> Trying to override old definition of task compile-rmic
>>>  [taskdef] Could not load definitions from resource
>>> org/apache/commons/attributes/anttasks.properties. It could not be found.
>>>
>>> -init-classpath:
>>>
>>> -init-project-classpath:
>>>
>>> compile-attributes:
>>>    [mkdir] Created dir:
>>> /Users/doug/Code/open_source/erma.git/target/generated
>>>
>>> BUILD FAILED
>>> /Users/doug/Code/open_source/erma.git/build.xml:115: The following error
>>> occurred while executing this line:
>>> /Users/doug/Code/open_source/erma.git/build.xml:102: Problem: failed to
>>> create task or type attribute-compiler
>>> 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.
>>>
>>
>> According to the 'git bisect' command (super cool command, check it out!),
>> the commit that caused the failure is
>> 616912e74d8b31b33e5198c625761d7882f735e9.
>>
>>  616912e74d8b31b33e5198c625761d7882f735e9 is first bad commit
>>> commit 616912e74d8b31b33e5198c625761d7882f735e9
>>> Author: Stephen Mullins <[EMAIL PROTECTED]>
>>> Date:   Thu Dec 4 11:41:13 2008 -0600
>>>
>>>    adding commons-attributes
>>>
>>> :100644 100644 129e7ebc676f6b1af561b4e797c42de021cf42da
>>> f1108ff7893cab6a012ddf5e84c1bdaa326f0ebe M      ChangeLog
>>> :100644 100644 16171eb8eab4348760b90c952ea4d1df5abddb45
>>> 4f6409417dc42042d0ed8fc0b13affe09448e546 M      build-deps.xml
>>> :100644 100644 90061d93acd90af76a96a90acf7eab194b0100c8
>>> 44d9e4b66c39c93dff4b4ddf21cb5f7a2278a176 M      build.xml
>>> :040000 040000 b75ae743afc6c6bdd6378ab694193a010a62dafa
>>> c3af12291495e68b57735c29ad4414a43e8a7708 M      build
>>> :040000 040000 73083dfd33087d0e8a6b09c770be5c79c117556f
>>> 51595065c4235a525170e6be288174edffaf2a9f M      src
>>>
>>
>> --
>> Doug Barth
>>
>>
>> _______________________________________________
>> Mailing list: 
>> https://launchpad.net/~erma-core<https://launchpad.net/%7Eerma-core>
>> Post to     : erma-core@lists.launchpad.net
>> Unsubscribe : 
>> https://launchpad.net/~erma-core<https://launchpad.net/%7Eerma-core>
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> _______________________________________________
> Mailing list: 
> https://launchpad.net/~erma-core<https://launchpad.net/%7Eerma-core>
> Post to     : erma-core@lists.launchpad.net
> Unsubscribe : 
> https://launchpad.net/~erma-core<https://launchpad.net/%7Eerma-core>
> More help   : https://help.launchpad.net/ListHelp
>
>
_______________________________________________
Mailing list: https://launchpad.net/~erma-core
Post to     : erma-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~erma-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to