Well as of yet we don't have much of any of this going on. But I want to get started using Ant, JUnit and Logging. For Logging we will use the Java Standard API. Ant should build War files and Jar files and finish up apk(android) files if possible.
Would be nice if sourceforge was interfaced with ant somehow for doing some admin task such as updating screen shots or download files. I doubt that is possible.
For applets and web start we need jar files and we may need some of this in zip files.
I would like to test with JUnit, but test first seems impossible with such limited time. And its stupid to write test for unstable design. Once we stabilize the design then junit can come in and
provide a safety net.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well as of yet we don't have much of any of this going on. But I want to get started using Ant, JUnit and Logging. For Logging we will use the Java Standard API. Ant should build War files and Jar files and finish up apk(android) files if possible.
Would be nice if sourceforge was interfaced with ant somehow for doing some admin task such as updating screen shots or download files. I doubt that is possible.
For applets and web start we need jar files and we may need some of this in zip files.
I would like to test with JUnit, but test first seems impossible with such limited time. And its stupid to write test for unstable design. Once we stabilize the design then junit can come in and
provide a safety net.