The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 4 Aug 2003 2:04 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-400&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-400


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-400
    Summary: new plugin that generates forehead/classworlds config files to run 
application
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Alexey Demakov

    Created: Thu, 17 Apr 2003 3:48 AM
    Updated: Mon, 4 Aug 2003 2:04 AM

Description:
plugin parameters:

maven.forehead.class - main class name. if not set, don't generate config

maven.forehead.file - optional config file name. default to "${pom.artifactId}.fh"

Not implemented: generation of script to run forehead with this config.

For example, windows bat-file:

@echo off

java -classpath %MAVEN_HOME%/lib/forehead-1.0-beta-4.jar 
-Dmaven.repo.local=%MAVEN_HOME%/repository 
-Dforehead.conf.file=${maven.build.dir}/${pom.artifactId}.fh
com.werken.forehead.Forehead %*

bash script is very similar

Possible improvements:

May be there are right way of file creation from jelly script.
I implemented my own tag library for adding line to file.


---------------------------------------------------------------------
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]

Reply via email to