| <!--- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| ORDER BY IMPORTANCE |
| |
| o simplify the maven build (right now uses custom modules and so on ... which always caused problems) |
| o update the maven build (bring it in line with the latest commons pom, plugins etc |
| o finish common configuration for some compilers |
| o finish implementation of jsr199 compiler |
| |
| o removing of anonymous classes if parent class is being removed (could require interface changes) |
| o ability to add (contents of) jars to the store ...and be able to remove them again |
| o add exceptions to interfaces |
| o move the reader/store interfaces to streams |
| o documentation |
| o dependency analysis for proper re-try after errors |
| o maven plugin to compile with any of the compilers |
| o compiler discovery via META-INF |
| o new compiler implementations |
| o jikes |
| o pizza |
| o jruby (maybe?) |
| o jpython (maybe?) |
| o c# (maybe?) |
| |
| |