On 4/27/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> 
> > -----Original Message-----
> > From: Dary Dominik [mailto:[EMAIL PROTECTED]
> > Sent: mercredi 27 avril 2005 11:35
> > To: Cactus Users List
> > Subject: Re: compile problem with maven
> >
> > Hi Vincent,
> >
> > i don't really got what you meant. Can you give me an example?
> 
> Sorry I meant "value" not "valid".
> 
> Exmaple: If you build with JDK 1.4 and you have a:
> maven.compile.target = 1.5
> 
> In any case I don't see how this is related to Cactus. It seems related to
> Maven though.
> 
> What is this multiproject:cactus goal?

the goal multiproject:cactus is defined by the plugin genapp (if i
generate a project: type complex).
script from the maven.xml:
 <goal name="multiproject:cactus">
<!--    <attainGoal name="multiproject:build" />-->
<!--    <maven:maven descriptor="components/ears/ear/project.xml"
goals="cactus:test-ear" />-->
    <maven:reactor
      basedir="."
      banner="Testing EAR files"
      includes="${maven.multiproject.ear.includes}"
      excludes="${maven.multiproject.ear.excludes}"
      postProcessing="false"
      goals="cactus:test-ear"
      ignoreFailures="${maven.multiproject.ignoreFailures}"
    />
  </goal>

Thanks 



> 
> Thanks
> -Vincent
> 
> > On 4/27/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > > Hi Dominik,
> > >
> > > I'm not aware of a cactus goal in the multiproject plugin. However the
> > error
> > > is simply because you have a maven.compile.target property with a valid
> > > incompatible with the JDK you are using.
> > >
> > > Thanks
> > > -Vincent
> > >
> > > > -----Original Message-----
> > > > From: Dary Dominik [mailto:[EMAIL PROTECTED]
> > > > Sent: mardi 26 avril 2005 20:33
> > > > To: cactus-user@jakarta.apache.org
> > > > Subject: compile problem with maven
> > > >
> > > > hello,
> > > >
> > > > i generated an maven project with the maven plugin genapp. I used the
> > > > template complex. in this generated project are cactus tests includet.
> > > > i can run the maven command and the build is successfull.
> > > > if i run the following command, i got an error:
> > > >
> > > > command: maven multiproject:cactus
> > > >
> > > > error message:
> > > > cactus:compile:
> > > >     [mkdir] Created dir: /tmp/kannweg/components/ears/ear/target/test-
> > > > cactus-cla
> > > > sses
> > > >     [javac] Compiling 1 source file to
> > > > /tmp/kannweg/components/ears/ear/target/t
> > > > est-cactus-classes
> > > > javac: invalid target release:
> > > >
> > > > I use maven 1.02, cactus 13-1.6dev-20040115, java 1.4.2_08 and jboss
> > > > jboss-3.2.5
> > > >
> > > > Thanks you!
> > > >
> > > > --
> > > > Dominik Dary
> > > > email: [EMAIL PROTECTED]
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Dominik Dary
> > email: [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Dominik Dary
email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to