Tackling build problems

2006-07-19 Thread Jeremy Boynes
One thing we ran into with chianti was problems in the build due to the availability of dependencies that are only used in a few places. For example, there were repeated problems building the JAXB databinding due to downtime at java.net. This isn't new - for example, I remember in M1 we

Re: Tackling build problems

2006-07-19 Thread Jim Marino
On Jul 19, 2006, at 11:00 AM, Jeremy Boynes wrote: One thing we ran into with chianti was problems in the build due to the availability of dependencies that are only used in a few places. For example, there were repeated problems building the JAXB databinding due to downtime at java.net.