Re: XDoclet Status?

2006-01-09 Thread Jacek Laskowski
Hi,

I can't seem to build the XDoclet2 plugin because of the weird error
messages. Does Maven  1.0.2 support 302 response code? When I point a
browser to the url it works fine.

Getting URL: 
http://www.ibiblio.org/maven/nanocontainer/jars/nanocontainer-ant-1.0-beta-3.jar
Received status code: 302
Location: 
http://www.ibiblio.org/maven2/nanocontainer/nanocontainer-ant/1.0-beta-3/nanocontainer-ant-1.0-beta-3.jar
Error retrieving artifact from
[http://www.ibiblio.org/maven/nanocontainer/jars/nanocontainer-ant-1.0-beta-3.jar]:
java.io.IOException: Unknown error downloading; status code was: 302
Error details
java.io.IOException: Unknown error downloading; status code was: 302
at org.apache.maven.util.HttpUtils.retrieveArtifact(HttpUtils.java:607)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:395)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:287)
at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:181)
at 
org.apache.maven.verifier.DependencyVerifier.getRemoteArtifact(DependencyVerifier.java:351)
at 
org.apache.maven.verifier.DependencyVerifier.getDependencies(DependencyVerifier.java:280)
at 
org.apache.maven.verifier.DependencyVerifier.satisfyDependencies(DependencyVerifier.java:171)
at 
org.apache.maven.verifier.DependencyVerifier.verify(DependencyVerifier.java:97)
at 
org.apache.maven.project.Project.verifyDependencies(Project.java:1367)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:641)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)

Does anyone know what's happening?

Jacek

2006/1/9, Aaron Mulder <[EMAIL PROTECTED]>:
> On 1/9/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
> > It was a while ago when I had committed it so I'll have to take a look
> > at it and (finally) describe what's in and missing. I'm pretty sure
> > that since it's in devtools I wouldn't have commited it without being
> > sure it worked.
> >
> > I'll get back to it tonight (CET) and will respond with some
> > documentation unless it's taken over by then.
>
> Great!  Thanks.
>
> Aaron
>


Re: XDoclet Status?

2006-01-09 Thread Aaron Mulder
On 1/9/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
> It was a while ago when I had committed it so I'll have to take a look
> at it and (finally) describe what's in and missing. I'm pretty sure
> that since it's in devtools I wouldn't have commited it without being
> sure it worked.
>
> I'll get back to it tonight (CET) and will respond with some
> documentation unless it's taken over by then.

Great!  Thanks.

Aaron


Re: XDoclet Status?

2006-01-09 Thread Jacek Laskowski
2006/1/9, Sachin Patel <[EMAIL PROTECTED]>:

> I haven't had the chance to build or run either of the plugins from
> the sandbox, and I've only run the standard tags from within Eclipse.
>
> Jacek, could u provide some instructions?

Hi,

It was a while ago when I had committed it so I'll have to take a look
at it and (finally) describe what's in and missing. I'm pretty sure
that since it's in devtools I wouldn't have commited it without being
sure it worked.

I'll get back to it tonight (CET) and will respond with some
documentation unless it's taken over by then.

> - sachin

Jacek


Re: XDoclet Status?

2006-01-08 Thread Sachin Patel



I haven't had the chance to build or run either of the plugins from  
the sandbox, and I've only run the standard tags from within Eclipse.


Jacek, could u provide some instructions?

- sachin



On Jan 8, 2006, at 6:30 PM, Aaron Mulder wrote:


This sounds promising.  Leaving Eclipse aside for a minute, what do I
have to do to get XDoclet to process standard EJB/CMP and create a
Geronimo EJB deployment plan (openejb-jar.xml)?  I assume I need to
build something and put it on the XDoclet class path, and if so, is
that one of the dirs under
https://svn.apache.org/repos/asf/geronimo/devtools/trunk/sandbox/?
Also, are the plugins for XDoclet 1 and XDoclet 2 both working?

