Posted on May 24, 2008, 20:52, by stefan, under
coding.
In AppFuse 2.x you don’t automatically get the full source of the generated project. To generate the source, run: mvn appfuse:full-source On my Ubuntubox this all went well, but on my work laptop running Windows XP it failed with the fatal error: Illegal character in path at index 18: file:/C:/Documents and Settings/myuser/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar Turned out to [...]
Posted on May 23, 2008, 15:24, by stefan, under
coding.
Using mvn netbeans:netbeans to generate a NetBeans project from AppFuse failed with the following build error: The plugin ‘org.apache.maven.plugins:maven-netbeans-plugin’ does not exist or no valid version could be found Apprently it cannot find the netbeans plugin. To fix this, open the pom.xml of the project and add a new plugin repository: <pluginRepositories> … keep the [...]