I am evaluating Maven for a company wide setup and it's looking pretty good at the moment, but the only problem I have run into is J2ME. We occassionally have J2ME projects and the problem is that my pilot project is one of them.
I have been unable to find any mention anywhere on how to get Maven up and running with J2ME so I dug around some and tried some stuff but that failed.
Basically I tried to set the bootclasspath option in my project.properties file so that it used the appropriate classes.zip.
Now that worked just fine for my src/java tree, but it failed miserably on my test tree, because that needs some of the IO classes.
Does anyone have any experience with this?
The problem is that I have a zip file with both java.lang classes and other stuff. I only need the classes.zip when I compile my src files and I need the other stuff in the zip file with a normal JDK when compiling junit tests.
Thanks,
Erwin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]