On Mon, 2003-08-18 at 18:04, Brett Porter wrote: > > In project.xml, I have: > > > > <dependency> > > <id>xalan</id> > > <version>2.5.1</version> > > </dependency> > > Did you try <properties><classloader>root</classloader></properties>?
Yes. Appears to make no difference. > This is where the last thread got to: > http://marc.theaimsgroup.com/?l=turbine-maven-user&m=106089921115436&w=2 You mention in that message upgrading Ant to 1.5.3 in Maven. How exactly did you do that? I added a dependency on ant-1.5.3-1.jar in project.xml, with no change in the results. > I swear it works for me! :) Well, as soon as we can do distributed builds in Maven, I'll be in touch about using your computer to do our builds. :-) I've got a workaround in the meantime, so I'm not dead in the water, but it's ugly: <ant:exec executable="ant" failonerror="true"> <ant:arg value="-Dmaven.repo.local=${maven.repo.local}" /> <ant:arg line="-f project-ant.xml" /> <ant:arg value="generate-sql" /> </ant:exec> This is how I'm not completely mental. I can do what needs to be done in Ant; it's just in Maven that I can't get it to work. -- Craig S. Cottingham [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
