[JBoss JIRA] Commented: (JBBUILD-58) Cleanup of Common Module
by Paul Gier (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-58?page=comments#action_12356268 ]
Paul Gier commented on JBBUILD-58:
----------------------------------
Is there anything else that needs to be done for this?
> Cleanup of Common Module
> ------------------------
>
> Key: JBBUILD-58
> URL: http://jira.jboss.com/jira/browse/JBBUILD-58
> Project: JBoss Build System
> Issue Type: Task
> Reporter: Ryan Campbell
>
> From Scott:
> There is a lot of unused utility classes along with obsolete functionality that is duplicating the jdk 1.4 behavior that I would like to get cleaned up jboss4.0+. Examples of such classes are:
> org.jboss.util.Coercible and all of org.jboss.util.coerce
> org.jboss.util.DirectoryBuilder
> org.jboss.util.MethodHashing
> org.jboss.util.Mu*
> org.jboss.util.collection.* much of this is now duplicate functionality
> org.jboss.net.sockets.RMI* is an unused experiement in multiplexing
> org.jboss.net.sockets.Timeout* is now obsolete functionality supported by the JDK sockets
> org.jboss.util.property.* is mostly unused
> org.jboss.util.stream.*
> org.jboss.xml.* should be incorported into the org.jboss.xml.* jbossxb framework at some point
> Before proceeding, modify this description with the precise list of classes to remove and get approval from affected developers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Updated: (JBBUILD-251) Pulling down src or binaries based upon configuration
by Paul Gier (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-251?page=all ]
Paul Gier updated JBBUILD-251:
------------------------------
Fix Version/s: MavenBuild 2.0
(was: MavenBuild 1.2)
Assignee: Paul Gier
> Pulling down src or binaries based upon configuration
> -----------------------------------------------------
>
> Key: JBBUILD-251
> URL: http://jira.jboss.com/jira/browse/JBBUILD-251
> Project: JBoss Build System
> Issue Type: Feature Request
> Reporter: Ruel Loehr
> Assigned To: Paul Gier
> Fix For: MavenBuild 2.0
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> From Adrian on the dev list:
> The problem I don't see addressed (and the main reason why I started the jbossbuild prototype) is to have a top level which includes multiple projects.
> e.g. I wanted people to be able to do something like:
> <build>
> <component name="JBossAS" download="binary" quality="LastGoodTests">
> <component name="EJB3" download="source"/>
> </component>
> <component name="Seam" download="source"/> </build>
> This would checkout the last binaries for JBossAS that passed the testsuite (except EJB3 which is latest source) and also Seam.
> You would then be able to build a Seam environment with just the
> EJB3 and Seam sources.
> i.e. the developer only has to worry about the problems with the stuff he is working on, rather than figuring out why something unrelated doesn't compile/work.
> Instead, the jbossbuild project morphed into a mechanism to download thirdparty binaries with buildmagic still used for the main build.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months