You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Michelle Caisse <Mi...@Sun.COM> on 2008/01/03 02:33:57 UTC

maven default goal

Is it time to upgrade to maven 1.1? I'm still using 1.0.2 and "maven 
tck2.default" doesn't work any more.

-- Michelle

Re: maven default goal

Posted by Craig L Russell <Cr...@Sun.COM>.
Hi Michelle,

Yes, this looks like we didn't properly change all of the goals when  
we removed "default" from the pom.

This is easily fixed.

Craig

On Jan 2, 2008, at 9:34 PM, Michelle Caisse wrote:

> Here's what I get. Scroll down to the end for the error message:
>
> 21:29:45 /cygdrive/c/jdo/trunk>maven tck2.default
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> build:start:
>
> tck2.default:
> multiproject:projects-init:
>    [echo] Gathering project list
> Starting the reactor...
> Our processing order:
> JDO2 API
> JDO2 API Legacy
> JDO2 Implementation (Util)
> JDO2 Implementation (Model)
> JDO2 Implementation (Enhancer)
> JDO2 Technology Compatibility Kit
> JDO2 Technology Compatibility Kit Legacy
> +----------------------------------------
> | Gathering project list JDO2 API
> | Memory: 4M/7M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO2 API Legacy
> | Memory: 4M/7M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO2 Implementation (Util)
> | Memory: 4M/7M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO2 Implementation (Model)
> | Memory: 4M/7M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO2 Implementation (Enhancer)
> | Memory: 4M/7M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO2 Technology Compatibility Kit
> | Memory: 4M/7M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO2 Technology Compatibility Kit Legacy
> | Memory: 4M/7M
> +----------------------------------------
> Starting the reactor...
> Our processing order:
> JDO2 API
> JDO2 API Legacy
> JDO2 Implementation (Util)
> JDO2 Implementation (Model)
> JDO2 Implementation (Enhancer)
> JDO2 Technology Compatibility Kit
> JDO2 Technology Compatibility Kit Legacy
> +----------------------------------------
> | Executing default JDO2 API
> | Memory: 4M/7M
> +----------------------------------------
>
> BUILD FAILED
> File...... c:\home\.maven\cache\maven-multiproject-plugin-1.3.1 
> \plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unknown goal "default"
> Total time: 2 seconds
> Finished at: Wed Jan 02 21:29:57 PST 2008
>
> -- Michelle
>
> Craig L Russell wrote:
>
>> Oops. Why doesn't it work?
>>
>> Craig
>>
>> On Jan 2, 2008, at 5:33 PM, Michelle Caisse wrote:
>>
>>> Is it time to upgrade to maven 1.1? I'm still using 1.0.2 and   
>>> "maven tck2.default" doesn't work any more.
>>>
>>> -- Michelle
>>
>>
>> Craig Russell
>> Architect, Sun Java Enterprise System http://java.sun.com/products/ 
>> jdo
>> 408 276-5638 mailto:Craig.Russell@sun.com
>> P.S. A good JDO? O, Gasp!
>>
>

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!


Re: maven default goal

Posted by Michelle Caisse <Mi...@Sun.COM>.
Here's what I get. Scroll down to the end for the error message:

21:29:45 /cygdrive/c/jdo/trunk>maven tck2.default
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

tck2.default:
multiproject:projects-init:
    [echo] Gathering project list
Starting the reactor...
Our processing order:
JDO2 API
JDO2 API Legacy
JDO2 Implementation (Util)
JDO2 Implementation (Model)
JDO2 Implementation (Enhancer)
JDO2 Technology Compatibility Kit
JDO2 Technology Compatibility Kit Legacy
+----------------------------------------
| Gathering project list JDO2 API
| Memory: 4M/7M
+----------------------------------------
+----------------------------------------
| Gathering project list JDO2 API Legacy
| Memory: 4M/7M
+----------------------------------------
+----------------------------------------
| Gathering project list JDO2 Implementation (Util)
| Memory: 4M/7M
+----------------------------------------
+----------------------------------------
| Gathering project list JDO2 Implementation (Model)
| Memory: 4M/7M
+----------------------------------------
+----------------------------------------
| Gathering project list JDO2 Implementation (Enhancer)
| Memory: 4M/7M
+----------------------------------------
+----------------------------------------
| Gathering project list JDO2 Technology Compatibility Kit
| Memory: 4M/7M
+----------------------------------------
+----------------------------------------
| Gathering project list JDO2 Technology Compatibility Kit Legacy
| Memory: 4M/7M
+----------------------------------------
Starting the reactor...
Our processing order:
JDO2 API
JDO2 API Legacy
JDO2 Implementation (Util)
JDO2 Implementation (Model)
JDO2 Implementation (Enhancer)
JDO2 Technology Compatibility Kit
JDO2 Technology Compatibility Kit Legacy
+----------------------------------------
| Executing default JDO2 API
| Memory: 4M/7M
+----------------------------------------

BUILD FAILED
File...... c:\home\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unknown goal "default"
Total time: 2 seconds
Finished at: Wed Jan 02 21:29:57 PST 2008

-- Michelle

Craig L Russell wrote:

> Oops. Why doesn't it work?
>
> Craig
>
> On Jan 2, 2008, at 5:33 PM, Michelle Caisse wrote:
>
>> Is it time to upgrade to maven 1.1? I'm still using 1.0.2 and  "maven 
>> tck2.default" doesn't work any more.
>>
>> -- Michelle
>
>
> Craig Russell
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com
> P.S. A good JDO? O, Gasp!
>


Re: maven default goal

Posted by Craig L Russell <Cr...@Sun.COM>.
Oops. Why doesn't it work?

Craig

On Jan 2, 2008, at 5:33 PM, Michelle Caisse wrote:

> Is it time to upgrade to maven 1.1? I'm still using 1.0.2 and  
> "maven tck2.default" doesn't work any more.
>
> -- Michelle

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!