You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/03 03:03:56 UTC

[jira] Deleted: (MAVEN-394) Create a new plugin that can create launchers

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

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

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org