The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 11:35 AM
Changes:
timeoriginalestimate changed from 0
timeestimate changed from 0 minutes
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-394&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-394
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-394
Summary: Create a new plugin that can create launchers
Type: New Feature
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.1
Assignee:
Reporter: Ben Walding
Created: Mon, 14 Apr 2003 3:15 AM
Updated: Mon, 4 Aug 2003 11:35 AM
Description:
Create a plugin / add to a plugin the following features
The application = the project that you are working on
maven launcher:bash
Creates a bash shell script that will launch the application. Creates class path etc
maven launcher:win32
Creates a batch file (for win32) that will ...
These names suck, come up with something better for the actual implementation.
eg. maven launcher:bash creates something like this (filename target/${pom.id})
#!/bin/sh
REPO=$MAVEN_HOME/repository
CLASSPATH=$REPO/dictator/jars/dictator-1.0-dev.jar
CLASSPATH=$CLASSPATH:$REPO/com.walding/jars/com.walding-1.0-dev.jar
CLASSPATH=$CLASSPATH:$REPO/drools/jars/drools-20030408.135643.jar
CLASSPATH=$CLASSPATH:$REPO/commons-collections/jars/commons-collections-2.0.jar
CLASSPATH=$CLASSPATH:$REPO/commons-jelly/jars/commons-jelly-20030211.141339.jar
CLASSPATH=$CLASSPATH:$REPO/commons-jelly/jars/commons-jelly-tags-junit-20030211.141731.jar
CMD="java -classpath $CLASSPATH com.walding.dictator.Main
/var/www/html/dictator/log.xml"
$CMD
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]