|
it could generate an aggregate .classpath with all
the modules, as I did.... :
the lib's var will pointo to maven repository.
Although it has to be updated, since I think there are others lib's right now.
But is a good startup.
<?xml version="1.0"
encoding="UTF-8"?>
<classpath> <classpathentry kind="src" path="modules/core/src/java"/> <classpathentry kind="src" path="modules/common/src/java"/> <classpathentry kind="src" path="specs/activation/src/java"/> <classpathentry kind="src" path="specs/ejb/src/java"/> <classpathentry kind="src" path="modules/web/src/java"/> <classpathentry kind="src" path="specs/j2ee-deployment/src/java"/> <classpathentry kind="src" path="specs/jta/src/java"/> <classpathentry kind="src" path="specs/j2ee-management/src/java"/> <classpathentry kind="src" path="specs/j2ee-connector/src/java"/> <classpathentry kind="src" path="modules/twiddle/src/java"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="var" path="CASTOR_LIB"/> <classpathentry kind="var" path="COMMONS_HTTP_CLIENT_LIB"/> <classpathentry kind="var" path="COMMONS_LOGGING_LIB"/> <classpathentry kind="var" path="CONCURRENT_LIB"/> <classpathentry kind="var" path="DOM4J_LIB"/> <classpathentry kind="var" path="JETTY_LIB"/> <classpathentry kind="var" path="JMX_LIB"/> <classpathentry kind="var" path="LOG4J_LIB"/> <classpathentry kind="output" path="bin"/> </classpath>
|
- Re: error running maven (can't download concurrent package... Uijin Hong
- Emerson Cargnin
