You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2006/12/12 15:18:20 UTC

[jira] Created: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
----------------------------------------------------------------------

                 Key: UIMA-124
                 URL: http://issues.apache.org/jira/browse/UIMA-124
             Project: UIMA
          Issue Type: Improvement
            Reporter: Marshall Schor
            Priority: Minor


When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Michael Baessler (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Baessler updated UIMA-124:
----------------------------------

    Component/s: Build, Packaging and Test

> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: https://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Build, Packaging and Test
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463604 ] 

Marshall Schor commented on UIMA-124:
-------------------------------------

I'm not sure this is a maven software issue - they seem to support sources/javadocs (if available).  
For instance, when I was installing a new project, I ran the command:

      mvn eclipse:eclipse

to "set up" the project, and it went off looking for the dependencies in the "repository", and also gave a message to add the parameter "-DdownloadSources=true" and rerun.  I reran, using 
    
     mvn -DdownloadSources=true eclipse:eclipse,

and this time, it tried to setup the sources.  However, for a bunch of the Eclipse stuff, it said the sources were not available in the repository.

This might be a "licensing" issue since Apache isn't allowed to distribute EPL-licensed sources.

But perhaps there's a way to set up the repository locations to fix this. 


> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: https://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Noel Winstanley (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462259 ] 

Noel Winstanley commented on UIMA-124:
--------------------------------------

I'd object to closing this issue - as the work-around doesn't really apply if you're working on a decent sized project with a team of others.

I'm aware that I _could_ spend time stitching the paths of source and javadoc into my eclipse project. However, this info is discarded next time I re-run 'maven eclipse'

Due to our development process, this happens quite often - whenever a team member does a new build of dependent projects, and bumps up the version numbers of jars in a project.properties in cvs.

Maven is great at fetching the latest versions of jars from the repository and updating my eclipse project with them - and maybe it can't be expected to magically locate sources and javadocs for these jars - but it'd be good if it preserved information that was already in the eclipse .classpath file

> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: https://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461830 ] 

Marshall Schor commented on UIMA-124:
-------------------------------------

I recommend we close this issue.  The work around is good enough for now.  Maven may fix this in the future.  Anyone object to my closing this? -Marshall

> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: http://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463561 ] 

Thilo Goetz commented on UIMA-124:
----------------------------------

I'm not sure there is anything that can be done on the UIMA side.  Would you consider this to be a Maven issue, then?

> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: https://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/UIMA-124?page=comments#action_12457744 ] 
            
Adam Lally commented on UIMA-124:
---------------------------------

This is because the shared Maven repository where we're getting our Eclipse jars from doesn't have source.  

The workaround is to attach the source yourself by editing your Eclipse build path.  For development, you can really do anything you want to the eclipse build path or other project settings.  Just make sure in the end it compiles on the Maven command line.

> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: http://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463607 ] 

Thilo Goetz commented on UIMA-124:
----------------------------------

That's not what Noel was talking about.  As I understand it, he wanted maven to preserve custom modifications he made to his .project/.classpath files (for things where the source/javadoc is not in the repository).  I don't think that's supported by Maven, at least not that I know of (which isn't saying much).


> Maven Eclipse setup - missing javadoc / src linkages for Eclipse files
> ----------------------------------------------------------------------
>
>                 Key: UIMA-124
>                 URL: https://issues.apache.org/jira/browse/UIMA-124
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Priority: Minor
>
> When doing developement, it is convenient to use the Eclipse features which show the Javadocs and/or source (when you click on F3).  This is broken for the Maven - repository items.  For instance, all the GUI classes/methods/fields for Eclipse have no attached source or documentation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira