I'll ask a different question. How do I get Maven to reckognize both a jar and a jad file as a deployable artifact?
Clifton wrote: > > I'm not new to Maven at all. I'm new to J2ME but not as much anymore. > Basically I'm trying to build a super project that encompasses everything > from the client to the server(s) which are all currently managed by Maven. > I'd build a parent pom that sits ontop of these pieces and builds and > pushes them all to a QA box. Like I said everything else is already > managed by Maven, it's just this one piece that's handled by Ant. The > result of the Ant build is a simple Jar and Jad file. It should be trivial > to include these as part of the master build. > > > Wayne Fay wrote: >> >> Can I ask why you're looking to migrate? If you're completely new to >> Maven, it may be challenging to meet your requirements (4-6hrs etc), >> especially if plugins aren't working. I haven't done much with J2ME >> much less with Maven, so I'm going to be zero help. >> >> Wayne >> >> On 1/14/08, Clifton <[EMAIL PROTECTED]> wrote: >>> >>> Can somebody help me find the quickest easiest way to migrate a custom >>> J2ME >>> Ant build to Maven? We have deliverable in two weeks and I have roughly >>> 4-6hrs top to devote to this. (Maybe more if I work off clock.) I tried >>> the >>> pyx4me plugin but had no luck running it. There's a bug somewhere around >>> the >>> cal to preverify that seems to pass the name of a non-existant jar file >>> as a >>> param. Also we are building RIM specific .cod files for blackberry. Any >>> help/guidance/assistance would be helpful. I have some ideas revolving >>> around calling directly into our current ant build from the deploy phase >>> (binding ant-run) but I'm looking to do whatever works best and I'm not >>> sure >>> how to include the jad file this way. >>> -- >>> View this message in context: >>> http://www.nabble.com/Migrate-a-J2ME-Ant-build--tp14829001s177p14829001.html >>> Sent from the Maven - Users mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/Migrate-a-J2ME-Ant-build--tp14829001s177p14921812.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
