Hi Richard, On Wed, Apr 22, 2009 at 9:23 AM, Richard Kelly <[email protected]> wrote:
> Hi everyone, > > It looks like my Google Summer of Code proposal to implement Unicode > normalization in Xerces was accepted, Congratulations and welcome to Xerces. > so I look forward to working with you all over the coming months. > > I'm starting off by making a development environment to write code for > Xerces. Does anyone have any tips for setting up > a dev environment? In particular, are there specific versions of > software that I should be using? I know I should be using > JDK 1.3. Should I just be getting Ant from the Xerces tools repository? I think if you can setup Xerces codebase as a project in Eclipse that would be good enough for the most part. You can write your code and directly run/debug from Eclipse. Download Apache ANT and install in your system so that you can perform builds outside the IDE (say from command line) for regression testing purposes. Of course using the latest versions of development tools would always help. Thanks, Hiranya > > > > thanks, > Richard > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
