[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2007-02-21 Thread Mads P. (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88126
 ] 

Mads P. commented on MECLIPSE-137:
--

You are right, the plugin is apparently integrated in version 2.3. I found some 
documentation here:

http://maven.apache.org/plugins/maven-eclipse-plugin/rad-mojo.html

and apparently the plugin works (at least I can create some rad project files).

Shouldn't this jira issue be updated to indicate this fact?

What about RAD 7?



> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip, 
> MECLIPSE-137-maven-eclipse-plugin.patch, MECLIPSE-137-maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2007-01-18 Thread Richard van Nieuwenhoven (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_85355 ] 

Richard van Nieuwenhoven commented on MECLIPSE-137:
---

as far as i can see thes plugin is integrated in maven-eclipse-plugin-2.3 so 
use that one

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip, 
> MECLIPSE-137-maven-eclipse-plugin.patch, MECLIPSE-137-maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2007-01-16 Thread ulf a (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_85145 ] 

ulf a commented on MECLIPSE-137:


Hi,

i try to use this plugin, but i have no clue in which order i have to use the 
packages above. When i only use maven-rad-plugin.tar.gz  then the test will 
fail. When i also use the MECLIPSE-137-maven-rad-plugin.zip  than nothing 
works. Can anybody explain me how to do it in the right way?

Thanx,
Ulf



> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip, 
> MECLIPSE-137-maven-eclipse-plugin.patch, MECLIPSE-137-maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_81203 ] 

John Casey commented on MECLIPSE-137:
-

Lee,

This should be pretty easy to expose as a configuration point. I'll take a 
quick look at that today, if you like.

Girish,

I was actually hoping that, once we had some file formats to look at, we could 
devise a plan to support both RAD versions. I'm not sure whether this will 
require parallel implementations within the maven-eclipse-plugin or not 
(haven't seen the file formats...), but either way, I think it's going to be 
important to support both, since many people won't be switching overnight.

Richard,

I think I managed to understand the tests well enough in there to rework them 
into the new testing format...I'm not 100% sure, but as I understand things, 
they are testing the functionality in question. Please let me know if you find 
this statement to be incorrect.

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-27 Thread Lee Jonas (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_81186 ] 

Lee Jonas commented on MECLIPSE-137:


John,

The changes to the eclipse plugin so far retain the hard-coded path of 
src/main/webapp/  Would it be possible to honour the configuration setting 
of the maven-war-plugin (or else enable us to specify this web resources 
directory path via a new maven-eclipse-plugin configuration setting)?

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-17 Thread Richard van Nieuwenhoven (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_80409 ] 

Richard van Nieuwenhoven commented on MECLIPSE-137:
---

to Girish Khemani: 
Yes probably because RAD-6 is based on eclipse 3.0 and RAD-7 will be based on 
eclipse 3.2 

It is just the question how mutch of IBM's special stull they left over  I 
also posted some fixes for the eclipse-plugin for eclipse 3.2 they were partly 
extracted from this RAD-6  plugin.

to John Casey: 
the testing was copied from the original (old) eclipse-plugin and adaped to fit 
the RAD-6 needs, the structure of the test was rather bad but i did not have 
the time to resolve this testing problems. from what i read on the mailing 
lists the maven-plugin test enviorment has improved a lot. so it is probably 
the best to create new test cases.



> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-17 Thread Girish Khemani (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_80398 ] 

Girish Khemani commented on MECLIPSE-137:
-

RAD 7 is round the corner. My company might roll out RAD 7 as soon as it gets 
available.
Given that this plugin was specifically tailored for RAD 6, is it likely that 
this plugin might not work for RAD 7.


> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-10-31 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_78959 ] 

John Casey commented on MECLIPSE-137:
-

I'm working on porting this to the eclipse plugin. I've got the implementation 
ported, but I'm still working through some issues with testing...I'll be 
committing to 
http://svn.apache.org/repos/asf/maven/plugins/branches/MECLIPSE-137 until I get 
this resolved.

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Assigned To: John Casey
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-10-25 Thread Richard van Nieuwenhoven (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_78408 ] 

Richard van Nieuwenhoven commented on MECLIPSE-137:
---

Thats getting difficult... and i do not have the time to do this right now.. 
(it was based on an 4 months old version of eclipse:eclipse )..

But almost all differences are all in additional workers. (by intended design 
of the eclipse plugin) . 

Some of these workers i copied for my wtp 1.5 patch that i posted a while ago, 
i had the some same problems there as i had in RAD6.

