You can use "mvn appfuse:full-source" if you want to get all of
AppFuse's source in your project.

From http://appfuse.org/display/APF/Maven+Plugins:

Installing AppFuse's source into your project

The good news is creating an "old style" project is now pretty easy.
If you create a new project using 2.0-m5-SNAPSHOT, you can now use:

mvn appfuse:full-source

This goal will convert your project to use all of AppFuse's source and
remove all dependencies on AppFuse. Known issues with "full-source"
include:

  1. It only supports basic archetypes. It will likely only take a
couple of hours to add modular project support, so this feature will
be in the next release.
  2. It doesn't do package renaming. We plan to add this as part of
the next release.

What the full-source plugin does:

  1. Exports all sources from Subversion into your project. It reads
the dao.framework and web.framework properties to determine what you
need.
  2. Removes warpath plugin from pom.xml.
  3. Calculates dependencies by reading pom.xml files form the
various AppFuse modules. It replaces your dependencies with these new
ones. The order of the dependencies added is alphabetical based on
groupId.
  4. Reads properties from the root AppFuse pom.xml and adds the ones
that don't exist to your project. Since these are stored in a
java.util.Properties, I was unable to sort them alphabetically.

Hope this helps,

Matt

On 6/23/07, ujjala <[EMAIL PROTECTED]> wrote:

I want to store login timestamp in user table means when login succeeded i
want to store current  time as a login timestamp in database . Problem is
that where i should write the code for the same.
Because authentication(password checking) is being done in some jar file .
--
View this message in context: 
http://www.nabble.com/to-store-login-timestamp-in-database.-tf3969063s2369.html#a11266034
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to