Thanks,
   Aaron

On 1/8/06, Sachin Patel <[EMAIL PROTECTED]> wrote:

Aaron, The XDoclet code resides in devtools.

As far as XDoc integration with Eclipse-WTP.  The standard J2EE tags
should work, and those are enabled by default.  All you have to do to
enable the XDoclet processor for a given project is to enable the
XDoclet facet either at project creation or going into project
properties.

As far as Geronimo specific tags are concerned, once we have Geronimo
specific tags, in the geronimo eclipse plugin, there will be an
extension point defined so that the XDoclet options will have
Geronimo listed as one of the options to enable.

But again, the generic J2EE XDoclet tags should and will work with
Geronimo.

- sachin



On Jan 8, 2006, at 1:15 PM, Daniel S. Haischt wrote:


there are some xdoclet modules (1 + 2) in ...

 -> https://svn.apache.org/repos/asf/geronimo/devtools/trunk/sandbox

I did build the xdoclet1 module. How can I enable this in Eclipse?
For example if I want to create an Xdoclet based EJB, how can I
configure Xdoclet to use Geronimo instead of JBoss etc.?

Regards

Daniel S. Haischt


Aaron Mulder wrote:
I have an app that uses EJB CMP with XDoclet that I'd like to  
port to

Geronimo.  Also, Daniel Haischt mentioned on IRC that he's using
Eclipse WTP and it lets you pick either XDoclet or EJB3 for  
EJBs, and
if you pick XDoclet, there's no Geronimo option and some docs  
suggest

selecting JBoss.

I'm wondering where the XDoclet code lives and what the status  
of it
is.  If someone can point me to it I might be able to put some  
effort

into getting proper templates together for the EJB deployment plan
for
Geronimo.

Thanks,
Aaron

!DSPAM:43c14894434399420213628!











Re: XDoclet Status?

2006-01-08 Thread Aaron Mulder
This sounds promising.  Leaving Eclipse aside for a minute, what do I
have to do to get XDoclet to process standard EJB/CMP and create a
Geronimo EJB deployment plan (openejb-jar.xml)?  I assume I need to
build something and put it on the XDoclet class path, and if so, is
that one of the dirs under
https://svn.apache.org/repos/asf/geronimo/devtools/trunk/sandbox/? 
Also, are the plugins for XDoclet 1 and XDoclet 2 both working?

Thanks,
   Aaron

On 1/8/06, Sachin Patel <[EMAIL PROTECTED]> wrote:
> Aaron, The XDoclet code resides in devtools.
>
> As far as XDoc integration with Eclipse-WTP.  The standard J2EE tags
> should work, and those are enabled by default.  All you have to do to
> enable the XDoclet processor for a given project is to enable the
> XDoclet facet either at project creation or going into project
> properties.
>
> As far as Geronimo specific tags are concerned, once we have Geronimo
> specific tags, in the geronimo eclipse plugin, there will be an
> extension point defined so that the XDoclet options will have
> Geronimo listed as one of the options to enable.
>
> But again, the generic J2EE XDoclet tags should and will work with
> Geronimo.
>
> - sachin
>
>
>
> On Jan 8, 2006, at 1:15 PM, Daniel S. Haischt wrote:
>
> > there are some xdoclet modules (1 + 2) in ...
> >
> >  -> https://svn.apache.org/repos/asf/geronimo/devtools/trunk/sandbox
> >
> > I did build the xdoclet1 module. How can I enable this in Eclipse?
> > For example if I want to create an Xdoclet based EJB, how can I
> > configure Xdoclet to use Geronimo instead of JBoss etc.?
> >
> > Regards
> >
> > Daniel S. Haischt
> >
> >
> > Aaron Mulder wrote:
> >> I have an app that uses EJB CMP with XDoclet that I'd like to port to
> >> Geronimo.  Also, Daniel Haischt mentioned on IRC that he's using
> >> Eclipse WTP and it lets you pick either XDoclet or EJB3 for EJBs, and
> >> if you pick XDoclet, there's no Geronimo option and some docs suggest
> >> selecting JBoss.
> >>
> >> I'm wondering where the XDoclet code lives and what the status of it
> >> is.  If someone can point me to it I might be able to put some effort
> >> into getting proper templates together for the EJB deployment plan
> >> for
> >> Geronimo.
> >>
> >> Thanks,
> >> Aaron
> >>
> >> !DSPAM:43c14894434399420213628!
> >>
> >>
> >
>
>


