You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ji...@codehaus.org on 2003/08/30 05:18:10 UTC

[jira] Created: (GERONIMO-41) More JSR-88 JavaDoc (j.e.d.spi.exceptions)

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-41


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-41
    Summary: More JSR-88 JavaDoc (j.e.d.spi.exceptions)
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: 1 minute

    Project: Apache Geronimo
 Components: 
             specs

   Assignee: 
   Reporter: Aaron Mulder

    Created: Fri, 29 Aug 2003 10:16 PM
    Updated: Fri, 29 Aug 2003 10:16 PM

Description:
Added JavaDoc to the classes in javax.enterprise.deploy.spi.exceptions


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: Build problems - something missing in maven repository ??

Posted by Jason Dillon <ja...@coredevelopers.net>.
I should hope so, I was assuming you had a sync'd workspace.

--jason


On Saturday, August 30, 2003, at 11:22  PM, Stefan Schuster wrote:

> Sorry to bother you again,
> but the directory is not there.
> Shouldn't ''cvs update'' in the root-dir
> give me all files and directorys ?
>
> Thanks in advance
>
> On Sat, 2003-08-30 at 18:13, Jason Dillon wrote:
>> That is because this is generated by the build.
>>
>> cd specs/jsee-jacc
>> maven jar:install
>>
>> Should fix this.
>>
>> --jason
>>
>>
>> On Saturday, August 30, 2003, at 10:53  PM, Stefan Schuster wrote:
>>
>>> Hi,
>>>
>>> Thanks for the fast response,
>>> looks like maven is trying to install it, but something
>>> fails :
>>>
>>> Attempting to download geronimo-spec-j2ee-jacc-DEV.jar.
>>> Error retrieving artifact from
>>> [http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-j2ee-
>>> jacc-DEV.jar]: java.lang.Exception: Can't get
>>> geronimo-spec-j2ee-jacc-DEV.jar to
>>> /home/stefan/.maven/repository/geronimo-spec/jars/geronimo-spec-j2ee-
>>> jacc-DEV.jar
>>> WARNING: Failed to download geronimo-spec-j2ee-jacc-DEV.jar.
>>> Attempting to download mx4j-SNAPSHOT.jar.
>>>
>>>
>>>
>>> On Sat, 2003-08-30 at 14:05, Jason Dillon wrote:
>>>> Are you trying to clean?  You need to run a build first, to get this
>>>> depend installed.  Its kinda stupid, but that is how it works :-(
>>>>
>>>> --jason
>>>>
>>>>
>>>> On Saturday, August 30, 2003, at 06:43  PM, Stefan Schuster wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I have problems building geronimo,
>>>>> is someone else expiring this problem :
>>>>>
>>>>>
>>>>> BUILD FAILED
>>>>> File...... file:/home/stefan/geronimo/incubator-geronimo/
>>>>> Element... maven:reactor
>>>>> Line...... 57
>>>>> Column.... 13
>>>>> The build cannot continue because of the following unsatisfied
>>>>> dependency:
>>>>>
>>>>> geronimo-spec-j2ee-jacc-DEV.jar
>>>>>
>>>>>
>>>>> -- 
>>>>> Stefan
>>>>>
>>>>>
>>>>
>>> -- 
>>> Stefan
>>>
>>
> -- 
> Stefan
>


Re: Build problems - something missing in maven repository ??

Posted by Stefan Schuster <za...@gmx.net>.
Hi, 

thank you very much, that solved my problem !
And I should learn more about CVS ...

On Sat, 2003-08-30 at 18:28, Davanum Srinivas wrote:
> "cvs update -P -d"

-- 
Stefan


Re: Build problems - something missing in maven repository ??

Posted by Davanum Srinivas <di...@yahoo.com>.
"cvs update -P -d"

--- Stefan Schuster <za...@gmx.net> wrote:
> Sorry to bother you again,
> but the directory is not there.
> Shouldn't ''cvs update'' in the root-dir
> give me all files and directorys ?
> 
> Thanks in advance
> 
> On Sat, 2003-08-30 at 18:13, Jason Dillon wrote:
> > That is because this is generated by the build.
> > 
> > cd specs/jsee-jacc
> > maven jar:install
> > 
> > Should fix this.
> > 
> > --jason
> > 
> > 
> > On Saturday, August 30, 2003, at 10:53  PM, Stefan Schuster wrote:
> > 
> > > Hi,
> > >
> > > Thanks for the fast response,
> > > looks like maven is trying to install it, but something
> > > fails :
> > >
> > > Attempting to download geronimo-spec-j2ee-jacc-DEV.jar.
> > > Error retrieving artifact from
> > > [http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-j2ee- 
> > > jacc-DEV.jar]: java.lang.Exception: Can't get  
> > > geronimo-spec-j2ee-jacc-DEV.jar to  
> > > /home/stefan/.maven/repository/geronimo-spec/jars/geronimo-spec-j2ee- 
> > > jacc-DEV.jar
> > > WARNING: Failed to download geronimo-spec-j2ee-jacc-DEV.jar.
> > > Attempting to download mx4j-SNAPSHOT.jar.
> > >
> > >
> > >
> > > On Sat, 2003-08-30 at 14:05, Jason Dillon wrote:
> > >> Are you trying to clean?  You need to run a build first, to get this
> > >> depend installed.  Its kinda stupid, but that is how it works :-(
> > >>
> > >> --jason
> > >>
> > >>
> > >> On Saturday, August 30, 2003, at 06:43  PM, Stefan Schuster wrote:
> > >>
> > >>> Hi,
> > >>>
> > >>> I have problems building geronimo,
> > >>> is someone else expiring this problem :
> > >>>
> > >>>
> > >>> BUILD FAILED
> > >>> File...... file:/home/stefan/geronimo/incubator-geronimo/
> > >>> Element... maven:reactor
> > >>> Line...... 57
> > >>> Column.... 13
> > >>> The build cannot continue because of the following unsatisfied
> > >>> dependency:
> > >>>
> > >>> geronimo-spec-j2ee-jacc-DEV.jar
> > >>>
> > >>>
> > >>> -- 
> > >>> Stefan
> > >>>
> > >>>
> > >>
> > > -- 
> > > Stefan
> > >
> > 
> -- 
> Stefan
> 


=====
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Build problems - something missing in maven repository ??

Posted by Stefan Schuster <za...@gmx.net>.
Sorry to bother you again,
but the directory is not there.
Shouldn't ''cvs update'' in the root-dir
give me all files and directorys ?

Thanks in advance

On Sat, 2003-08-30 at 18:13, Jason Dillon wrote:
> That is because this is generated by the build.
> 
> cd specs/jsee-jacc
> maven jar:install
> 
> Should fix this.
> 
> --jason
> 
> 
> On Saturday, August 30, 2003, at 10:53  PM, Stefan Schuster wrote:
> 
> > Hi,
> >
> > Thanks for the fast response,
> > looks like maven is trying to install it, but something
> > fails :
> >
> > Attempting to download geronimo-spec-j2ee-jacc-DEV.jar.
> > Error retrieving artifact from
> > [http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-j2ee- 
> > jacc-DEV.jar]: java.lang.Exception: Can't get  
> > geronimo-spec-j2ee-jacc-DEV.jar to  
> > /home/stefan/.maven/repository/geronimo-spec/jars/geronimo-spec-j2ee- 
> > jacc-DEV.jar
> > WARNING: Failed to download geronimo-spec-j2ee-jacc-DEV.jar.
> > Attempting to download mx4j-SNAPSHOT.jar.
> >
> >
> >
> > On Sat, 2003-08-30 at 14:05, Jason Dillon wrote:
> >> Are you trying to clean?  You need to run a build first, to get this
> >> depend installed.  Its kinda stupid, but that is how it works :-(
> >>
> >> --jason
> >>
> >>
> >> On Saturday, August 30, 2003, at 06:43  PM, Stefan Schuster wrote:
> >>
> >>> Hi,
> >>>
> >>> I have problems building geronimo,
> >>> is someone else expiring this problem :
> >>>
> >>>
> >>> BUILD FAILED
> >>> File...... file:/home/stefan/geronimo/incubator-geronimo/
> >>> Element... maven:reactor
> >>> Line...... 57
> >>> Column.... 13
> >>> The build cannot continue because of the following unsatisfied
> >>> dependency:
> >>>
> >>> geronimo-spec-j2ee-jacc-DEV.jar
> >>>
> >>>
> >>> -- 
> >>> Stefan
> >>>
> >>>
> >>
> > -- 
> > Stefan
> >
> 
-- 
Stefan


Re: Build problems - something missing in maven repository ??

Posted by Jason Dillon <ja...@coredevelopers.net>.
That is because this is generated by the build.

cd specs/jsee-jacc
maven jar:install

Should fix this.

--jason


On Saturday, August 30, 2003, at 10:53  PM, Stefan Schuster wrote:

> Hi,
>
> Thanks for the fast response,
> looks like maven is trying to install it, but something
> fails :
>
> Attempting to download geronimo-spec-j2ee-jacc-DEV.jar.
> Error retrieving artifact from
> [http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-j2ee- 
> jacc-DEV.jar]: java.lang.Exception: Can't get  
> geronimo-spec-j2ee-jacc-DEV.jar to  
> /home/stefan/.maven/repository/geronimo-spec/jars/geronimo-spec-j2ee- 
> jacc-DEV.jar
> WARNING: Failed to download geronimo-spec-j2ee-jacc-DEV.jar.
> Attempting to download mx4j-SNAPSHOT.jar.
>
>
>
> On Sat, 2003-08-30 at 14:05, Jason Dillon wrote:
>> Are you trying to clean?  You need to run a build first, to get this
>> depend installed.  Its kinda stupid, but that is how it works :-(
>>
>> --jason
>>
>>
>> On Saturday, August 30, 2003, at 06:43  PM, Stefan Schuster wrote:
>>
>>> Hi,
>>>
>>> I have problems building geronimo,
>>> is someone else expiring this problem :
>>>
>>>
>>> BUILD FAILED
>>> File...... file:/home/stefan/geronimo/incubator-geronimo/
>>> Element... maven:reactor
>>> Line...... 57
>>> Column.... 13
>>> The build cannot continue because of the following unsatisfied
>>> dependency:
>>>
>>> geronimo-spec-j2ee-jacc-DEV.jar
>>>
>>>
>>> -- 
>>> Stefan
>>>
>>>
>>
> -- 
> Stefan
>


Re: Build problems - something missing in maven repository ??

Posted by Stefan Schuster <za...@gmx.net>.
Hi,

Thanks for the fast response,
looks like maven is trying to install it, but something
fails :

Attempting to download geronimo-spec-j2ee-jacc-DEV.jar.
Error retrieving artifact from
[http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-j2ee-jacc-DEV.jar]: java.lang.Exception: Can't get geronimo-spec-j2ee-jacc-DEV.jar to /home/stefan/.maven/repository/geronimo-spec/jars/geronimo-spec-j2ee-jacc-DEV.jar
WARNING: Failed to download geronimo-spec-j2ee-jacc-DEV.jar.
Attempting to download mx4j-SNAPSHOT.jar.



On Sat, 2003-08-30 at 14:05, Jason Dillon wrote:
> Are you trying to clean?  You need to run a build first, to get this 
> depend installed.  Its kinda stupid, but that is how it works :-(
> 
> --jason
> 
> 
> On Saturday, August 30, 2003, at 06:43  PM, Stefan Schuster wrote:
> 
> > Hi,
> >
> > I have problems building geronimo,
> > is someone else expiring this problem :
> >
> >
> > BUILD FAILED
> > File...... file:/home/stefan/geronimo/incubator-geronimo/
> > Element... maven:reactor
> > Line...... 57
> > Column.... 13
> > The build cannot continue because of the following unsatisfied
> > dependency:
> >
> > geronimo-spec-j2ee-jacc-DEV.jar
> >
> >
> > -- 
> > Stefan
> >
> >
> 
-- 
Stefan


Re: Build problems - something missing in maven repository ??

Posted by Jason Dillon <ja...@coredevelopers.net>.
Are you trying to clean?  You need to run a build first, to get this 
depend installed.  Its kinda stupid, but that is how it works :-(

--jason


On Saturday, August 30, 2003, at 06:43  PM, Stefan Schuster wrote:

> Hi,
>
> I have problems building geronimo,
> is someone else expiring this problem :
>
>
> BUILD FAILED
> File...... file:/home/stefan/geronimo/incubator-geronimo/
> Element... maven:reactor
> Line...... 57
> Column.... 13
> The build cannot continue because of the following unsatisfied
> dependency:
>
> geronimo-spec-j2ee-jacc-DEV.jar
>
>
> -- 
> Stefan
>
>


Build problems - something missing in maven repository ??

Posted by Stefan Schuster <za...@gmx.net>.
Hi,

I have problems building geronimo,
is someone else expiring this problem :


BUILD FAILED
File...... file:/home/stefan/geronimo/incubator-geronimo/
Element... maven:reactor
Line...... 57
Column.... 13
The build cannot continue because of the following unsatisfied
dependency:

geronimo-spec-j2ee-jacc-DEV.jar


-- 
Stefan