Re: [maven1] Classes that use javax.xml.parsers.SAXParserFactory.setXIncludeAware(boolean) do not compile

2006-01-11 Thread Minds Work
properties and try maven java:compile > again: > > maven.compile.source=1.5 > maven.compile.target=1.5 > > Doug > > Minds Work wrote: > > >Hi > >I have a class that uses the method "setXIncludeAware(boolean)" from " > >javax.xml.parsers.S

[maven1] Classes that use javax.xml.parsers.SAXParserFactory.setXIncludeAware(boolean) do not compile

2006-01-11 Thread Minds Work
Hi I have a class that uses the method "setXIncludeAware(boolean)" from " javax.xml.parsers.SAXParserFactory" (jdk1.5) The class compiles in eclipse. But when I run maven, maven does not compile the class, it says that this method does not exists. I tried in others machines, but the error is alwaly

[m1]How to ignore dependencies from the parent projet??

2005-11-17 Thread Minds Work
Hi I Have a project that extends from other project.xml ( the parent project), but I want to ignore some dependencies of the parent project, is there a way to do this??? []s Freddy

Re: can a goal executing in a project execute goals in other projects?

2005-11-01 Thread Minds Work
It works, Thank you []s Freddy On 11/1/05, Dion Gillard <[EMAIL PROTECTED]> wrote: > > Couldn't you make it a system property: > > ${systemScope.put('name', varFromTstamp)} > > On 11/2/05, Minds Work <[EMAIL PROTECTED]> wrote: > > Thanks, it w

Re: can a goal executing in a project execute goals in other projects?

2005-11-01 Thread Minds Work
AIL PROTECTED]> wrote: > > Hi Freddy, > > You can use the maven:maven tag in Jelly : > http://maven.apache.org/maven-1.x/tags.html#maven:maven > > Arnaud > > > > -----Message d'origine- > > De : Minds Work [mailto:[EMAIL PROTECTED] > > Envoy

can a goal executing in a project execute goals in other projects?

2005-10-31 Thread Minds Work
Is there a way (without using the exec ant task...) to make a goal call another goal but execute it in other project? Example, I execute the goal "myGoal" in project Foo, and the goal "myGoal" execute the "jar" goal in project "Bar"? []s Freddy

executin goals - Can I pass arguments to a goal??

2005-10-31 Thread Minds Work
[maven 1.0.x] Can I pass arguments to a goal when I execute maven ? And with the attaingoal tag? []s Freddy