Sure. We could add another maven module.

thanks,
dims

On 1/11/07, Hawkins, Joel <[EMAIL PROTECTED]> wrote:




Dims,



Would Axis2 be interested in a donation of our OSGi packaging, even without 
J2ME?



Cheers,

Joel



-----Original Message-----
 From: Barry Atkins [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 11, 2007 9:03 AM
 To: muse-dev@ws.apache.org

 Subject: Re: Muse J2ME Status





 The J2ME version does not use Axis2.

 regards,
 Barry




"Davanum Srinivas"   <[EMAIL PROTECTED]>

01/11/2007 08:43 AM


Please     respond to
     muse-dev@ws.apache.org




To

muse-dev@ws.apache.org


cc




Subject

Re: Muse J2ME Status













 Barry,

 Did you need any changes in Axis2?

 -- dims

 On 1/11/07, Barry Atkins <[EMAIL PROTECTED]> wrote:
 >
 > I have the muse 2.1 codebase now running on J2ME/FP using IBM's J9 for
 > Windows.  I will shortly have the muse 2.2 codebase running.
 >
 > These are the major changes to the codebase :
 >
 > 1. Created OSGi Bundle muse.net containing URI & supporting classes from
 > Harmony. Added this dependancy to each bundle that requires URI
 > 2. Replaced java.util.logging methods with Equinox logging service
 > (org.eclipse.equinox.log_1.0.0.v20060601a.jar).
 > 3. Wired dependancies onto org.apache.xerces for DOM implementation.
 > 4. Compile against ee.foundation.jar to ensure J2ME compliance (I have been
 > using SUN's 1.4.2_04 JDK)
 >     The following is added to each pom.xml :
 >     <build>
 >      <plugins>
 >       <plugin>
 >         <groupId>org.apache.maven.plugins</groupId>
 >         <artifactId>maven-compiler-plugin</artifactId>
 >         <configuration>
 >           <compilerArguments>
 >             <verbose />
 >
 > 
<bootclasspath>C:\projects\FoundationProfile\ee.foundation.jar</bootclasspath>
 >           </compilerArguments>
 >         </configuration>
 >       </plugin>
 >      </plugins>
 >     </build>
 >
 > 5. Added a couple of string functions to muse-util - split(),
 > replaceFirst(), replaceAll()
 > 6. serveral addtions to the muse-osgi-soa-mini plugin - added
 > META-INF/services (from muse-osgi-soa-axis2)
 > 7. Other house keep tasks to be done - packaging, targeted build/deploy etc.
 > There are a couple more API's that I have stubbed out - usage of regular
 > expressions (java.util.regex.*) in wsdlutils, and others.
 >
 > regards,
 > Barry


 --
 Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

 ---------------------------------------------------------------------
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

        =00The contents of this e-mail are intended for the named addressee 
only. It contains information that may be confidential. Unless you are the 
named addressee or an authorized designee, you may not copy or use it, or 
disclose it to anyone else. If you received it in error please notify us 
immediately and then destroy it.



--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to