"Steve Loughran" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > A couple of maven-repository related questions. as that is the main cause > of the new projects I've added not building. > > > 1. how do I get the local repository into enough shape that maven1 works? > This is a prerequisite to getting either ws-commons or ws-axis2 to work? >
IMHO, there is already way too much in the local repository already. But as Brett has already said, this is a limitation of how Gump and Maven interact. > 2. I'm thinking of skipping classpath setup using the m2-tasks when on > gump. Is there a well known properly like "gump.run" that is set when ant > is running under gump, or should I make one up. Try build.sysclasspath=only. This, more generally tells you that Ant is going to ignore any classpath setup you do. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