Re: XDoclet Status?

2006-01-08 Thread Jacek Laskowski
2006/1/8, Aaron Mulder <[EMAIL PROTECTED]>:

> I'm wondering where the XDoclet code lives and what the status of it
> is.  If someone can point me to it I might be able to put some effort
> into getting proper templates together for the EJB deployment plan for
> Geronimo.

Hi Aaron,

Here you can find more information on the XDoclet2 plugin for
Geronimo: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-16. As
you see there's no documentation yet, so that's why you kept wondering
;)

> Aaron

Jacek


Re: XDoclet Status?

2006-01-08 Thread Sachin Patel

Aaron, The XDoclet code resides in devtools.

As far as XDoc integration with Eclipse-WTP.  The standard J2EE tags  
should work, and those are enabled by default.  All you have to do to  
enable the XDoclet processor for a given project is to enable the  
XDoclet facet either at project creation or going into project  
properties.


As far as Geronimo specific tags are concerned, once we have Geronimo  
specific tags, in the geronimo eclipse plugin, there will be an  
extension point defined so that the XDoclet options will have  
Geronimo listed as one of the options to enable.


But again, the generic J2EE XDoclet tags should and will work with  
Geronimo.


- sachin



On Jan 8, 2006, at 1:15 PM, Daniel S. Haischt wrote:


there are some xdoclet modules (1 + 2) in ...

 -> https://svn.apache.org/repos/asf/geronimo/devtools/trunk/sandbox

I did build the xdoclet1 module. How can I enable this in Eclipse?
For example if I want to create an Xdoclet based EJB, how can I
configure Xdoclet to use Geronimo instead of JBoss etc.?

Regards

Daniel S. Haischt


Aaron Mulder wrote:

I have an app that uses EJB CMP with XDoclet that I'd like to port to
Geronimo.  Also, Daniel Haischt mentioned on IRC that he's using
Eclipse WTP and it lets you pick either XDoclet or EJB3 for EJBs, and
if you pick XDoclet, there's no Geronimo option and some docs suggest
selecting JBoss.

I'm wondering where the XDoclet code lives and what the status of it
is.  If someone can point me to it I might be able to put some effort
into getting proper templates together for the EJB deployment plan  
for

Geronimo.

Thanks,
Aaron

!DSPAM:43c14894434399420213628!








Re: XDoclet Status?

2006-01-08 Thread Daniel S. Haischt
there are some xdoclet modules (1 + 2) in ...

 -> https://svn.apache.org/repos/asf/geronimo/devtools/trunk/sandbox

I did build the xdoclet1 module. How can I enable this in Eclipse?
For example if I want to create an Xdoclet based EJB, how can I
configure Xdoclet to use Geronimo instead of JBoss etc.?

Regards

Daniel S. Haischt


Aaron Mulder wrote:
> I have an app that uses EJB CMP with XDoclet that I'd like to port to
> Geronimo.  Also, Daniel Haischt mentioned on IRC that he's using
> Eclipse WTP and it lets you pick either XDoclet or EJB3 for EJBs, and
> if you pick XDoclet, there's no Geronimo option and some docs suggest
> selecting JBoss.
> 
> I'm wondering where the XDoclet code lives and what the status of it
> is.  If someone can point me to it I might be able to put some effort
> into getting proper templates together for the EJB deployment plan for
> Geronimo.
> 
> Thanks,
> Aaron
> 
> !DSPAM:43c14894434399420213628!
> 
>