When you realy need a rework as a patch, i can send you the contact in the 
company for whom i made the plugin (UNIQA).
maybe they have some resources free for rework (when it realy gets integerated 
in the official version of eclipse:eclipse).


.

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-10-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_78401 ] 

John Casey commented on MECLIPSE-137:
-

Can you please rework this contribution as a patch to the maven-eclipse-plugin? 
RAD is based on Eclipse, so it would be best to integrate this support with 
that plugin.

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin-WebContent.zip, 
> maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-10-25 Thread Lee Jonas (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_78384 ] 

Lee Jonas commented on MECLIPSE-137:


Unfortunately, I can't seem to get the WebService creation wizard in RAD 
6.0.1.1 (Interim fix 002) working with the webSourceDirectory set to 
src/main/webapp :-(.

I have attached an alternative version that works with the WebContent dir.  
(NB: both warSourceDirectory and webXml configuration properties must be set 
accordingly on the maven-war-plugin also).

regards
Lee

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-10-13 Thread Richard van Nieuwenhoven (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_77541 ] 

Richard van Nieuwenhoven commented on MECLIPSE-137:
---

Hi,

you did it the wrong way around, at least as i do it. this plugin is 
designed to work the maven way and adapting the project in such a
way that it also works in RAD-6. So there should NOT be a "WebContent" 
directory there should be "src/main/webapp" as a webcontent.

all dependent libraries are copied into src/main/webapp/WEB-INF/lib . 
this directory should be ignored in scm.

regards,
Ritchie

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-10-12 Thread Eric Frigot (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_77466 ] 

Eric Frigot commented on MECLIPSE-137:
--

Thank you for your answer Mike.

Working with RAD6 on dynamic web project, i meet various difficulties. Here is 
my process :
1- Creation of a dynamic web project inside RAD6 using the project Wizard.
2- Using Maven to import our specific resources (img, css, xml, jsp ...) with 
an archetype:create goal. After that, i have a pom.xml at the root of my 
project.
3- Using Maven and your rad6 goal to update .classpath and other resources for 
RAD6.

At this step, i don't understand why your goal create a src/main/webapp 
directory in which are placed all the dependencies mentionned in the pom.xml. I 
know that this is the Maven structure. But when i deploy (with RAD6) my project 
to WebSphere, the dependencies are not copied. For RAD6, dependencies, web.xml 
and all you need for the war are in the WebContent directory.

So, is there something i missed ?

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin.tar.gz, maven-rad-plugin.zip
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-09-27 Thread Mike Reynolds (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_75867 ] 

Mike Reynolds commented on MECLIPSE-137:


to install this plugin (at least at the time of this post), you must first 
comment out all of the existing repository configurations (there are 5 I 
believe...just do a search for "central" in the project..)

after  you have it installed into your local m2 repository, you can run:

at.uniqa.maven.plugin:maven-rad-plugin:clean
at.uniqa.maven.plugin:maven-rad-plugin:rad6

It doesn't look like this project supports portlet development yet...can I 
help?  I'd imagine the update would be pretty trivial (since web projects 
already are working)



> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin.tar.gz
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-09-26 Thread Eric Frigot (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_75747 ] 

Eric Frigot commented on MECLIPSE-137:
--

Sorry but i don't understand how to use your archive. 

What is the way to use it ?

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin.tar.gz
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-08-30 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_73735 ] 

Eugene Kuleshov commented on MECLIPSE-137:
--

There is no plans to support RAD in m2eclipse plugin. 
You may suggest this for adding into maven-eclipse plugin that runs from the 
command line.

> Developed RAD-6 Plugin Extention
> 
>
> Key: MECLIPSE-137
> URL: http://jira.codehaus.org/browse/MECLIPSE-137
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: New Feature
>Reporter: Richard van Nieuwenhoven
> Attachments: maven-rad-plugin.tar.gz
>
>
> I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
> extention to the eclipse plugin.
> It supports J2EE projects with the websphere development envorment, supported 
> are
> - EJB projects
> - Web projects
> - EAR- projects
> all these projects are recognized by rad-6 as what they. The websphere 
> development enviorment including hot-deployment features funktions out of the 
> box.
> i wrote writers for:
> - the ".j2ee" files
> - the "application.xml" and the "modulemaps" file
> - copying the extrenal libs in the ear project root
> - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
> development enviorment)
> - the ".websettings" file
> - the ".websiteconfig" file
> - the ".project" (only alternative project natures/builders)
> do you want to include it the the eclipse plugin or sould it be an extra 
> plugin? i should not be complicated to include it because i did the real work 
> in writer-classes.
> should i add a tgz with the sources? or how do you want the sources?

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira