You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by anita kulshreshtha <a_...@yahoo.com> on 2006/12/14 17:20:40 UTC

jee5 assembly

   JEE 5 assembly is using boilerplate-j2ee jar. Is this intended?

[INFO]
----------------------------------------------------------------------------
[INFO] Building Geronimo Assemblies :: Boilerplate JEE5
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir:
C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\target\cla
sses\META-INF
[INFO] Copying 2 files to
C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\targ
et\classes\META-INF
[INFO] [dependency:unpack {execution: unpack-boilerplate}]
[INFO] Configured Artifact:
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:null:
2.0-SNAPSHOT:jar
[INFO] snapshot
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
che
cking for updates from apache-snapshots
[INFO] snapshot
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
che
cking for updates from codehaus-snapshots
[INFO] snapshot
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
che
cking for updates from apache.snapshots
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.assemblies
ArtifactId: geronimo-boilerplate-j2ee
Version: 2.0-SNAPSHOT

Reason: System is offline.

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.geronimo.assemblies
-DartifactId=geronim
o-boilerplate-j2ee \
        -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file


 
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:jar:2.0-SNAPSHOT



NOTE: Maven is executing in offline mode. Any artifacts not already in
your local
repository will be inaccessible.


[INFO]
------------------------------------------------------------------------

Thanks
Anita



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Re: jee5 assembly

Posted by Jason Dillon <ja...@planet57.com>.
Who ever started changing to these jee5 assemblies should finish up  
the job and clean up the unused boilerplate then.

--jason


On Dec 15, 2006, at 2:14 AM, anita kulshreshtha wrote:

>    It does Not, if you happen to look inside and know that it is  
> empty.
> I looked at
> geronimo-boilerplate-j2ee and
> geronimo-boilerplate-jee5
>    and concluded that I could comment out geronimo-boilerplate-j2ee to
> make the build go faster..
>
> Thanks
> Anita
>
> --- Jason Dillon <ja...@planet57.com> wrote:
>
>> Does it matter?  That module was intended to be the basic setup for
>> the EE assemblies, which used to be *-j2ee, now are *-jee5
>>
>> --jason
>>
>>
>> On Dec 14, 2006, at 8:20 AM, anita kulshreshtha wrote:
>>
>>>    JEE 5 assembly is using boilerplate-j2ee jar. Is this intended?
>>>
>>> [INFO]
>>>
>>
> ----------------------------------------------------------------------
>>
>>> ------
>>> [INFO] Building Geronimo Assemblies :: Boilerplate JEE5
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>>
>>
> ----------------------------------------------------------------------
>>
>>> ------
>>> [INFO] [tools:require-java-version {execution:
>> validate-java-version}]
>>> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
>>> [INFO] Created dir:
>>>
>>
> C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\target\cla
>>> sses\META-INF
>>> [INFO] Copying 2 files to
>>> C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\targ
>>> et\classes\META-INF
>>> [INFO] [dependency:unpack {execution: unpack-boilerplate}]
>>> [INFO] Configured Artifact:
>>> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:null:
>>> 2.0-SNAPSHOT:jar
>>> [INFO] snapshot
>>>
>>
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
>>> che
>>> cking for updates from apache-snapshots
>>> [INFO] snapshot
>>>
>>
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
>>> che
>>> cking for updates from codehaus-snapshots
>>> [INFO] snapshot
>>>
>>
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
>>> che
>>> cking for updates from apache.snapshots
>>> [INFO]
>>>
>>
> ----------------------------------------------------------------------
>>
>>> --
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>>
>>
> ----------------------------------------------------------------------
>>
>>> --
>>> [INFO] Failed to resolve artifact.
>>>
>>> GroupId: org.apache.geronimo.assemblies
>>> ArtifactId: geronimo-boilerplate-j2ee
>>> Version: 2.0-SNAPSHOT
>>>
>>> Reason: System is offline.
>>>
>>> Try downloading the file manually from the project website.
>>>
>>> Then, install it using the command:
>>>     mvn install:install-file
>> -DgroupId=org.apache.geronimo.assemblies
>>> -DartifactId=geronim
>>> o-boilerplate-j2ee \
>>>         -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>>
>>>
>>>
>>> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:jar:2.0-
>>> SNAPSHOT
>>>
>>>
>>>
>>> NOTE: Maven is executing in offline mode. Any artifacts not already
>> in
>>> your local
>>> repository will be inaccessible.
>>>
>>>
>>> [INFO]
>>>
>>
> ----------------------------------------------------------------------
>>
>>> --
>>>
>>> Thanks
>>> Anita
>>>
>>>
>>>
>>>
>>>
>>
> ______________________________________________________________________
>>
>>> ______________
>>> Do you Yahoo!?
>>> Everyone is raving about the all-new Yahoo! Mail beta.
>>> http://new.mail.yahoo.com
>>
>>
>
>
>
>
> ______________________________________________________________________ 
> ______________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com


Re: jee5 assembly

Posted by anita kulshreshtha <a_...@yahoo.com>.
   It does Not, if you happen to look inside and know that it is empty.
