Re: jar task with duplicate="preserve"

2020-09-22 Thread Dave Brosius
The "abnormal" jar was created with the iajc ant task (aspectj) I'll see if i can get something together. On 9/22/20 2:10 AM, Stefan Bodewig wrote: Hi Dave On 2020-09-21, Dave Brosius wrote: In the end i just wrote my own custom ant task to do what jar was supposed to do. What i noticed was

Re: jar task with duplicate="preserve"

2020-09-21 Thread Stefan Bodewig
Hi Dave On 2020-09-21, Dave Brosius wrote: > In the end i just wrote my own custom ant task to do what jar was > supposed to do. What i noticed was that one of the jars had >     1) no entries for the directories themselves >     2) items out of alphabetical order. > Don't know if that confuse

Re: jar task with duplicate="preserve"

2020-09-21 Thread Dave Brosius
On 9/21/20 4:32 AM, Stefan Bodewig wrote: On 2020-09-15, Dave Brosius wrote: I have an ant task using ant 1.10.8, that includes use of the task as such:                                 ...                     There are in fact file collsions between the two jars. W

Re: jar task with duplicate="preserve"

2020-09-21 Thread Stefan Bodewig
On 2020-09-15, Dave Brosius wrote: > I have an ant task using ant 1.10.8, that includes use of the > task as such: >         **duplicate="preserve"*> >             includes="**/*" /> >             > ... >             >         > There are in fact file collsions between the

jar task with duplicate="preserve"

2020-09-14 Thread Dave Brosius
Hi folks, I have an ant task using ant 1.10.8, that includes use of the task as such:         **duplicate="preserve"*>             includes="**/*" />                                             value="${ant.project.name}" />                 value="${ant.project.name}" />