You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/12/05 12:00:18 UTC

DO NOT REPLY [Bug 46350] New: Maven repository should contain source bundles

https://issues.apache.org/bugzilla/show_bug.cgi?id=46350

           Summary: Maven repository should contain source bundles
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: mguillemot@yahoo.fr


Maven repository contains only the jar files for the compiled code. Tomcat
should deploy source bundles as well as it is really nice when working within
an IDE to be able to spring directly into the sources while debugging.

I can provide a patch in the coming days. For this the build files need to be
cleaned a bit. I'll open a separate issue for a patch with a few enhancements.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350

--- Comment #4 from Rainer Jung <ra...@kippdata.de> 2010-07-13 14:08:11 EDT ---
Source artifacts are now provided for Tomcat 7.
We'll see whether and when this gets backported to TC 6.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350





--- Comment #2 from Marc Guillemot <mg...@yahoo.fr>  2008-12-30 08:48:15 PST ---
(From update of attachment 23063)
oops, patch incorrectly contains my .classpath.Sorry.  Please ignore it (or
better configure SVN to ignore it)


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350





--- Comment #1 from Marc Guillemot <mg...@yahoo.fr>  2008-12-30 08:45:44 PST ---
Created an attachment (id=23063)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23063)
Patch attaching source bundle to the maven bundles

Patch generates jars from the sources and attach them to the generated maven
bundles.

I couldn't fully test the proposed patch due to the fact that some pom files
are missing in the current SVN version of Tomcat.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350

--- Comment #5 from sylvain.laurent@gmail.com 2010-11-11 15:38:13 EST ---
Created an attachment (id=26283)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26283)
patch for tc6

Proposal of patch for tomcat 6, based on ant scripts from tc7 :
- add source jars
- add catalina-ant artifact
- add tomcat-i18n-es artifact
- add tomcat-i18n-fr artifact
- add tomcat-i18n-ja artifact

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350


Bug 46350 depends on bug 46351, which changed state.

Bug 46351 Summary: Refactor a bit the build scripts
https://issues.apache.org/bugzilla/show_bug.cgi?id=46351

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350

--- Comment #3 from Marc Guillemot <mg...@yahoo.fr> 2010-04-22 04:47:52 EDT ---
No reaction since 1 1/2 year!

Does it mean that Tomcat committers are not interested by this very simple way
to promote Tomcat sources? Personally I think that it makes easier to start
looking at the source files and therefore increase the probability for the
project to receive good bug reports with patches.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350


Marc Guillemot <mg...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |46351




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org