I looked at  
geronimo-boilerplate-j2ee and
geronimo-boilerplate-jee5
   and concluded that I could comment out geronimo-boilerplate-j2ee to
make the build go faster..

Thanks
Anita

--- Jason Dillon <ja...@planet57.com> wrote:

> Does it matter?  That module was intended to be the basic setup for  
> the EE assemblies, which used to be *-j2ee, now are *-jee5
> 
> --jason
> 
> 
> On Dec 14, 2006, at 8:20 AM, anita kulshreshtha wrote:
> 
> >    JEE 5 assembly is using boilerplate-j2ee jar. Is this intended?
> >
> > [INFO]
> >
>
----------------------------------------------------------------------
> 
> > ------
> > [INFO] Building Geronimo Assemblies :: Boilerplate JEE5
> > [INFO]    task-segment: [install]
> > [INFO]
> >
>
----------------------------------------------------------------------
> 
> > ------
> > [INFO] [tools:require-java-version {execution:
> validate-java-version}]
> > [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> > [INFO] Created dir:
> >
>
C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\target\cla
> > sses\META-INF
> > [INFO] Copying 2 files to
> > C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\targ
> > et\classes\META-INF
> > [INFO] [dependency:unpack {execution: unpack-boilerplate}]
> > [INFO] Configured Artifact:
> > org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:null:
> > 2.0-SNAPSHOT:jar
> > [INFO] snapshot
> >
>
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
> > che
> > cking for updates from apache-snapshots
> > [INFO] snapshot
> >
>
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
> > che
> > cking for updates from codehaus-snapshots
> > [INFO] snapshot
> >
>
org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
> > che
> > cking for updates from apache.snapshots
> > [INFO]
> >
>
----------------------------------------------------------------------
> 
> > --
> > [ERROR] BUILD ERROR
> > [INFO]
> >
>
----------------------------------------------------------------------
> 
> > --
> > [INFO] Failed to resolve artifact.
> >
> > GroupId: org.apache.geronimo.assemblies
> > ArtifactId: geronimo-boilerplate-j2ee
> > Version: 2.0-SNAPSHOT
> >
> > Reason: System is offline.
> >
> > Try downloading the file manually from the project website.
> >
> > Then, install it using the command:
> >     mvn install:install-file
> -DgroupId=org.apache.geronimo.assemblies
> > -DartifactId=geronim
> > o-boilerplate-j2ee \
> >         -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> >
> >
> >
> > org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:jar:2.0- 
> > SNAPSHOT
> >
> >
> >
> > NOTE: Maven is executing in offline mode. Any artifacts not already
> in
> > your local
> > repository will be inaccessible.
> >
> >
> > [INFO]
> >
>
----------------------------------------------------------------------
> 
> > --
> >
> > Thanks
> > Anita
> >
> >
> >
> >
> >
>
______________________________________________________________________
> 
> > ______________
> > Do you Yahoo!?
> > Everyone is raving about the all-new Yahoo! Mail beta.
> > http://new.mail.yahoo.com
> 
> 



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Re: jee5 assembly

Posted by Jason Dillon <ja...@planet57.com>.
Does it matter?  That module was intended to be the basic setup for  
the EE assemblies, which used to be *-j2ee, now are *-jee5

--jason


On Dec 14, 2006, at 8:20 AM, anita kulshreshtha wrote:

>    JEE 5 assembly is using boilerplate-j2ee jar. Is this intended?
>
> [INFO]
> ---------------------------------------------------------------------- 
> ------
> [INFO] Building Geronimo Assemblies :: Boilerplate JEE5
> [INFO]    task-segment: [install]
> [INFO]
> ---------------------------------------------------------------------- 
> ------
> [INFO] [tools:require-java-version {execution: validate-java-version}]
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] Created dir:
> C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\target\cla
> sses\META-INF
> [INFO] Copying 2 files to
> C:\anita\geronimo\g2.0\assemblies\geronimo-boilerplate-jee5\targ
> et\classes\META-INF
> [INFO] [dependency:unpack {execution: unpack-boilerplate}]
> [INFO] Configured Artifact:
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:null:
> 2.0-SNAPSHOT:jar
> [INFO] snapshot
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
> che
> cking for updates from apache-snapshots
> [INFO] snapshot
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
> che
> cking for updates from codehaus-snapshots
> [INFO] snapshot
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:2.0-SNAPSHOT:
> che
> cking for updates from apache.snapshots
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD ERROR
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.geronimo.assemblies
> ArtifactId: geronimo-boilerplate-j2ee
> Version: 2.0-SNAPSHOT
>
> Reason: System is offline.
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
>     mvn install:install-file -DgroupId=org.apache.geronimo.assemblies
> -DartifactId=geronim
> o-boilerplate-j2ee \
>         -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>
>
>
> org.apache.geronimo.assemblies:geronimo-boilerplate-j2ee:jar:2.0- 
> SNAPSHOT
>
>
>
> NOTE: Maven is executing in offline mode. Any artifacts not already in
> your local
> repository will be inaccessible.
>
>
> [INFO]
> ---------------------------------------------------------------------- 
> --
>
> Thanks
> Anita
>
>
>
>
> ______________________________________________________________________ 
> ______________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com