You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/04/19 07:50:24 UTC

svn commit: r161848 - in maven/continuum/trunk/continuum-plexus-application: build.sh notes.txt

Author: jvanzyl
Date: Mon Apr 18 22:50:24 2005
New Revision: 161848

URL: http://svn.apache.org/viewcvs?view=rev&rev=161848
Log: (empty)


Added:
    maven/continuum/trunk/continuum-plexus-application/notes.txt
Modified:
    maven/continuum/trunk/continuum-plexus-application/build.sh

Modified: maven/continuum/trunk/continuum-plexus-application/build.sh
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/build.sh?view=diff&r1=161847&r2=161848
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/build.sh (original)
+++ maven/continuum/trunk/continuum-plexus-application/build.sh Mon Apr 18 22:50:24 2005
@@ -1 +1 @@
-m2 clean:clean plexus:app plexus:bundle-application plexus:test-runtime
+m2 -U plexus:app plexus:bundle-application plexus:test-runtime

Added: maven/continuum/trunk/continuum-plexus-application/notes.txt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/notes.txt?view=auto&rev=161848
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/notes.txt (added)
+++ maven/continuum/trunk/continuum-plexus-application/notes.txt Mon Apr 18 22:50:24 2005
@@ -0,0 +1,8 @@
+o i would like to be able to develop components and have the application
+  pick them up from their target directory. so artifact enable the app server
+  and teach it about the unified source directory.
+  
+  right now i have a little script that creates the necessary symlinks to the
+  appropriate directories but it would be nice to have something a little more
+  elegant then that. couple that with some dynamic JAR reloading and that
+  would make development much quicker.