You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jason Kary <jk...@cisco.com> on 2002/02/27 15:48:44 UTC

Compile Maven?

Hi,

I am trying to compile maven and the GenJar task definition does not 
seem to be in my optional.jar file.  I looked in 
jakarta-ant-optional-1.4.jar and it's not there?

Where can I find this class?

Jason Kary



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Daniel Rall <dl...@finemaltcoding.com>.
ditto

Jason Kary <jk...@cisco.com> writes:

> I ran this target, however I am still getting the same error?
>
> Jason van Zyl wrote:
>
>>On Wed, 2002-02-27 at 09:48, Jason Kary wrote:
>>
>>> I am trying to compile maven and the GenJar task definition does
>>> not seem to be in my optional.jar file.  I looked in
>>> jakarta-ant-optional-1.4.jar and it's not there?
>>>
>>>Where can I find this class?
>>>
>>
>>Use the 'update-jars' target that in build-bootstrap.xml and it will
>>bring down the JARs you need.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Jason Kary <jk...@cisco.com>.
Thanks everyone for all your help... Things are now working. :)

JK


Pete Kazmier wrote:

>Try looking at this document:
>
>http://jakarta.apache.org/turbine/maven/bootstrap.html
>
>Its been recently updated to reflect the new build process for Maven.
>In the past few days, there have been some changes that weren't
>reflected up on the web site (I just udated the site).
>
>You may also want to do a fresh checkout from CVS since it changes on a
>daily basis.
>
>On Wed, Feb 27, 2002 at 11:20:52AM -0500, Jason Kary wrote:
>
>>Here is the error?  I looked in ant 1.4's optional package and didn't 
>>seem to be there?
>>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Pete Kazmier <pe...@kazmier.com>.
Try looking at this document:

http://jakarta.apache.org/turbine/maven/bootstrap.html

Its been recently updated to reflect the new build process for Maven.
In the past few days, there have been some changes that weren't
reflected up on the web site (I just udated the site).

You may also want to do a fresh checkout from CVS since it changes on a
daily basis.

On Wed, Feb 27, 2002 at 11:20:52AM -0500, Jason Kary wrote:
> Here is the error?  I looked in ant 1.4's optional package and didn't 
> seem to be there?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Jason Kary <jk...@cisco.com>.
Hi Jason,

Here is the error?  I looked in ant 1.4's optional package and didn't 
seem to be there?

Take Care
JK

BUILD FAILED
/home/jkary/src/opensource/jakarta-turbine-maven/build-bootstrap.xml:76: 
taskdef class org.apache.tools.ant.taskdefs.optional.genjar.GenJar 
cannot be found

Total Time: 10 seconds



Jason van Zyl wrote:

>On Wed, 2002-02-27 at 10:32, Jason Kary wrote:
>
>>Jason,
>>
>>I ran this target, however I am still getting the same error?
>>
>
>And the error is?
> 
>
>>JK
>>
>>Jason van Zyl wrote:
>>
>>>On Wed, 2002-02-27 at 09:48, Jason Kary wrote:
>>>
>>>>Hi,
>>>>
>>>>I am trying to compile maven and the GenJar task definition does not 
>>>>seem to be in my optional.jar file.  I looked in 
>>>>jakarta-ant-optional-1.4.jar and it's not there?
>>>>
>>>>Where can I find this class?
>>>>
>>>Use the 'update-jars' target that in build-bootstrap.xml and it will
>>>bring down the JARs you need.
>>>
>>>
>>>>Jason Kary
>>>>
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Jason van Zyl <jv...@zenplex.com>.
On Wed, 2002-02-27 at 10:32, Jason Kary wrote:
> Jason,
> 
> I ran this target, however I am still getting the same error?

And the error is?
 
> JK
> 
> Jason van Zyl wrote:
> 
> >On Wed, 2002-02-27 at 09:48, Jason Kary wrote:
> >
> >>Hi,
> >>
> >>I am trying to compile maven and the GenJar task definition does not 
> >>seem to be in my optional.jar file.  I looked in 
> >>jakarta-ant-optional-1.4.jar and it's not there?
> >>
> >>Where can I find this class?
> >>
> >
> >Use the 'update-jars' target that in build-bootstrap.xml and it will
> >bring down the JARs you need.
> > 
> >
> >>Jason Kary
> >>
> >>
> >>
> >>--
> >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Jason Kary <jk...@cisco.com>.
Jason,

I ran this target, however I am still getting the same error?

JK

Jason van Zyl wrote:

>On Wed, 2002-02-27 at 09:48, Jason Kary wrote:
>
>>Hi,
>>
>>I am trying to compile maven and the GenJar task definition does not 
>>seem to be in my optional.jar file.  I looked in 
>>jakarta-ant-optional-1.4.jar and it's not there?
>>
>>Where can I find this class?
>>
>
>Use the 'update-jars' target that in build-bootstrap.xml and it will
>bring down the JARs you need.
> 
>
>>Jason Kary
>>
>>
>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compile Maven?

Posted by Jason van Zyl <jv...@zenplex.com>.
On Wed, 2002-02-27 at 09:48, Jason Kary wrote:
> Hi,
> 
> I am trying to compile maven and the GenJar task definition does not 
> seem to be in my optional.jar file.  I looked in 
> jakarta-ant-optional-1.4.jar and it's not there?
> 
> Where can I find this class?

Use the 'update-jars' target that in build-bootstrap.xml and it will
bring down the JARs you need.
 
> Jason Kary
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>