thanks

Alan D. Cabrera wrote:
Fixed.


Regards, Alan

Hari Kodungallur wrote:

Hi Jeremy,

Looks like this code needs Java 5?


java:compile:
[echo] Compiling to /opt/geronimo/geronimo/plugins/geronimo-packaging-plugin/target/classes
[echo] ==========================================================


 NOTE: Targetting JVM 1.4, classes
 will not run on earlier JVMs

==========================================================
[javac] Compiling 5 source files to /opt/geronimo/geronimo/plugins/geronimo-packaging-plugin/target/classes
/opt/geronimo/geronimo/plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/AbstractDistributor.java:103: cannot resolve symbol
symbol : constructor IllegalArgumentException (java.lang.String,javax.management.MalformedObjectNameException)
location: class java.lang.IllegalArgumentException
throw new IllegalArgumentException("Invalid storeName: " + storeName, e);
^
1 error




Thanks
-Hari


On Sun, 2005-03-20 at 23:42, Jeremy Boynes wrote:


I have just committed an experimental maven plugin that can be used to build Configurations using the local Maven repo as a source for dependencies and parent Configurations.

The plugin produces a packaged configuration as its output artifact which can be used for subsequent deployments. There is also a goal for installing such an artifact in a running server.

Currently only GBean configurations are supported; I plan to add support for other configurations (including J2EE) over the next few days.

This is experimental; the normal build process is unaffected.

--
Jeremy





Reply via email to